@@ -62,12 +62,13 @@ public final class Resource extends com.google.api.client.json.GenericJson {
6262
6363 /**
6464 * The locations of the resource. This field is used to determine whether the request is compliant
65- * with Trust Boundaries. Usage: - If unset or empty, the location of authorization is used as the
66- * target location. - For global resources: use a single value of "global". - For regional/multi-
67- * regional resources: use name of the GCP region(s) where the resource exists (e.g., ["us-east1",
68- * "us-west1"]). For multi-regional resources specify the name of each GCP region in the
69- * resource's multi-region. NOTE: Only GCP cloud region names are supported - go/cloud-region-
70- * names.
65+ * with Trust Boundaries. Usage: - Must not be empty for services in-scope for Trust Boundaries.
66+ * Once Trust Boundaries is GA, empty values will cause the request to be rejected if customers
67+ * enforce Trust Boundaries on the parent CRM nodes. - For global resources: use a single value of
68+ * "global". - For regional/multi-regional resources: use name of the GCP region(s) where the
69+ * resource exists (e.g., ["us-east1", "us-west1"]). For multi-regional resources specify the name
70+ * of each GCP region in the resource's multi-region. NOTE: Only GCP cloud region names are
71+ * supported - go/cloud-region-names.
7172 * The value may be {@code null}.
7273 */
7374 @ com .google .api .client .util .Key
@@ -196,12 +197,13 @@ public Resource setLabels(java.util.Map<String, java.lang.String> labels) {
196197
197198 /**
198199 * The locations of the resource. This field is used to determine whether the request is compliant
199- * with Trust Boundaries. Usage: - If unset or empty, the location of authorization is used as the
200- * target location. - For global resources: use a single value of "global". - For regional/multi-
201- * regional resources: use name of the GCP region(s) where the resource exists (e.g., ["us-east1",
202- * "us-west1"]). For multi-regional resources specify the name of each GCP region in the
203- * resource's multi-region. NOTE: Only GCP cloud region names are supported - go/cloud-region-
204- * names.
200+ * with Trust Boundaries. Usage: - Must not be empty for services in-scope for Trust Boundaries.
201+ * Once Trust Boundaries is GA, empty values will cause the request to be rejected if customers
202+ * enforce Trust Boundaries on the parent CRM nodes. - For global resources: use a single value of
203+ * "global". - For regional/multi-regional resources: use name of the GCP region(s) where the
204+ * resource exists (e.g., ["us-east1", "us-west1"]). For multi-regional resources specify the name
205+ * of each GCP region in the resource's multi-region. NOTE: Only GCP cloud region names are
206+ * supported - go/cloud-region-names.
205207 * @return value or {@code null} for none
206208 */
207209 public java .util .List <java .lang .String > getLocations () {
@@ -210,12 +212,13 @@ public java.util.List<java.lang.String> getLocations() {
210212
211213 /**
212214 * The locations of the resource. This field is used to determine whether the request is compliant
213- * with Trust Boundaries. Usage: - If unset or empty, the location of authorization is used as the
214- * target location. - For global resources: use a single value of "global". - For regional/multi-
215- * regional resources: use name of the GCP region(s) where the resource exists (e.g., ["us-east1",
216- * "us-west1"]). For multi-regional resources specify the name of each GCP region in the
217- * resource's multi-region. NOTE: Only GCP cloud region names are supported - go/cloud-region-
218- * names.
215+ * with Trust Boundaries. Usage: - Must not be empty for services in-scope for Trust Boundaries.
216+ * Once Trust Boundaries is GA, empty values will cause the request to be rejected if customers
217+ * enforce Trust Boundaries on the parent CRM nodes. - For global resources: use a single value of
218+ * "global". - For regional/multi-regional resources: use name of the GCP region(s) where the
219+ * resource exists (e.g., ["us-east1", "us-west1"]). For multi-regional resources specify the name
220+ * of each GCP region in the resource's multi-region. NOTE: Only GCP cloud region names are
221+ * supported - go/cloud-region-names.
219222 * @param locations locations or {@code null} for none
220223 */
221224 public Resource setLocations (java .util .List <java .lang .String > locations ) {
0 commit comments