diff --git a/packages/google-cloud-workflows-executions/samples/generated/v1beta/executions.cancel_execution.js b/packages/google-cloud-workflows-executions/samples/generated/v1beta/executions.cancel_execution.js index 16d155ab9b3..b8aafc758e2 100644 --- a/packages/google-cloud-workflows-executions/samples/generated/v1beta/executions.cancel_execution.js +++ b/packages/google-cloud-workflows-executions/samples/generated/v1beta/executions.cancel_execution.js @@ -36,7 +36,7 @@ function main(name) { // const name = 'abc123' // Imports the Executions library - const {ExecutionsClient} = require('@google-cloud/workflows-executions').v1beta; + const {ExecutionsClient} = require('@google-cloud/workflows').v1beta; // Instantiates a client const executionsClient = new ExecutionsClient(); diff --git a/packages/google-cloud-workflows-executions/samples/generated/v1beta/executions.create_execution.js b/packages/google-cloud-workflows-executions/samples/generated/v1beta/executions.create_execution.js index 55ec40ed155..042280ee02a 100644 --- a/packages/google-cloud-workflows-executions/samples/generated/v1beta/executions.create_execution.js +++ b/packages/google-cloud-workflows-executions/samples/generated/v1beta/executions.create_execution.js @@ -40,7 +40,7 @@ function main(parent, execution) { // const execution = {} // Imports the Executions library - const {ExecutionsClient} = require('@google-cloud/workflows-executions').v1beta; + const {ExecutionsClient} = require('@google-cloud/workflows').v1beta; // Instantiates a client const executionsClient = new ExecutionsClient(); diff --git a/packages/google-cloud-workflows-executions/samples/generated/v1beta/executions.get_execution.js b/packages/google-cloud-workflows-executions/samples/generated/v1beta/executions.get_execution.js index ec96cc3adda..fde0ed431d2 100644 --- a/packages/google-cloud-workflows-executions/samples/generated/v1beta/executions.get_execution.js +++ b/packages/google-cloud-workflows-executions/samples/generated/v1beta/executions.get_execution.js @@ -41,7 +41,7 @@ function main(name) { // const view = {} // Imports the Executions library - const {ExecutionsClient} = require('@google-cloud/workflows-executions').v1beta; + const {ExecutionsClient} = require('@google-cloud/workflows').v1beta; // Instantiates a client const executionsClient = new ExecutionsClient(); diff --git a/packages/google-cloud-workflows-executions/samples/generated/v1beta/executions.list_executions.js b/packages/google-cloud-workflows-executions/samples/generated/v1beta/executions.list_executions.js index d3a1ae01aae..fcd62049bac 100644 --- a/packages/google-cloud-workflows-executions/samples/generated/v1beta/executions.list_executions.js +++ b/packages/google-cloud-workflows-executions/samples/generated/v1beta/executions.list_executions.js @@ -55,7 +55,7 @@ function main(parent) { // const view = {} // Imports the Executions library - const {ExecutionsClient} = require('@google-cloud/workflows-executions').v1beta; + const {ExecutionsClient} = require('@google-cloud/workflows').v1beta; // Instantiates a client const executionsClient = new ExecutionsClient(); diff --git a/packages/google-cloud-workflows-executions/src/v1/executions_client.ts b/packages/google-cloud-workflows-executions/src/v1/executions_client.ts index 01f3f00829a..5576a3ff368 100644 --- a/packages/google-cloud-workflows-executions/src/v1/executions_client.ts +++ b/packages/google-cloud-workflows-executions/src/v1/executions_client.ts @@ -48,7 +48,7 @@ export class ExecutionsClient { private _defaults: {[method: string]: gax.CallSettings}; private _universeDomain: string; private _servicePath: string; - private _log = logging.log('workflow-executions'); + private _log = logging.log('workflows'); auth: gax.GoogleAuth; descriptors: Descriptors = { diff --git a/packages/google-cloud-workflows-executions/src/v1beta/executions_client.ts b/packages/google-cloud-workflows-executions/src/v1beta/executions_client.ts index b833465a2db..e24ec271af6 100644 --- a/packages/google-cloud-workflows-executions/src/v1beta/executions_client.ts +++ b/packages/google-cloud-workflows-executions/src/v1beta/executions_client.ts @@ -48,7 +48,7 @@ export class ExecutionsClient { private _defaults: {[method: string]: gax.CallSettings}; private _universeDomain: string; private _servicePath: string; - private _log = logging.log('workflows-executions'); + private _log = logging.log('workflows'); auth: gax.GoogleAuth; descriptors: Descriptors = { diff --git a/packages/google-cloud-workflows-executions/src/v1beta/gapic_metadata.json b/packages/google-cloud-workflows-executions/src/v1beta/gapic_metadata.json index 254e6e294a7..15057d7ddef 100644 --- a/packages/google-cloud-workflows-executions/src/v1beta/gapic_metadata.json +++ b/packages/google-cloud-workflows-executions/src/v1beta/gapic_metadata.json @@ -3,7 +3,7 @@ "comment": "This file maps proto services/RPCs to the corresponding library clients/methods", "language": "typescript", "protoPackage": "google.cloud.workflows.executions.v1beta", - "libraryPackage": "@google-cloud/workflows-executions", + "libraryPackage": "@google-cloud/workflows", "services": { "Executions": { "clients": {