Skip to content

Commit ef80ea2

Browse files
1 parent b5f1fa9 commit ef80ea2

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/CloudIAP/IapResource.php

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)