Skip to content

Commit 52cb044

Browse files
feat: Automated regeneration of cloudidentity v1 client (googleapis#26569)
Auto-created at 2026-05-24 11:10:52 +0000 using the toys pull request generator.
1 parent 4617d8a commit 52cb044

3 files changed

Lines changed: 17 additions & 11 deletions

File tree

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.58.0 (2026-05-24)
4+
5+
* Regenerated from discovery document revision 20260520
6+
37
### v0.57.0 (2026-05-17)
48

59
* Regenerated from discovery document revision 20260513

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.57.0"
19+
GEM_VERSION = "0.58.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 = "20260513"
25+
REVISION = "20260520"
2626
end
2727
end
2828
end

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

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2664,15 +2664,17 @@ def get_policy(name, fields: nil, quota_user: nil, options: nil, &block)
26642664
# Optional. A CEL expression for filtering the results. Policies can be filtered
26652665
# by application with this expression: setting.type.matches('^settings/gmail\\..*
26662666
# $') Policies can be filtered by setting type with this expression: setting.
2667-
# type.matches('^.*\\.service_status$') A maximum of one of the above setting.
2668-
# type clauses can be used. Policies can be filtered by customer with this
2669-
# expression: customer == "customers/`customer`" Where `customer` is the `id`
2670-
# from the [Admin SDK `Customer` resource](https://developers.google.com/admin-
2671-
# sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer`
2672-
# to specify your own organization. When no customer is mentioned it will be
2673-
# default to customers/my_customer. A maximum of one customer clause can be used.
2674-
# The above clauses can only be combined together in a single filter expression
2675-
# with the `&&` operator.
2667+
# type.matches('^.*\\.service_status$') Policies can be filtered by customer
2668+
# with this expression: customer == "customers/`customer`" Where `customer` is
2669+
# the `id` from the [Admin SDK `Customer` resource](https://developers.google.
2670+
# com/admin-sdk/directory/reference/rest/v1/customers). You may use `customers/
2671+
# my_customer` to specify your own organization. When no customer is mentioned
2672+
# it will be default to customers/my_customer. You may only filter on policies
2673+
# for a single customer at a time. The above clauses can be combined together in
2674+
# a single filter expression with the `&&` and `||` operators, like in the
2675+
# following example: customer == "customers/my_customer" && ( setting.type.
2676+
# matches('^settings/gmail\\..*$') || setting.type.matches('^.*\\.service_status$
2677+
# ') )
26762678
# @param [Fixnum] page_size
26772679
# Optional. The maximum number of results to return. The service can return
26782680
# fewer than this number. If omitted or set to 0, the default is 50 results per

0 commit comments

Comments
 (0)