File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,9 @@ class IapResource extends \Google\Collection
6161 * GCP region(s) where the resource exists (e.g., ["us-east1", "us-west1"]).
6262 * For multi-regional resources specify the name of each GCP region in the
6363 * resource's multi-region. NOTE: Only GCP cloud region names are supported -
64- * go/cloud-region-names.
64+ * go/cloud-region-names. - Constraints: - Individual location strings must be
65+ * less than 1000 bytes. - The cumulative size of all locations must be less
66+ * than 16KB.
6567 *
6668 * @var string[]
6769 */
@@ -176,7 +178,9 @@ public function getLabels()
176178 * GCP region(s) where the resource exists (e.g., ["us-east1", "us-west1"]).
177179 * For multi-regional resources specify the name of each GCP region in the
178180 * resource's multi-region. NOTE: Only GCP cloud region names are supported -
179- * go/cloud-region-names.
181+ * go/cloud-region-names. - Constraints: - Individual location strings must be
182+ * less than 1000 bytes. - The cumulative size of all locations must be less
183+ * than 16KB.
180184 *
181185 * @param string[] $locations
182186 */
You can’t perform that action at this time.
0 commit comments