Skip to content

Commit 58b32cf

Browse files
feat: Automated regeneration of cloudidentity v1 client (googleapis#21451)
Auto-created at 2025-01-26 09:29:37 +0000 using the toys pull request generator.
1 parent 7fb8690 commit 58b32cf

File tree

3 files changed

+19
-14
lines changed

3 files changed

+19
-14
lines changed

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

3+
### v0.48.0 (2025-01-26)
4+
5+
* Regenerated from discovery document revision 20250121
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.47.0 (2024-12-15)
49

510
* Regenerated from discovery document revision 20241208

generated/google-apis-cloudidentity_v1/lib/google/apis/cloudidentity_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 CloudidentityV1
1818
# Version of the google-apis-cloudidentity_v1 gem
19-
GEM_VERSION = "0.47.0"
19+
GEM_VERSION = "0.48.0"
2020

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

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

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2405,17 +2405,17 @@ def get_policy(name, fields: nil, quota_user: nil, options: nil, &block)
24052405
# List Policies
24062406
# @param [String] filter
24072407
# Optional. A CEL expression for filtering the results. Policies can be filtered
2408-
# by application with this expression: setting.name = 'settings/gmail.*'
2409-
# Policies can be filtered by setting type with this expression: setting.name = '
2410-
# *.service_status' A maximum of one of the above setting.name clauses can be
2411-
# used. Policies can be filtered by customer with this expression: customer = "
2412-
# customers/`customer`" Where `customer` is the `id` from the [Admin SDK `
2413-
# Customer` resource](https://developers.google.com/admin-sdk/directory/
2414-
# reference/rest/v1/customers). You may use `customers/my_customer` to specify
2415-
# your own organization. When no customer is mentioned it will be default to
2416-
# customers/my_customer. A maximum of one customer clause can be used. The above
2417-
# clauses can only be combined together in a single filter expression with the `&
2418-
# &` operator.
2408+
# by application with this expression: setting.type.matches('^settings/gmail\\..*
2409+
# $') Policies can be filtered by setting type with this expression: setting.
2410+
# type.matches('^.*\\.service_status$') A maximum of one of the above setting.
2411+
# type clauses can be used. Policies can be filtered by customer with this
2412+
# expression: customer == "customers/`customer`" Where `customer` is the `id`
2413+
# from the [Admin SDK `Customer` resource](https://developers.google.com/admin-
2414+
# sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer`
2415+
# to specify your own organization. When no customer is mentioned it will be
2416+
# default to customers/my_customer. A maximum of one customer clause can be used.
2417+
# The above clauses can only be combined together in a single filter expression
2418+
# with the `&&` operator.
24192419
# @param [Fixnum] page_size
24202420
# Optional. The maximum number of results to return. The service can return
24212421
# fewer than this number. If omitted or set to 0, the default is 50 results per

0 commit comments

Comments
 (0)