Skip to content

Commit d564d1d

Browse files
feat: Automated regeneration of iap v1 client (#24677)
Auto-created at 2025-10-19 10:11:18 +0000 using the toys pull request generator.
1 parent 60af68f commit d564d1d

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

generated/google-apis-iap_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

generated/google-apis-iap_v1/lib/google/apis/iap_v1/classes.rb

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff 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

generated/google-apis-iap_v1/lib/google/apis/iap_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2828
end

0 commit comments

Comments
 (0)