Skip to content

Commit 3f1f8b7

Browse files
feat: Automated regeneration of cloudresourcemanager v1 client (googleapis#22009)
Auto-created at 2025-03-09 10:14:09 +0000 using the toys pull request generator.
1 parent 6a0875b commit 3f1f8b7

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

generated/google-apis-cloudresourcemanager_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-cloudresourcemanager_v1
22

3+
### v0.42.0 (2025-03-09)
4+
5+
* Regenerated from discovery document revision 20250302
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.41.0 (2024-05-19)
49

510
* Regenerated using generator version 0.15.0

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,11 +1797,11 @@ class SearchOrganizationsRequest
17971797

17981798
# An optional query string used to filter the Organizations to return in the
17991799
# response. Filter rules are case-insensitive. Organizations may be filtered by `
1800-
# owner.directoryCustomerId` or by `domain`, where the domain is a G Suite
1801-
# domain, for example: * Filter `owner.directorycustomerid:123456789` returns
1802-
# Organization resources with `owner.directory_customer_id` equal to `123456789`.
1803-
# * Filter `domain:google.com` returns Organization resources corresponding to
1804-
# the domain `google.com`. This field is optional.
1800+
# owner.directoryCustomerId` or by `domain`, where the domain is a verified G
1801+
# Suite domain, for example: * Filter `owner.directorycustomerid:123456789`
1802+
# returns Organization resources with `owner.directory_customer_id` equal to `
1803+
# 123456789`. * Filter `domain:google.com` returns Organization resources
1804+
# corresponding to the domain `google.com`. This field is optional.
18051805
# Corresponds to the JSON property `filter`
18061806
# @return [String]
18071807
attr_accessor :filter

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module CloudresourcemanagerV1
1818
# Version of the google-apis-cloudresourcemanager_v1 gem
19-
GEM_VERSION = "0.41.0"
19+
GEM_VERSION = "0.42.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.0"
22+
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240310"
25+
REVISION = "20250302"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)