From 691d830e82f0c133c8a6e63f1c81c236ae9113d9 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 07:51:32 -0800 Subject: [PATCH] docs: [BigQueryDataTransfer] minor comment update (#5907) 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: eyJwIjoiQmlnUXVlcnlEYXRhVHJhbnNmZXIvLk93bEJvdC55YW1sIiwiaCI6ImRjNDUzZjc3MDJjZDRkMzk4ZmU1NzczMTE4MDRhZWExYWQyMDUxZGEifQ== --- .../src/V1/CreateTransferConfigRequest.php | 8 ++++---- .../src/V1/Gapic/DataTransferServiceGapicClient.php | 4 ++-- .../src/V1/UpdateTransferConfigRequest.php | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/BigQueryDataTransfer/src/V1/CreateTransferConfigRequest.php b/BigQueryDataTransfer/src/V1/CreateTransferConfigRequest.php index 6378cacdfa04..9fa35b2f5320 100644 --- a/BigQueryDataTransfer/src/V1/CreateTransferConfigRequest.php +++ b/BigQueryDataTransfer/src/V1/CreateTransferConfigRequest.php @@ -73,7 +73,7 @@ class CreateTransferConfigRequest extends \Google\Protobuf\Internal\Message */ private $version_info = ''; /** - * 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. @@ -129,7 +129,7 @@ class CreateTransferConfigRequest extends \Google\Protobuf\Internal\Message * Note that this should not be set when `service_account_name` is used to * create the transfer config. * @type string $service_account_name - * 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. @@ -315,7 +315,7 @@ public function setVersionInfo($var) } /** - * 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. @@ -333,7 +333,7 @@ public function getServiceAccountName() } /** - * 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/BigQueryDataTransfer/src/V1/Gapic/DataTransferServiceGapicClient.php b/BigQueryDataTransfer/src/V1/Gapic/DataTransferServiceGapicClient.php index eb5655500f08..81e0b5b873fe 100644 --- a/BigQueryDataTransfer/src/V1/Gapic/DataTransferServiceGapicClient.php +++ b/BigQueryDataTransfer/src/V1/Gapic/DataTransferServiceGapicClient.php @@ -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. @@ -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. diff --git a/BigQueryDataTransfer/src/V1/UpdateTransferConfigRequest.php b/BigQueryDataTransfer/src/V1/UpdateTransferConfigRequest.php index 36bb95148911..5e016dc72f88 100644 --- a/BigQueryDataTransfer/src/V1/UpdateTransferConfigRequest.php +++ b/BigQueryDataTransfer/src/V1/UpdateTransferConfigRequest.php @@ -65,7 +65,7 @@ class UpdateTransferConfigRequest extends \Google\Protobuf\Internal\Message */ private $version_info = ''; /** - * 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. @@ -117,7 +117,7 @@ class UpdateTransferConfigRequest extends \Google\Protobuf\Internal\Message * Note that this should not be set when `service_account_name` is used to * update the transfer config. * @type string $service_account_name - * 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. @@ -305,7 +305,7 @@ public function setVersionInfo($var) } /** - * 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. @@ -323,7 +323,7 @@ public function getServiceAccountName() } /** - * 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.