google-apis-cloudidentity_v1beta1 0.70.0 → 0.71.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c458f7865883577139a7f66187e5fc178d150bf92b2f054d1b3986c08e599585
4
- data.tar.gz: 4e66708fd7b27055ad3ec30c56337271a06afb6e01985e4f677a935a985227b5
3
+ metadata.gz: dabab2ef319664b760fbcfd07201fd941f80d5d8af2a8f15836fb031992b7134
4
+ data.tar.gz: 85a9171592a7a308274249a49b75b131c2cd7cb4d7d31add68fd02b5575e14e8
5
5
  SHA512:
6
- metadata.gz: 3fc20a2651ce519acef42b51eac6e79a6ee9d6a40c0fb5f7499177350f66f84d570218647e774d5ef74230039272697907b80a8b889af0ab47195eac2b1eed78
7
- data.tar.gz: 5bebe330b8b4f0ad2957dd86efdd17b3f8d4b4831eff0c2de934e8035138821bbbced6d2e3f864b0f5d208c59f1790177df1e57e57259c11054b17a2902864d3
6
+ metadata.gz: 5dd8a88bfcc64db433377e9e23fcc5bcca31e17537c0f901e1c0a1dec45d6a2df333a364b2737c51bbf6c3ab3e4a5dea67283317de39027f45af2c1a4573e52a
7
+ data.tar.gz: 295e4126cc6d31fe2c07444ad7f20649beb390659bfd02d244ffe32ac57a07cba650a05c1e571519dfbb536466bbcc63b702cf1c35c40c41dfb0ec65966073b2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudidentity_v1beta1
2
2
 
3
+ ### v0.71.0 (2026-08-30)
4
+
5
+ * Regenerated from discovery document revision 20260826
6
+
3
7
  ### v0.70.0 (2026-08-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20260817
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudidentityV1beta1
18
18
  # Version of the google-apis-cloudidentity_v1beta1 gem
19
- GEM_VERSION = "0.70.0"
19
+ GEM_VERSION = "0.71.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260817"
25
+ REVISION = "20260826"
26
26
  end
27
27
  end
28
28
  end
@@ -1362,18 +1362,25 @@ module Google
1362
1362
  # The `next_page_token` value returned from a previous search request, if any.
1363
1363
  # @param [String] query
1364
1364
  # Required. The search query. * Must be specified in [Common Expression Language]
1365
- # (https://opensource.google/projects/cel). * Must contain equality operators on
1366
- # the parent, e.g. `parent == 'customers/`customer_id`'`. The `customer_id` must
1367
- # begin with "C" (for example, 'C046psxkn'). [Find your customer ID.] (https://
1368
- # support.google.com/cloudidentity/answer/10070793) * Can contain optional
1369
- # inclusion operators on `labels` such as `'cloudidentity.googleapis.com/groups.
1370
- # discussion_forum' in labels`). * Can contain an optional equality operator on `
1371
- # domain_name`. e.g. `domain_name == 'examplepetstore.com'` * Can contain
1372
- # optional `startsWith/contains/equality` operators on `group_key`, e.g. `
1373
- # group_key.startsWith('dev')`, `group_key.contains('dev'), group_key == 'dev@
1374
- # examplepetstore.com'` * Can contain optional `startsWith/contains/equality`
1375
- # operators on `display_name`, such as `display_name.startsWith('dev')` , `
1376
- # display_name.contains('dev')`, `display_name == 'dev'`
1365
+ # (https://opensource.google/projects/cel). See [CEL Introduction](https://
1366
+ # github.com/google/cel-spec/blob/master/doc/intro.md) for CEL syntax usage and
1367
+ # examples. * Must contain equality operators on the parent, e.g. `parent == '
1368
+ # customers/`customer_id`'`. The `customer_id` must begin with "C" (for example,
1369
+ # 'C046psxkn'). [Find your customer ID.] (https://support.google.com/
1370
+ # cloudidentity/answer/10070793) * Can contain optional inclusion operators on `
1371
+ # labels` such as `'cloudidentity.googleapis.com/groups.discussion_forum' in
1372
+ # labels`). * Can contain an optional equality operator on `domain_name`. e.g. `
1373
+ # domain_name == 'examplepetstore.com'` * Can contain optional `startsWith/
1374
+ # contains/equality` operators on `group_key`, e.g. `group_key.startsWith('dev')`
1375
+ # , `group_key.contains('dev'), group_key == 'dev@examplepetstore.com'` * Can
1376
+ # contain optional `startsWith/contains/equality` operators on `display_name`,
1377
+ # such as `display_name.startsWith('dev')` , `display_name.contains('dev')`, `
1378
+ # display_name == 'dev'` Examples: * Search for all discussion forums under a
1379
+ # customer: `parent == 'customers/C046psxkn' && 'cloudidentity.googleapis.com/
1380
+ # groups.discussion_forum' in labels` * Search for groups with key starting with
1381
+ # 'sales': `parent == 'customers/C046psxkn' && group_key.startsWith('sales')` *
1382
+ # Search for groups with display name containing 'test': `parent == 'customers/
1383
+ # C046psxkn' && display_name.contains('test')`
1377
1384
  # @param [String] view
1378
1385
  # The level of detail to be returned. If unspecified, defaults to `View.BASIC`.
1379
1386
  # @param [String] fields
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudidentity_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.70.0
4
+ version: 0.71.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.70.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.71.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: