Skip to content

Commit 3528665

Browse files
feat: Automated regeneration of cloudidentity v1 client (googleapis#26604)
Auto-created at 2026-05-31 11:08:33 +0000 using the toys pull request generator.
1 parent 32ded76 commit 3528665

3 files changed

Lines changed: 12 additions & 7 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.59.0 (2026-05-31)
4+
5+
* Regenerated from discovery document revision 20260524
6+
37
### v0.58.0 (2026-05-24)
48

59
* Regenerated from discovery document revision 20260520

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2997,11 +2997,12 @@ class PolicyQuery
29972997
# orgUnitId`')) The Group the Policy applies to are represented by a clause like
29982998
# so: entity.groups.exists(group, group.group_id == groupId('`groupId`')) The
29992999
# Licenses the Policy applies to are represented by a clause like so: entity.
3000-
# licenses.exists(license, license in ['/product/`productId`/sku/`skuId`']) The
3001-
# above clauses can be present in any combination, and used in conjunction with
3002-
# the &&, || and ! operators. The org_unit and group fields below are helper
3003-
# fields that contain the corresponding value(s) as the query to make the query
3004-
# easier to use.
3000+
# licenses.exists(license, license in ['/product/`productId`/sku/`skuId`']) **
3001+
# Note:** The licenses clause is not supported in mutate endpoints. The above
3002+
# clauses can be present in any combination, and used in conjunction with the &&,
3003+
# || and ! operators. The org_unit and group fields below are helper fields
3004+
# that contain the corresponding value(s) as the query to make the query easier
3005+
# to use.
30053006
# Corresponds to the JSON property `query`
30063007
# @return [String]
30073008
attr_accessor :query

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.58.0"
19+
GEM_VERSION = "0.59.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 = "20260520"
25+
REVISION = "20260524"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)