google-apis-cloudidentity_v1beta1 0.15.0 → 0.16.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: 216be1760e71174e3fb09566f95a27e20287de15f06485d3f3df3f1320fbd421
4
- data.tar.gz: 2fac8d974e9ddbef7ccab2e72ddb2b83d48f5e0d0dc39b7ef23e2d9d18782d58
3
+ metadata.gz: ad3bf469f0de30ceec4f73a687a84310eb694ac73ecbf084619e6af15aca4c65
4
+ data.tar.gz: 02736ce57be624c07fd46f6fdcf85dd43e3f3a812138abc6da8eb54ae99bdafd
5
5
  SHA512:
6
- metadata.gz: 4dee61002c6e6191f4d76f45850ec33bd12b63847a4f2a8cf701cb2b78e0195277ae93e34b403cc658e32af2f7405fcb4c7a6693a8c7b4d2ad26fc80472a599d
7
- data.tar.gz: 6c612bc61c64a9b6c3d6b70cc4d5751ba8a8a19c1a2e5f1e9290436cfaea0040cdd5ebb7dda9ef625db92d38f8059e60854c2c8fecb9ae74e6e0e8d63a2a1127
6
+ metadata.gz: dc84aad49a8b746aa4bcf2ebfb15c3918b5ad6badcf2a825655f335b7659be50de84d41d34f1091afcf85be2a4b5eeb4bc70272457794db02173d490bbcec585
7
+ data.tar.gz: bd180f4d7162e76deaad664f4dafccfa37507213f3f6700983ac795bcd0f4ec0864a5878a47f1b11a0ae981e1891542e0d2232ed134dbbf9b1010d4d70ec52d4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudidentity_v1beta1
2
2
 
3
+ ### v0.16.0 (2021-10-20)
4
+
5
+ * Regenerated from discovery document revision 20211011
6
+
3
7
  ### v0.15.0 (2021-09-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20210928
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Cloudidentity service in particular.)
67
67
 
@@ -1976,7 +1976,7 @@ module Google
1976
1976
  # @return [Array<Google::Apis::CloudidentityV1beta1::EntityKey>]
1977
1977
  attr_accessor :preferred_member_key
1978
1978
 
1979
- # The relation between the group and the transitive member.
1979
+ # The relation between the group and the transitive membership.
1980
1980
  # Corresponds to the JSON property `relationType`
1981
1981
  # @return [String]
1982
1982
  attr_accessor :relation_type
@@ -2426,7 +2426,7 @@ module Google
2426
2426
  class SearchTransitiveMembershipsResponse
2427
2427
  include Google::Apis::Core::Hashable
2428
2428
 
2429
- # List of transitive members satisfying the query.
2429
+ # List of transitive memberships satisfying the query.
2430
2430
  # Corresponds to the JSON property `memberships`
2431
2431
  # @return [Array<Google::Apis::CloudidentityV1beta1::MemberRelation>]
2432
2432
  attr_accessor :memberships
@@ -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.15.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210928"
25
+ REVISION = "20211011"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudidentity_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.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-10-04 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudidentity_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.15.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudidentity_v1beta1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1beta1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.16.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: