Skip to content

Commit

Permalink
Merge branch 'main' into owlbot-bootstrapper-initial-PR-6facdd6cd244
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Jan 16, 2025
2 parents 300eb9b + e12e742 commit fdc7de7
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/google-streetview-publish/.jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ module.exports = {
copyright: 'Copyright 2025 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: '@google-cloud/publish',
systemName: '@googlemaps/streetview-publish',
theme: 'lumen',
default: {
outputSourceFiles: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function main(photoIds) {
// const photoIds = ['abc','def']

// Imports the Publish library
const {StreetViewPublishServiceClient} = require('@google-cloud/publish').v1;
const {StreetViewPublishServiceClient} = require('@googlemaps/streetview-publish').v1;

// Instantiates a client
const publishClient = new StreetViewPublishServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function main(photoIds, view) {
// const languageCode = 'abc123'

// Imports the Publish library
const {StreetViewPublishServiceClient} = require('@google-cloud/publish').v1;
const {StreetViewPublishServiceClient} = require('@googlemaps/streetview-publish').v1;

// Instantiates a client
const publishClient = new StreetViewPublishServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function main(updatePhotoRequests) {
// const updatePhotoRequests = [1,2,3,4]

// Imports the Publish library
const {StreetViewPublishServiceClient} = require('@google-cloud/publish').v1;
const {StreetViewPublishServiceClient} = require('@googlemaps/streetview-publish').v1;

// Instantiates a client
const publishClient = new StreetViewPublishServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function main(photo) {
// const photo = {}

// Imports the Publish library
const {StreetViewPublishServiceClient} = require('@google-cloud/publish').v1;
const {StreetViewPublishServiceClient} = require('@googlemaps/streetview-publish').v1;

// Instantiates a client
const publishClient = new StreetViewPublishServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function main(photoSequence, inputType) {
// const inputType = {}

// Imports the Publish library
const {StreetViewPublishServiceClient} = require('@google-cloud/publish').v1;
const {StreetViewPublishServiceClient} = require('@googlemaps/streetview-publish').v1;

// Instantiates a client
const publishClient = new StreetViewPublishServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function main(photoId) {
// const photoId = 'abc123'

// Imports the Publish library
const {StreetViewPublishServiceClient} = require('@google-cloud/publish').v1;
const {StreetViewPublishServiceClient} = require('@googlemaps/streetview-publish').v1;

// Instantiates a client
const publishClient = new StreetViewPublishServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function main(sequenceId) {
// const sequenceId = 'abc123'

// Imports the Publish library
const {StreetViewPublishServiceClient} = require('@google-cloud/publish').v1;
const {StreetViewPublishServiceClient} = require('@googlemaps/streetview-publish').v1;

// Instantiates a client
const publishClient = new StreetViewPublishServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function main(photoId, view) {
// const languageCode = 'abc123'

// Imports the Publish library
const {StreetViewPublishServiceClient} = require('@google-cloud/publish').v1;
const {StreetViewPublishServiceClient} = require('@googlemaps/streetview-publish').v1;

// Instantiates a client
const publishClient = new StreetViewPublishServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function main(sequenceId) {
// const filter = 'abc123'

// Imports the Publish library
const {StreetViewPublishServiceClient} = require('@google-cloud/publish').v1;
const {StreetViewPublishServiceClient} = require('@googlemaps/streetview-publish').v1;

// Instantiates a client
const publishClient = new StreetViewPublishServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function main() {
// const filter = 'abc123'

// Imports the Publish library
const {StreetViewPublishServiceClient} = require('@google-cloud/publish').v1;
const {StreetViewPublishServiceClient} = require('@googlemaps/streetview-publish').v1;

// Instantiates a client
const publishClient = new StreetViewPublishServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function main(view) {
// const languageCode = 'abc123'

// Imports the Publish library
const {StreetViewPublishServiceClient} = require('@google-cloud/publish').v1;
const {StreetViewPublishServiceClient} = require('@googlemaps/streetview-publish').v1;

// Instantiates a client
const publishClient = new StreetViewPublishServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function main() {
*/

// Imports the Publish library
const {StreetViewPublishServiceClient} = require('@google-cloud/publish').v1;
const {StreetViewPublishServiceClient} = require('@googlemaps/streetview-publish').v1;

// Instantiates a client
const publishClient = new StreetViewPublishServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function main() {
*/

// Imports the Publish library
const {StreetViewPublishServiceClient} = require('@google-cloud/publish').v1;
const {StreetViewPublishServiceClient} = require('@googlemaps/streetview-publish').v1;

// Instantiates a client
const publishClient = new StreetViewPublishServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function main(photo, updateMask) {
// const updateMask = {}

// Imports the Publish library
const {StreetViewPublishServiceClient} = require('@google-cloud/publish').v1;
const {StreetViewPublishServiceClient} = require('@googlemaps/streetview-publish').v1;

// Instantiates a client
const publishClient = new StreetViewPublishServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
"language": "typescript",
"protoPackage": "google.streetview.publish.v1",
"libraryPackage": "@google-cloud/publish",
"libraryPackage": "@googlemaps/streetview-publish",
"services": {
"StreetViewPublishService": {
"clients": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
// ** All changes to this file may be overwritten. **

/* eslint-disable node/no-missing-require, no-unused-vars */
const publish = require('@google-cloud/publish');
const publish = require('@googlemaps/streetview-publish');

function main() {
const streetViewPublishServiceClient =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// ** https://github.com/googleapis/gapic-generator-typescript **
// ** All changes to this file may be overwritten. **

import {StreetViewPublishServiceClient} from '@google-cloud/publish';
import {StreetViewPublishServiceClient} from '@googlemaps/streetview-publish';

// check that the client class type name can be used
function doStuffWithStreetViewPublishServiceClient(
Expand Down

0 comments on commit fdc7de7

Please sign in to comment.