From 336a994b93d54cf415e6c88cb467b632394dd15c Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 05:32:47 -0500 Subject: [PATCH] docs: minor comment update (#445) 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: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZGM0NTNmNzcwMmNkNGQzOThmZTU3NzMxMTgwNGFlYTFhZDIwNTFkYSJ9 * 🦉 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 --- .../cloud/bigquery_datatransfer_v1/types/datatransfer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/google-cloud-bigquery-datatransfer/google/cloud/bigquery_datatransfer_v1/types/datatransfer.py b/packages/google-cloud-bigquery-datatransfer/google/cloud/bigquery_datatransfer_v1/types/datatransfer.py index a0d8bd13690e..b7dfe5917117 100644 --- a/packages/google-cloud-bigquery-datatransfer/google/cloud/bigquery_datatransfer_v1/types/datatransfer.py +++ b/packages/google-cloud-bigquery-datatransfer/google/cloud/bigquery_datatransfer_v1/types/datatransfer.py @@ -531,7 +531,7 @@ class CreateTransferConfigRequest(proto.Message): ``service_account_name`` is used to create the transfer config. service_account_name (str): - Optional service account name. If this field is set, the + 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. @@ -621,7 +621,7 @@ class UpdateTransferConfigRequest(proto.Message): ``service_account_name`` is used to update the transfer config. service_account_name (str): - Optional service account name. If this field is set, the + 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.