Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit 27b3271

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)