@@ -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>
0 commit comments