From 26c20bff015981f555cd69156138a2fb101a3d5a Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 11:00:34 -0500 Subject: [PATCH] docs: [bigquery-datatransfer] minor comment update (#4029) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: minor comment update PiperOrigin-RevId: 512725339 Source-Link: https://github.com/googleapis/googleapis/commit/ea8d8264e71fce9035c6b91787afff93fb23b803 Source-Link: https://github.com/googleapis/googleapis-gen/commit/dc453f7702cd4d398fe577311804aea1ad2051da Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJpZ3F1ZXJ5LWRhdGF0cmFuc2Zlci8uT3dsQm90LnlhbWwiLCJoIjoiZGM0NTNmNzcwMmNkNGQzOThmZTU3NzMxMTgwNGFlYTFhZDIwNTFkYSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com> Co-authored-by: danieljbruce --- .../google/cloud/bigquery/datatransfer/v1/datatransfer.proto | 4 ++-- .../v1/data_transfer_service.create_transfer_config.js | 2 +- .../v1/data_transfer_service.update_transfer_config.js | 2 +- ...nippet_metadata.google.cloud.bigquery.datatransfer.v1.json | 2 +- .../src/v1/data_transfer_service_client.ts | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/google-cloud-bigquery-datatransfer/protos/google/cloud/bigquery/datatransfer/v1/datatransfer.proto b/packages/google-cloud-bigquery-datatransfer/protos/google/cloud/bigquery/datatransfer/v1/datatransfer.proto index 7400e45f05a..03bfb3b6dc1 100644 --- a/packages/google-cloud-bigquery-datatransfer/protos/google/cloud/bigquery/datatransfer/v1/datatransfer.proto +++ b/packages/google-cloud-bigquery-datatransfer/protos/google/cloud/bigquery/datatransfer/v1/datatransfer.proto @@ -528,7 +528,7 @@ message CreateTransferConfigRequest { // create the transfer config. string version_info = 5; - // Optional service account name. If this field is set, the transfer config + // Optional service account email. If this field is set, the transfer config // will be created with this service account's credentials. It requires that // the requesting user calling this API has permissions to act as this service // account. @@ -582,7 +582,7 @@ message UpdateTransferConfigRequest { // update the transfer config. string version_info = 5; - // Optional service account name. If this field is set, the transfer config + // Optional service account email. If this field is set, the transfer config // will be created with this service account's credentials. It requires that // the requesting user calling this API has permissions to act as this service // account. diff --git a/packages/google-cloud-bigquery-datatransfer/samples/generated/v1/data_transfer_service.create_transfer_config.js b/packages/google-cloud-bigquery-datatransfer/samples/generated/v1/data_transfer_service.create_transfer_config.js index e34a756cbfb..f76576ff3dd 100644 --- a/packages/google-cloud-bigquery-datatransfer/samples/generated/v1/data_transfer_service.create_transfer_config.js +++ b/packages/google-cloud-bigquery-datatransfer/samples/generated/v1/data_transfer_service.create_transfer_config.js @@ -73,7 +73,7 @@ function main(parent, transferConfig) { */ // const versionInfo = 'abc123' /** - * Optional service account name. If this field is set, the transfer config + * Optional service account email. If this field is set, the transfer config * will be created with this service account's credentials. It requires that * the requesting user calling this API has permissions to act as this service * account. diff --git a/packages/google-cloud-bigquery-datatransfer/samples/generated/v1/data_transfer_service.update_transfer_config.js b/packages/google-cloud-bigquery-datatransfer/samples/generated/v1/data_transfer_service.update_transfer_config.js index 87384799f52..97d99434ec4 100644 --- a/packages/google-cloud-bigquery-datatransfer/samples/generated/v1/data_transfer_service.update_transfer_config.js +++ b/packages/google-cloud-bigquery-datatransfer/samples/generated/v1/data_transfer_service.update_transfer_config.js @@ -69,7 +69,7 @@ function main(transferConfig, updateMask) { */ // const versionInfo = 'abc123' /** - * Optional service account name. If this field is set, the transfer config + * Optional service account email. If this field is set, the transfer config * will be created with this service account's credentials. It requires that * the requesting user calling this API has permissions to act as this service * account. diff --git a/packages/google-cloud-bigquery-datatransfer/samples/generated/v1/snippet_metadata.google.cloud.bigquery.datatransfer.v1.json b/packages/google-cloud-bigquery-datatransfer/samples/generated/v1/snippet_metadata.google.cloud.bigquery.datatransfer.v1.json index cd821b6d126..845172de3de 100644 --- a/packages/google-cloud-bigquery-datatransfer/samples/generated/v1/snippet_metadata.google.cloud.bigquery.datatransfer.v1.json +++ b/packages/google-cloud-bigquery-datatransfer/samples/generated/v1/snippet_metadata.google.cloud.bigquery.datatransfer.v1.json @@ -1,7 +1,7 @@ { "clientLibrary": { "name": "nodejs-datatransfer", - "version": "3.2.0", + "version": "3.2.1", "language": "TYPESCRIPT", "apis": [ { diff --git a/packages/google-cloud-bigquery-datatransfer/src/v1/data_transfer_service_client.ts b/packages/google-cloud-bigquery-datatransfer/src/v1/data_transfer_service_client.ts index 8b934bfe28a..60c00149fe8 100644 --- a/packages/google-cloud-bigquery-datatransfer/src/v1/data_transfer_service_client.ts +++ b/packages/google-cloud-bigquery-datatransfer/src/v1/data_transfer_service_client.ts @@ -528,7 +528,7 @@ export class DataTransferServiceClient { * Note that this should not be set when `service_account_name` is used to * create the transfer config. * @param {string} request.serviceAccountName - * Optional service account name. If this field is set, the transfer config + * Optional service account email. If this field is set, the transfer config * will be created with this service account's credentials. It requires that * the requesting user calling this API has permissions to act as this service * account. @@ -668,7 +668,7 @@ export class DataTransferServiceClient { * Note that this should not be set when `service_account_name` is used to * update the transfer config. * @param {string} request.serviceAccountName - * Optional service account name. If this field is set, the transfer config + * Optional service account email. If this field is set, the transfer config * will be created with this service account's credentials. It requires that * the requesting user calling this API has permissions to act as this service * account.