Skip to content

Commit

Permalink
docs: [bigquery-datatransfer] minor comment update (#4029)
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: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWJpZ3F1ZXJ5LWRhdGF0cmFuc2Zlci8uT3dsQm90LnlhbWwiLCJoIjoiZGM0NTNmNzcwMmNkNGQzOThmZTU3NzMxMTgwNGFlYTFhZDIwNTFkYSJ9

* 🦉 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>
Co-authored-by: sofisl <[email protected]>
Co-authored-by: danieljbruce <[email protected]>
  • Loading branch information
4 people authored Mar 2, 2023
1 parent 117ae72 commit 26c20bf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ message CreateTransferConfigRequest {
// create the transfer config.
string version_info = 5;

// 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 @@ -582,7 +582,7 @@ message UpdateTransferConfigRequest {
// update the transfer config.
string version_info = 5;

// 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
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function main(parent, transferConfig) {
*/
// const versionInfo = 'abc123'
/**
* 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
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function main(transferConfig, updateMask) {
*/
// const versionInfo = 'abc123'
/**
* 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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"clientLibrary": {
"name": "nodejs-datatransfer",
"version": "3.2.0",
"version": "3.2.1",
"language": "TYPESCRIPT",
"apis": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ export class DataTransferServiceClient {
* Note that this should not be set when `service_account_name` is used to
* create the transfer config.
* @param {string} request.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 @@ -668,7 +668,7 @@ export class DataTransferServiceClient {
* Note that this should not be set when `service_account_name` is used to
* update the transfer config.
* @param {string} request.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

0 comments on commit 26c20bf

Please sign in to comment.