Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-cloudidentity_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-cloudidentity_v1

### v0.58.0 (2026-05-24)

* Regenerated from discovery document revision 20260520

### v0.57.0 (2026-05-17)

* Regenerated from discovery document revision 20260513
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module CloudidentityV1
# Version of the google-apis-cloudidentity_v1 gem
GEM_VERSION = "0.57.0"
GEM_VERSION = "0.58.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.18.0"

# Revision of the discovery document this client was generated from
REVISION = "20260513"
REVISION = "20260520"
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -2664,15 +2664,17 @@ def get_policy(name, fields: nil, quota_user: nil, options: nil, &block)
# Optional. A CEL expression for filtering the results. Policies can be filtered
# by application with this expression: setting.type.matches('^settings/gmail\\..*
# $') Policies can be filtered by setting type with this expression: setting.
# type.matches('^.*\\.service_status$') A maximum of one of the above setting.
# type clauses can be used. Policies can be filtered by customer with this
# expression: customer == "customers/`customer`" Where `customer` is the `id`
# from the [Admin SDK `Customer` resource](https://developers.google.com/admin-
# sdk/directory/reference/rest/v1/customers). You may use `customers/my_customer`
# to specify your own organization. When no customer is mentioned it will be
# default to customers/my_customer. A maximum of one customer clause can be used.
# The above clauses can only be combined together in a single filter expression
# with the `&&` operator.
# type.matches('^.*\\.service_status$') Policies can be filtered by customer
# with this expression: customer == "customers/`customer`" Where `customer` is
# the `id` from the [Admin SDK `Customer` resource](https://developers.google.
# com/admin-sdk/directory/reference/rest/v1/customers). You may use `customers/
# my_customer` to specify your own organization. When no customer is mentioned
# it will be default to customers/my_customer. You may only filter on policies
# for a single customer at a time. The above clauses can be combined together in
# a single filter expression with the `&&` and `||` operators, like in the
# following example: customer == "customers/my_customer" && ( setting.type.
# matches('^settings/gmail\\..*$') || setting.type.matches('^.*\\.service_status$
# ') )
# @param [Fixnum] page_size
# Optional. The maximum number of results to return. The service can return
# fewer than this number. If omitted or set to 0, the default is 50 results per
Expand Down
Loading