google-apis-cloudidentity_v1beta1 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: a6d7092a87bab10f0b3c8be394b2e3eeb32450e3a53afdcce14195b687550130
4
- data.tar.gz: 67d5dba17d5047fa98c7a5c7f9d5afdaeddb6a732009b10b1611f4835409a92b
3
+ metadata.gz: d06a024c65069665b3006da9c378562cd6c1c3de3edc17940a29f63770c64abc
4
+ data.tar.gz: f59ffe2ffe556d055e39fdc8879c84130cde30f8d234c7c184b18941e3a4e72d
5
5
  SHA512:
6
- metadata.gz: 01de2410bdfbc19598ff569b346a4341bcb9bdac5ed55d78cca1b3600a4c02054b1013f8b0b02e37e634109d1a08210b1794dd63396665460198c18980460fba
7
- data.tar.gz: fc69463f0f84761113cdf5ee3e9c5e632c7eef2c8a962aa2b728886dbae4c035b458ff0e9605817c85cb83b0dfcf38d29affb93fe3e31a3c487155990830a716
6
+ metadata.gz: 92c48ca91385cb75dba434c436b907cf2bc485bbe32f2b337048e4411ff216baae6af8bf953db0e033a39fa9e700a4cf51c5cc34064da1a70928f907af5c9867
7
+ data.tar.gz: 467f9946e711dc03f2631db851df553e03fe844c7705ba55c929f24a239ac3e94b328d4bfaf358f5c300d02aba80626e3a33a6424658fff8c05cf9bc1449d57d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudidentity_v1beta1
2
2
 
3
+ ### v0.30.0 (2022-08-10)
4
+
5
+ * Regenerated from discovery document revision 20220808
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.29.0 (2022-06-30)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -1702,11 +1702,6 @@ module Google
1702
1702
  class Group
1703
1703
  include Google::Apis::Core::Hashable
1704
1704
 
1705
- # Additional entity key aliases for a Group.
1706
- # Corresponds to the JSON property `additionalGroupKeys`
1707
- # @return [Array<Google::Apis::CloudidentityV1beta1::EntityKey>]
1708
- attr_accessor :additional_group_keys
1709
-
1710
1705
  # Output only. The time when the `Group` was created.
1711
1706
  # Corresponds to the JSON property `createTime`
1712
1707
  # @return [String]
@@ -1781,7 +1776,6 @@ module Google
1781
1776
 
1782
1777
  # Update properties of this object
1783
1778
  def update!(**args)
1784
- @additional_group_keys = args[:additional_group_keys] if args.key?(:additional_group_keys)
1785
1779
  @create_time = args[:create_time] if args.key?(:create_time)
1786
1780
  @description = args[:description] if args.key?(:description)
1787
1781
  @display_name = args[:display_name] if args.key?(:display_name)
@@ -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.29.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220620"
25
+ REVISION = "20220808"
26
26
  end
27
27
  end
28
28
  end
@@ -1028,8 +1028,6 @@ module Google
1028
1028
  class Group
1029
1029
  # @private
1030
1030
  class Representation < Google::Apis::Core::JsonRepresentation
1031
- collection :additional_group_keys, as: 'additionalGroupKeys', class: Google::Apis::CloudidentityV1beta1::EntityKey, decorator: Google::Apis::CloudidentityV1beta1::EntityKey::Representation
1032
-
1033
1031
  property :create_time, as: 'createTime'
1034
1032
  property :description, as: 'description'
1035
1033
  property :display_name, as: 'displayName'
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.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-07-04 00:00:00.000000000 Z
11
+ date: 2022-08-15 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.30.0
62
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: []