File tree Expand file tree Collapse file tree 3 files changed +15
-9
lines changed
generated/google-apis-iap_v1 Expand file tree Collapse file tree 3 files changed +15
-9
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-iap_v1
22
3+ ### v0.55.0 (2025-10-19)
4+
5+ * Regenerated from discovery document revision 20251013
6+
37### v0.54.0 (2025-06-01)
48
59* Regenerated from discovery document revision 20250524
Original file line number Diff line number Diff line change @@ -1076,13 +1076,15 @@ class Resource
10761076 attr_accessor :labels
10771077
10781078 # The locations of the resource. This field is used to determine whether the
1079- # request is compliant with Trust Boundaries. Usage: - If unset or empty, the
1080- # location of authorization is used as the target location. - For global
1081- # resources: use a single value of "global". - For regional/multi-regional
1082- # resources: use name of the GCP region(s) where the resource exists (e.g., ["us-
1083- # east1", "us-west1"]). For multi-regional resources specify the name of each
1084- # GCP region in the resource's multi-region. NOTE: Only GCP cloud region names
1085- # are supported - go/cloud-region-names.
1079+ # request is compliant with Trust Boundaries. Usage: - Must not be empty for
1080+ # services in-scope for Trust Boundaries. Once Trust Boundaries is GA, empty
1081+ # values will cause the request to be rejected if customers enforce Trust
1082+ # Boundaries on the parent CRM nodes. - For global resources: use a single value
1083+ # of "global". - For regional/multi-regional resources: use name of the GCP
1084+ # region(s) where the resource exists (e.g., ["us-east1", "us-west1"]). For
1085+ # multi-regional resources specify the name of each GCP region in the resource's
1086+ # multi-region. NOTE: Only GCP cloud region names are supported - go/cloud-
1087+ # region-names.
10861088 # Corresponds to the JSON property `locations`
10871089 # @return [Array<String>]
10881090 attr_accessor :locations
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module IapV1
1818 # Version of the google-apis-iap_v1 gem
19- GEM_VERSION = "0.54 .0"
19+ GEM_VERSION = "0.55 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.18.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20250524 "
25+ REVISION = "20251013 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments