Skip to content

Commit 6ab58e6

Browse files
docs: [bigquerydatatransfer] Update transferConfig.name description to 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: https://github.com/googleapis/googleapis-gen/commit/94336423f45525db0ba43b7e4c75e55c69d7c6a1 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>
1 parent 86c71f8 commit 6ab58e6

File tree

3 files changed

+40
-30
lines changed

3 files changed

+40
-30
lines changed

java-bigquerydatatransfer/proto-google-cloud-bigquerydatatransfer-v1/src/main/java/com/google/cloud/bigquery/datatransfer/v1/TransferConfig.java

Lines changed: 28 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,10 @@ public DestinationCase getDestinationCase() {
129129
*
130130
* <pre>
131131
* The resource name of the transfer config.
132-
* Transfer config names have the form
133-
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`.
134-
* Where `config_id` is usually a uuid, even though it is not
132+
* Transfer config names have the form either
133+
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
134+
* `projects/{project_id}/transferConfigs/{config_id}`,
135+
* where `config_id` is usually a UUID, even though it is not
135136
* guaranteed or required. The name is ignored when creating a transfer
136137
* config.
137138
* </pre>
@@ -157,9 +158,10 @@ public java.lang.String getName() {
157158
*
158159
* <pre>
159160
* The resource name of the transfer config.
160-
* Transfer config names have the form
161-
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`.
162-
* Where `config_id` is usually a uuid, even though it is not
161+
* Transfer config names have the form either
162+
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
163+
* `projects/{project_id}/transferConfigs/{config_id}`,
164+
* where `config_id` is usually a UUID, even though it is not
163165
* guaranteed or required. The name is ignored when creating a transfer
164166
* config.
165167
* </pre>
@@ -1916,9 +1918,10 @@ public Builder clearDestination() {
19161918
*
19171919
* <pre>
19181920
* The resource name of the transfer config.
1919-
* Transfer config names have the form
1920-
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`.
1921-
* Where `config_id` is usually a uuid, even though it is not
1921+
* Transfer config names have the form either
1922+
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
1923+
* `projects/{project_id}/transferConfigs/{config_id}`,
1924+
* where `config_id` is usually a UUID, even though it is not
19221925
* guaranteed or required. The name is ignored when creating a transfer
19231926
* config.
19241927
* </pre>
@@ -1943,9 +1946,10 @@ public java.lang.String getName() {
19431946
*
19441947
* <pre>
19451948
* The resource name of the transfer config.
1946-
* Transfer config names have the form
1947-
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`.
1948-
* Where `config_id` is usually a uuid, even though it is not
1949+
* Transfer config names have the form either
1950+
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
1951+
* `projects/{project_id}/transferConfigs/{config_id}`,
1952+
* where `config_id` is usually a UUID, even though it is not
19491953
* guaranteed or required. The name is ignored when creating a transfer
19501954
* config.
19511955
* </pre>
@@ -1970,9 +1974,10 @@ public com.google.protobuf.ByteString getNameBytes() {
19701974
*
19711975
* <pre>
19721976
* The resource name of the transfer config.
1973-
* Transfer config names have the form
1974-
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`.
1975-
* Where `config_id` is usually a uuid, even though it is not
1977+
* Transfer config names have the form either
1978+
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
1979+
* `projects/{project_id}/transferConfigs/{config_id}`,
1980+
* where `config_id` is usually a UUID, even though it is not
19761981
* guaranteed or required. The name is ignored when creating a transfer
19771982
* config.
19781983
* </pre>
@@ -1996,9 +2001,10 @@ public Builder setName(java.lang.String value) {
19962001
*
19972002
* <pre>
19982003
* The resource name of the transfer config.
1999-
* Transfer config names have the form
2000-
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`.
2001-
* Where `config_id` is usually a uuid, even though it is not
2004+
* Transfer config names have the form either
2005+
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
2006+
* `projects/{project_id}/transferConfigs/{config_id}`,
2007+
* where `config_id` is usually a UUID, even though it is not
20022008
* guaranteed or required. The name is ignored when creating a transfer
20032009
* config.
20042010
* </pre>
@@ -2018,9 +2024,10 @@ public Builder clearName() {
20182024
*
20192025
* <pre>
20202026
* The resource name of the transfer config.
2021-
* Transfer config names have the form
2022-
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`.
2023-
* Where `config_id` is usually a uuid, even though it is not
2027+
* Transfer config names have the form either
2028+
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
2029+
* `projects/{project_id}/transferConfigs/{config_id}`,
2030+
* where `config_id` is usually a UUID, even though it is not
20242031
* guaranteed or required. The name is ignored when creating a transfer
20252032
* config.
20262033
* </pre>

java-bigquerydatatransfer/proto-google-cloud-bigquerydatatransfer-v1/src/main/java/com/google/cloud/bigquery/datatransfer/v1/TransferConfigOrBuilder.java

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,10 @@ public interface TransferConfigOrBuilder
2828
*
2929
* <pre>
3030
* The resource name of the transfer config.
31-
* Transfer config names have the form
32-
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`.
33-
* Where `config_id` is usually a uuid, even though it is not
31+
* Transfer config names have the form either
32+
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
33+
* `projects/{project_id}/transferConfigs/{config_id}`,
34+
* where `config_id` is usually a UUID, even though it is not
3435
* guaranteed or required. The name is ignored when creating a transfer
3536
* config.
3637
* </pre>
@@ -45,9 +46,10 @@ public interface TransferConfigOrBuilder
4546
*
4647
* <pre>
4748
* The resource name of the transfer config.
48-
* Transfer config names have the form
49-
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`.
50-
* Where `config_id` is usually a uuid, even though it is not
49+
* Transfer config names have the form either
50+
* `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
51+
* `projects/{project_id}/transferConfigs/{config_id}`,
52+
* where `config_id` is usually a UUID, even though it is not
5153
* guaranteed or required. The name is ignored when creating a transfer
5254
* config.
5355
* </pre>

java-bigquerydatatransfer/proto-google-cloud-bigquerydatatransfer-v1/src/main/proto/google/cloud/bigquery/datatransfer/v1/transfer.proto

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,10 @@ message TransferConfig {
118118
};
119119

120120
// The resource name of the transfer config.
121-
// Transfer config names have the form
122-
// `projects/{project_id}/locations/{region}/transferConfigs/{config_id}`.
123-
// Where `config_id` is usually a uuid, even though it is not
121+
// Transfer config names have the form either
122+
// `projects/{project_id}/locations/{region}/transferConfigs/{config_id}` or
123+
// `projects/{project_id}/transferConfigs/{config_id}`,
124+
// where `config_id` is usually a UUID, even though it is not
124125
// guaranteed or required. The name is ignored when creating a transfer
125126
// config.
126127
string name = 1;

0 commit comments

Comments
 (0)