Skip to content

Commit 7af4bdb

Browse files
feat: Automated regeneration of cloudidentity v1beta1 client (#21494)
Auto-created at 2025-01-26 10:27:24 +0000 using the toys pull request generator.
1 parent 14e5ad6 commit 7af4bdb

File tree

4 files changed

+23
-13
lines changed

4 files changed

+23
-13
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.52.0 (2025-01-26)
4+
5+
* Regenerated from discovery document revision 20250121
6+
37
### v0.51.0 (2025-01-12)
48

59
* Regenerated from discovery document revision 20250107

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ module CloudidentityV1beta1
5050
# See all of the Inbound SSO profiles and their assignments to any Org Units or Google Groups in your Cloud Identity Organization.
5151
AUTH_CLOUD_IDENTITY_INBOUNDSSO_READONLY = 'https://www.googleapis.com/auth/cloud-identity.inboundsso.readonly'
5252

53+
# List, Move orgmembers of an OrgUnit in your Cloud Identity Organization.
54+
AUTH_CLOUD_IDENTITY_ORGUNITS = 'https://www.googleapis.com/auth/cloud-identity.orgunits'
55+
56+
# List org members of an OrgUnit in your Cloud Identity Organization.
57+
AUTH_CLOUD_IDENTITY_ORGUNITS_READONLY = 'https://www.googleapis.com/auth/cloud-identity.orgunits.readonly'
58+
5359
# See and edit policies in your Cloud Identity Organization.
5460
AUTH_CLOUD_IDENTITY_POLICIES = 'https://www.googleapis.com/auth/cloud-identity.policies'
5561

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.51.0"
19+
GEM_VERSION = "0.52.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.16.0"
2323

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

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2429,17 +2429,17 @@ def get_policy(name, fields: nil, quota_user: nil, options: nil, &block)
24292429
# List Policies
24302430
# @param [String] filter
24312431
# Optional. A CEL expression for filtering the results. Policies can be filtered
2432-
# by application with this expression: setting.name = 'settings/gmail.*'
2433-
# Policies can be filtered by setting type with this expression: setting.name = '
2434-
# *.service_status' A maximum of one of the above setting.name clauses can be
2435-
# used. Policies can be filtered by customer with this expression: customer = "
2436-
# customers/`customer`" Where `customer` is the `id` from the [Admin SDK `
2437-
# Customer` resource](https://developers.google.com/admin-sdk/directory/
2438-
# reference/rest/v1/customers). You may use `customers/my_customer` to specify
2439-
# your own organization. When no customer is mentioned it will be default to
2440-
# customers/my_customer. A maximum of one customer clause can be used. The above
2441-
# clauses can only be combined together in a single filter expression with the `&
2442-
# &` operator.
2432+
# by application with this expression: setting.type.matches('^settings/gmail\\..*
2433+
# $') Policies can be filtered by setting type with this expression: setting.
2434+
# type.matches('^.*\\.service_status$') A maximum of one of the above setting.
2435+
# type clauses can be used. Policies can be filtered by customer with this
2436+
# expression: customer == "customers/`customer`" Where `customer` is the `id`
2437+
# from the [Admin SDK `Customer` resource](https://developers.google.com/admin-
2438+
# sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer`
2439+
# to specify your own organization. When no customer is mentioned it will be
2440+
# default to customers/my_customer. A maximum of one customer clause can be used.
2441+
# The above clauses can only be combined together in a single filter expression
2442+
# with the `&&` operator.
24432443
# @param [Fixnum] page_size
24442444
# Optional. The maximum number of results to return. The service can return
24452445
# fewer than this number. If omitted or set to 0, the default is 50 results per

0 commit comments

Comments
 (0)