Skip to content

Commit 26ac88a

Browse files
feat: Automated regeneration of cloudidentity v1beta1 client (#24724)
Auto-created at 2025-10-26 09:52:09 +0000 using the toys pull request generator.
1 parent 62dcb2c commit 26ac88a

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

generated/google-apis-cloudidentity_v1beta1/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-cloudidentity_v1beta1
22

3+
### v0.57.0 (2025-10-26)
4+
5+
* Regenerated from discovery document revision 20251021
6+
37
### v0.56.0 (2025-09-21)
48

59
* Regenerated from discovery document revision 20250916

generated/google-apis-cloudidentity_v1beta1/lib/google/apis/cloudidentity_v1beta1/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 CloudidentityV1beta1
1818
# Version of the google-apis-cloudidentity_v1beta1 gem
19-
GEM_VERSION = "0.56.0"
19+
GEM_VERSION = "0.57.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 = "20250916"
25+
REVISION = "20251021"
2626
end
2727
end
2828
end

generated/google-apis-cloudidentity_v1beta1/lib/google/apis/cloudidentity_v1beta1/service.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2592,7 +2592,7 @@ def move_org_membership(name, move_org_membership_request_object = nil, fields:
25922592
execute_or_queue_command(command, &block)
25932593
end
25942594

2595-
# Get a Policy
2595+
# Get a policy.
25962596
# @param [String] name
25972597
# Required. The name of the policy to retrieve. Format: "policies/`policy`".
25982598
# @param [String] fields
@@ -2622,7 +2622,7 @@ def get_policy(name, fields: nil, quota_user: nil, options: nil, &block)
26222622
execute_or_queue_command(command, &block)
26232623
end
26242624

2625-
# List Policies
2625+
# List policies.
26262626
# @param [String] filter
26272627
# Optional. A CEL expression for filtering the results. Policies can be filtered
26282628
# by application with this expression: setting.type.matches('^settings/gmail\\..*

0 commit comments

Comments
 (0)