google-apis-cloudidentity_v1 0.29.0 → 0.30.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 77ea225ea724279fd6b8b1b1588605b5e79fac546625d71c3a23f2fa661d50b1
4
- data.tar.gz: fbfed6196011d61b694a386e8e15ea12e76189e7dfb0f80ef396a4ea550034f1
3
+ metadata.gz: 980807af6a2ce4f4d2375433719d4a475049e4bd83261f5ebacb6618c9e61605
4
+ data.tar.gz: fadb4ba1a5edfea298d703bb31c3f8240e44149ffd00d1933d3233274022f0aa
5
5
  SHA512:
6
- metadata.gz: 9ea37dad332783c289fcf5539dd8d3267f497a2ab2da7f4b66a69b8287ea5076b4ef8f4a7b933cb2aceeb072c556abcbaf734d64f1a3c20a097ecaeb194f22b0
7
- data.tar.gz: 34ef5e6212d7dfcbeda6f2f806b003dc74da9a6c5cf51e292913e723206ab4320027abee451935e6f3203dbce7f04e2ceb0ddef53f6300e8c6cc134328a4fd1b
6
+ metadata.gz: a45d0608193587621e0b6dfe1343bd092dc092a17465e030f933ad87c8a8617a0d368f4bb85336cf90afdcc849c33f962076fd44bcd4a270b344c6133dd582d1
7
+ data.tar.gz: 7e8e14942df065caeeaf73651fdf19c4eb865424263b64edcd00eb227e763b070d248462fb85c764c6bedc0a028e37f0d43de7b5678251883a5111dfa90b147f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudidentity_v1
2
2
 
3
+ ### v0.30.0 (2023-01-04)
4
+
5
+ * Regenerated from discovery document revision 20221221
6
+
3
7
  ### v0.29.0 (2022-10-27)
4
8
 
5
9
  * Regenerated using generator version 0.11.0
@@ -1104,7 +1104,7 @@ module Google
1104
1104
  class GoogleAppsCloudidentityDevicesV1LookupSelfDeviceUsersResponse
1105
1105
  include Google::Apis::Core::Hashable
1106
1106
 
1107
- # The obfuscated customer Id that may be passed back to other Devices API
1107
+ # The customer resource name that may be passed back to other Devices API
1108
1108
  # methods such as List, Get, etc.
1109
1109
  # Corresponds to the JSON property `customer`
1110
1110
  # @return [String]
@@ -1355,9 +1355,11 @@ module Google
1355
1355
 
1356
1356
  # Required. Immutable. The resource name of the entity under which this `Group`
1357
1357
  # resides in the Cloud Identity resource hierarchy. Must be of the form `
1358
- # identitysources/`identity_source`` for external- identity-mapped groups or `
1359
- # customers/`customer`` for Google Groups. The `customer` must begin with "C" (
1360
- # for example, 'C046psxkn').
1358
+ # identitysources/`identity_source`` for external [identity-mapped groups](https:
1359
+ # //support.google.com/a/answer/9039510) or `customers/`customer_id`` for Google
1360
+ # Groups. The `customer_id` must begin with "C" (for example, 'C046psxkn'). [
1361
+ # Find your customer ID.] (https://support.google.com/cloudidentity/answer/
1362
+ # 10070793)
1361
1363
  # Corresponds to the JSON property `parent`
1362
1364
  # @return [String]
1363
1365
  attr_accessor :parent
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudidentityV1
18
18
  # Version of the google-apis-cloudidentity_v1 gem
19
- GEM_VERSION = "0.29.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220904"
25
+ REVISION = "20221221"
26
26
  end
27
27
  end
28
28
  end
@@ -1167,8 +1167,9 @@ module Google
1167
1167
  # @param [String] parent
1168
1168
  # Required. The parent resource under which to list all `Group` resources. Must
1169
1169
  # be of the form `identitysources/`identity_source`` for external- identity-
1170
- # mapped groups or `customers/`customer`` for Google Groups. The `customer` must
1171
- # begin with "C" (for example, 'C046psxkn').
1170
+ # mapped groups or `customers/`customer_id`` for Google Groups. The `customer_id`
1171
+ # must begin with "C" (for example, 'C046psxkn'). [Find your customer ID.] (
1172
+ # https://support.google.com/cloudidentity/answer/10070793)
1172
1173
  # @param [String] view
1173
1174
  # The level of detail to be returned. If unspecified, defaults to `View.BASIC`.
1174
1175
  # @param [String] fields
@@ -1294,8 +1295,10 @@ module Google
1294
1295
  # Required. The search query. Must be specified in [Common Expression Language](
1295
1296
  # https://opensource.google/projects/cel). May only contain equality operators
1296
1297
  # on the parent and inclusion operators on labels (e.g., `parent == 'customers/`
1297
- # customer`' && 'cloudidentity.googleapis.com/groups.discussion_forum' in labels`
1298
- # ). The `customer` must begin with "C" (for example, 'C046psxkn').
1298
+ # customer_id`' && 'cloudidentity.googleapis.com/groups.discussion_forum' in
1299
+ # labels`). The `customer_id` must begin with "C" (for example, 'C046psxkn'). [
1300
+ # Find your customer ID.] (https://support.google.com/cloudidentity/answer/
1301
+ # 10070793)
1299
1302
  # @param [String] view
1300
1303
  # The level of detail to be returned. If unspecified, defaults to `View.BASIC`.
1301
1304
  # @param [String] fields
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudidentity_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.29.0
4
+ version: 0.30.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2023-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.30.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1
63
63
  post_install_message:
64
64
  rdoc_options: []