google-apis-cloudidentity_v1 0.7.0 → 0.8.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: ff1adb5c704a1ed8adb90f6e75072e6a64ae4bd002512603bc223dce80d4270a
4
- data.tar.gz: c347082b4e86f884fa9627e7ef52eb92789981c14e1f2404e0c234b6563855ec
3
+ metadata.gz: d51fb65198b97e19520478e30f590667b7ad103c157e3302fdf6e09ec7b7b473
4
+ data.tar.gz: bd8ddd3fe065a1b4310fc23d240aed87e953b31ab3a1043bc486265d505cb529
5
5
  SHA512:
6
- metadata.gz: 18cc6b2a1a151875e528df15a66bcb6713b29d84d66b2149ed0046dd810c05dded350e64db90bc9cb471503523daa5dd215d3d6a23cf512dedb5df0930f70300
7
- data.tar.gz: 0b4a1f1bbd12ecf9894db09ff664fd0f721deea7d7b995ef3e6c442f88e2aeeea1e82a024b58283067ff04642dd3e10394f72f05a4087d0aacd3123d78f7086d
6
+ metadata.gz: f9e291923321e78ae6442d0235a1632abc7fb0356b2a7b3b89b67d9e24d9e248a608450a1fd09ce91498f8f63ad70ba5b72b00ab0708d76c2189512d66638948
7
+ data.tar.gz: da0949b8676e45ac6aacd8e366b7196101cbb980212468a4b92ffcd641df30969a58c75f6f7ff17f4506c7e6867343233310808d57e97374e104baeb21dba806
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudidentity_v1
2
2
 
3
+ ### v0.8.0 (2021-06-18)
4
+
5
+ * Regenerated from discovery document revision 20210614
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.7.0 (2021-05-19)
4
9
 
5
10
  * Unspecified changes
@@ -147,7 +147,7 @@ module Google
147
147
  # represents a Google-managed entity such as a Google user or a Google Group. If
148
148
  # specified, the `EntityKey` represents an external-identity-mapped group. The
149
149
  # namespace must correspond to an identity source created in Admin Console and
150
- # must be in the form of `identitysources/`identity_source_id`.
150
+ # must be in the form of `identitysources/`identity_source_id``.
151
151
  # Corresponds to the JSON property `namespace`
152
152
  # @return [String]
153
153
  attr_accessor :namespace
@@ -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.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210428"
25
+ REVISION = "20210614"
26
26
  end
27
27
  end
28
28
  end
@@ -981,7 +981,7 @@ module Google
981
981
  # represents a Google-managed entity such as a Google user or a Google Group. If
982
982
  # specified, the `EntityKey` represents an external-identity-mapped group. The
983
983
  # namespace must correspond to an identity source created in Admin Console and
984
- # must be in the form of `identitysources/`identity_source_id`.
984
+ # must be in the form of `identitysources/`identity_source_id``.
985
985
  # @param [String] fields
986
986
  # Selector specifying which fields to include in a partial response.
987
987
  # @param [String] quota_user
@@ -1017,7 +1017,7 @@ module Google
1017
1017
  # @param [Google::Apis::CloudidentityV1::Group] group_object
1018
1018
  # @param [String] update_mask
1019
1019
  # Required. The fully-qualified names of fields to update. May only contain the
1020
- # following fields: `display_name`, `description`.
1020
+ # following fields: `display_name`, `description`, `labels`.
1021
1021
  # @param [String] fields
1022
1022
  # Selector specifying which fields to include in a partial response.
1023
1023
  # @param [String] quota_user
@@ -1352,7 +1352,7 @@ module Google
1352
1352
  # represents a Google-managed entity such as a Google user or a Google Group. If
1353
1353
  # specified, the `EntityKey` represents an external-identity-mapped group. The
1354
1354
  # namespace must correspond to an identity source created in Admin Console and
1355
- # must be in the form of `identitysources/`identity_source_id`.
1355
+ # must be in the form of `identitysources/`identity_source_id``.
1356
1356
  # @param [String] fields
1357
1357
  # Selector specifying which fields to include in a partial response.
1358
1358
  # @param [String] quota_user
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.7.0
4
+ version: 0.8.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: 2021-05-24 00:00:00.000000000 Z
11
+ date: 2021-06-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudidentity_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.7.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.8.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudidentity_v1
57
57
  post_install_message:
58
58
  rdoc_options: []