Skip to content

Commit

Permalink
docs: [bigquerydatatransfer] Update transferConfig.name description t…
Browse files Browse the repository at this point in the history
…o indicate that it supports both formats (#9824)

* docs: Update transferConfig.name description to indicate that it supports both formats

PiperOrigin-RevId: 564447630

Source-Link: googleapis/googleapis@ca42ab6

Source-Link: googleapis/googleapis-gen@9433642
Copy-Tag: eyJwIjoiamF2YS1iaWdxdWVyeWRhdGF0cmFuc2Zlci8uT3dsQm90LnlhbWwiLCJoIjoiOTQzMzY0MjNmNDU1MjVkYjBiYTQzYjdlNGM3NWU1NWM2OWQ3YzZhMSJ9

* 🦉 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Sep 21, 2023
1 parent 86c71f8 commit 6ab58e6
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 30 deletions.
Expand Up @@ -129,9 +129,10 @@ public DestinationCase getDestinationCase() {
*
* <pre>
* The resource name of the transfer config.
* Transfer config names have the form
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`.
* Where `config_id` is usually a uuid, even though it is not
* Transfer config names have the form either
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
* `projects/{project_id}/transferConfigs/{config_id}`,
* where `config_id` is usually a UUID, even though it is not
* guaranteed or required. The name is ignored when creating a transfer
* config.
* </pre>
Expand All @@ -157,9 +158,10 @@ public java.lang.String getName() {
*
* <pre>
* The resource name of the transfer config.
* Transfer config names have the form
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`.
* Where `config_id` is usually a uuid, even though it is not
* Transfer config names have the form either
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
* `projects/{project_id}/transferConfigs/{config_id}`,
* where `config_id` is usually a UUID, even though it is not
* guaranteed or required. The name is ignored when creating a transfer
* config.
* </pre>
Expand Down Expand Up @@ -1916,9 +1918,10 @@ public Builder clearDestination() {
*
* <pre>
* The resource name of the transfer config.
* Transfer config names have the form
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`.
* Where `config_id` is usually a uuid, even though it is not
* Transfer config names have the form either
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
* `projects/{project_id}/transferConfigs/{config_id}`,
* where `config_id` is usually a UUID, even though it is not
* guaranteed or required. The name is ignored when creating a transfer
* config.
* </pre>
Expand All @@ -1943,9 +1946,10 @@ public java.lang.String getName() {
*
* <pre>
* The resource name of the transfer config.
* Transfer config names have the form
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`.
* Where `config_id` is usually a uuid, even though it is not
* Transfer config names have the form either
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
* `projects/{project_id}/transferConfigs/{config_id}`,
* where `config_id` is usually a UUID, even though it is not
* guaranteed or required. The name is ignored when creating a transfer
* config.
* </pre>
Expand All @@ -1970,9 +1974,10 @@ public com.google.protobuf.ByteString getNameBytes() {
*
* <pre>
* The resource name of the transfer config.
* Transfer config names have the form
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`.
* Where `config_id` is usually a uuid, even though it is not
* Transfer config names have the form either
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
* `projects/{project_id}/transferConfigs/{config_id}`,
* where `config_id` is usually a UUID, even though it is not
* guaranteed or required. The name is ignored when creating a transfer
* config.
* </pre>
Expand All @@ -1996,9 +2001,10 @@ public Builder setName(java.lang.String value) {
*
* <pre>
* The resource name of the transfer config.
* Transfer config names have the form
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`.
* Where `config_id` is usually a uuid, even though it is not
* Transfer config names have the form either
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
* `projects/{project_id}/transferConfigs/{config_id}`,
* where `config_id` is usually a UUID, even though it is not
* guaranteed or required. The name is ignored when creating a transfer
* config.
* </pre>
Expand All @@ -2018,9 +2024,10 @@ public Builder clearName() {
*
* <pre>
* The resource name of the transfer config.
* Transfer config names have the form
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`.
* Where `config_id` is usually a uuid, even though it is not
* Transfer config names have the form either
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
* `projects/{project_id}/transferConfigs/{config_id}`,
* where `config_id` is usually a UUID, even though it is not
* guaranteed or required. The name is ignored when creating a transfer
* config.
* </pre>
Expand Down
Expand Up @@ -28,9 +28,10 @@ public interface TransferConfigOrBuilder
*
* <pre>
* The resource name of the transfer config.
* Transfer config names have the form
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`.
* Where `config_id` is usually a uuid, even though it is not
* Transfer config names have the form either
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
* `projects/{project_id}/transferConfigs/{config_id}`,
* where `config_id` is usually a UUID, even though it is not
* guaranteed or required. The name is ignored when creating a transfer
* config.
* </pre>
Expand All @@ -45,9 +46,10 @@ public interface TransferConfigOrBuilder
*
* <pre>
* The resource name of the transfer config.
* Transfer config names have the form
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`.
* Where `config_id` is usually a uuid, even though it is not
* Transfer config names have the form either
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
* `projects/{project_id}/transferConfigs/{config_id}`,
* where `config_id` is usually a UUID, even though it is not
* guaranteed or required. The name is ignored when creating a transfer
* config.
* </pre>
Expand Down
Expand Up @@ -118,9 +118,10 @@ message TransferConfig {
};

// The resource name of the transfer config.
// Transfer config names have the form
// `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`.
// Where `config_id` is usually a uuid, even though it is not
// Transfer config names have the form either
// `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
// `projects/{project_id}/transferConfigs/{config_id}`,
// where `config_id` is usually a UUID, even though it is not
// guaranteed or required. The name is ignored when creating a transfer
// config.
string name = 1;
Expand Down

0 comments on commit 6ab58e6

Please sign in to comment.