diff --git a/generated/google-apis-cloudidentity_v1/CHANGELOG.md b/generated/google-apis-cloudidentity_v1/CHANGELOG.md index c24cce2a9e2..e5034e494df 100644 --- a/generated/google-apis-cloudidentity_v1/CHANGELOG.md +++ b/generated/google-apis-cloudidentity_v1/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-cloudidentity_v1 +### v0.59.0 (2026-05-31) + +* Regenerated from discovery document revision 20260524 + ### v0.58.0 (2026-05-24) * Regenerated from discovery document revision 20260520 diff --git a/generated/google-apis-cloudidentity_v1/lib/google/apis/cloudidentity_v1/classes.rb b/generated/google-apis-cloudidentity_v1/lib/google/apis/cloudidentity_v1/classes.rb index 2d2cd6bf889..f4bfb2a6bea 100644 --- a/generated/google-apis-cloudidentity_v1/lib/google/apis/cloudidentity_v1/classes.rb +++ b/generated/google-apis-cloudidentity_v1/lib/google/apis/cloudidentity_v1/classes.rb @@ -2997,11 +2997,12 @@ class PolicyQuery # orgUnitId`')) The Group the Policy applies to are represented by a clause like # so: entity.groups.exists(group, group.group_id == groupId('`groupId`')) The # Licenses the Policy applies to are represented by a clause like so: entity. - # licenses.exists(license, license in ['/product/`productId`/sku/`skuId`']) The - # above clauses can be present in any combination, and used in conjunction with - # the &&, || and ! operators. The org_unit and group fields below are helper - # fields that contain the corresponding value(s) as the query to make the query - # easier to use. + # licenses.exists(license, license in ['/product/`productId`/sku/`skuId`']) ** + # Note:** The licenses clause is not supported in mutate endpoints. The above + # clauses can be present in any combination, and used in conjunction with the &&, + # || and ! operators. The org_unit and group fields below are helper fields + # that contain the corresponding value(s) as the query to make the query easier + # to use. # Corresponds to the JSON property `query` # @return [String] attr_accessor :query diff --git a/generated/google-apis-cloudidentity_v1/lib/google/apis/cloudidentity_v1/gem_version.rb b/generated/google-apis-cloudidentity_v1/lib/google/apis/cloudidentity_v1/gem_version.rb index da4c540dfd7..b75498519a9 100644 --- a/generated/google-apis-cloudidentity_v1/lib/google/apis/cloudidentity_v1/gem_version.rb +++ b/generated/google-apis-cloudidentity_v1/lib/google/apis/cloudidentity_v1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module CloudidentityV1 # Version of the google-apis-cloudidentity_v1 gem - GEM_VERSION = "0.58.0" + GEM_VERSION = "0.59.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 = "20260520" + REVISION = "20260524" end end end