Skip to content

Commit

Permalink
docs: [BigQueryDataTransfer] minor comment update (#5907)
Browse files Browse the repository at this point in the history
docs: minor comment update
PiperOrigin-RevId: 512725339
Source-Link: googleapis/googleapis@ea8d826
Source-Link: googleapis/googleapis-gen@dc453f7
Copy-Tag: eyJwIjoiQmlnUXVlcnlEYXRhVHJhbnNmZXIvLk93bEJvdC55YW1sIiwiaCI6ImRjNDUzZjc3MDJjZDRkMzk4ZmU1NzczMTE4MDRhZWExYWQyMDUxZGEifQ==
  • Loading branch information
gcf-owl-bot[bot] authored and bshaffer committed Mar 21, 2023
1 parent 0e76a82 commit 691d830
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions BigQueryDataTransfer/src/V1/CreateTransferConfigRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ public function checkValidCreds($name, array $optionalArgs = [])
* Note that this should not be set when `service_account_name` is used to
* create the transfer config.
* @type string $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.
Expand Down Expand Up @@ -1456,7 +1456,7 @@ public function startManualTransferRuns(array $optionalArgs = [])
* Note that this should not be set when `service_account_name` is used to
* update the transfer config.
* @type string $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.
Expand Down
8 changes: 4 additions & 4 deletions BigQueryDataTransfer/src/V1/UpdateTransferConfigRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 691d830

Please sign in to comment.