Skip to content

Commit 336a994

Browse files
docs: minor comment update (#445)
* docs: minor comment update PiperOrigin-RevId: 512725339 Source-Link: googleapis/googleapis@ea8d826 Source-Link: googleapis/googleapis-gen@dc453f7 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 <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 5d8923e commit 336a994

File tree

1 file changed

+2
-2
lines changed
  • packages/google-cloud-bigquery-datatransfer/google/cloud/bigquery_datatransfer_v1/types

1 file changed

+2
-2
lines changed

packages/google-cloud-bigquery-datatransfer/google/cloud/bigquery_datatransfer_v1/types/datatransfer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ class CreateTransferConfigRequest(proto.Message):
531531
``service_account_name`` is used to create the transfer
532532
config.
533533
service_account_name (str):
534-
Optional service account name. If this field is set, the
534+
Optional service account email. If this field is set, the
535535
transfer config will be created with this service account's
536536
credentials. It requires that the requesting user calling
537537
this API has permissions to act as this service account.
@@ -621,7 +621,7 @@ class UpdateTransferConfigRequest(proto.Message):
621621
``service_account_name`` is used to update the transfer
622622
config.
623623
service_account_name (str):
624-
Optional service account name. If this field is set, the
624+
Optional service account email. If this field is set, the
625625
transfer config will be created with this service account's
626626
credentials. It requires that the requesting user calling
627627
this API has permissions to act as this service account.

0 commit comments

Comments
 (0)