Skip to content

Commit 18b7895

Browse files
feat: Automated regeneration of cloudidentity v1 client
1 parent d872bb6 commit 18b7895

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

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

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

59
* Regenerated from discovery document revision 20250923

generated/google-apis-cloudidentity_v1/lib/google/apis/cloudidentity_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 CloudidentityV1
1818
# Version of the google-apis-cloudidentity_v1 gem
19-
GEM_VERSION = "0.52.0"
19+
GEM_VERSION = "0.53.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 = "20250923"
25+
REVISION = "20251021"
2626
end
2727
end
2828
end

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2568,7 +2568,7 @@ def patch_inbound_sso_assignment(name, inbound_sso_assignment_object = nil, upda
25682568
execute_or_queue_command(command, &block)
25692569
end
25702570

2571-
# Get a Policy
2571+
# Get a policy.
25722572
# @param [String] name
25732573
# Required. The name of the policy to retrieve. Format: "policies/`policy`".
25742574
# @param [String] fields
@@ -2598,7 +2598,7 @@ def get_policy(name, fields: nil, quota_user: nil, options: nil, &block)
25982598
execute_or_queue_command(command, &block)
25992599
end
26002600

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

0 commit comments

Comments
 (0)