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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dabab2ef319664b760fbcfd07201fd941f80d5d8af2a8f15836fb031992b7134
|
|
4
|
+
data.tar.gz: 85a9171592a7a308274249a49b75b131c2cd7cb4d7d31add68fd02b5575e14e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5dd8a88bfcc64db433377e9e23fcc5bcca31e17537c0f901e1c0a1dec45d6a2df333a364b2737c51bbf6c3ab3e4a5dea67283317de39027f45af2c1a4573e52a
|
|
7
|
+
data.tar.gz: 295e4126cc6d31fe2c07444ad7f20649beb390659bfd02d244ffe32ac57a07cba650a05c1e571519dfbb536466bbcc63b702cf1c35c40c41dfb0ec65966073b2
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
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).
|
|
1366
|
-
#
|
|
1367
|
-
#
|
|
1368
|
-
#
|
|
1369
|
-
#
|
|
1370
|
-
#
|
|
1371
|
-
#
|
|
1372
|
-
# optional
|
|
1373
|
-
#
|
|
1374
|
-
#
|
|
1375
|
-
#
|
|
1376
|
-
#
|
|
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.
|
|
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.
|
|
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:
|