google-apis-composer_v1beta1 0.21.0 → 0.22.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: eaa19746fb6d53f34472f683e3188bc891d9399596ac8cf71422fb3af546b19e
4
- data.tar.gz: a2a2465d4b1842f1b94746750b114d8cb23d21968ef586ea026c39f32504787d
3
+ metadata.gz: 399ce2ccf53130fb9cbd890b2ec6c72c5ab420fe79426a3c443d2844586087c2
4
+ data.tar.gz: d1c50aa0894144d60005b8fc18f8410ee4ed05c9053973d5994fe445fba1a3fb
5
5
  SHA512:
6
- metadata.gz: 5b0b3ca38458eeb374839bf0278a144def1eaf44e874439f23778fd591e461172547072bce4e6dc1d46894d79bc1c5007989aaff5728672b4949f1a2f613d9c5
7
- data.tar.gz: b883391a5c9d312e92dd795880b37c49fc6623fa37e82115394365720d47543cdc7beec193853485b8875f0f09ab7d0eb14e4e7154336c8370f1288026250d96
6
+ metadata.gz: 19b2d9964bebd94e362c52cd0b56fe32fafb0304e6ab54da01f3faab3e763a49f88e7f5713a0134e5f26f5e8db4dcfdc94b6d507f51e5d2641e274d19a61d43a
7
+ data.tar.gz: 186e6aa72bb840d96718e15c2d14a202bc1a0a6c69e5a1f5e22d0ea8a6544486b78a899239dad5efac086dcedb08aa931de631fc9b9bdec50a007c6fc7093ba6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-composer_v1beta1
2
2
 
3
+ ### v0.22.0 (2022-05-17)
4
+
5
+ * Regenerated from discovery document revision 20220512
6
+
3
7
  ### v0.21.0 (2022-04-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20220326
@@ -132,16 +132,16 @@ module Google
132
132
  end
133
133
  end
134
134
 
135
- # CidrBlock contains an optional name and one CIDR block.
135
+ # CIDR block with an optional name.
136
136
  class CidrBlock
137
137
  include Google::Apis::Core::Hashable
138
138
 
139
- # cidr_block must be specified in CIDR notation.
139
+ # CIDR block that must be specified in CIDR notation.
140
140
  # Corresponds to the JSON property `cidrBlock`
141
141
  # @return [String]
142
142
  attr_accessor :cidr_block
143
143
 
144
- # display_name is a field for users to identify CIDR blocks.
144
+ # User-defined name that identifies the CIDR block.
145
145
  # Corresponds to the JSON property `displayName`
146
146
  # @return [String]
147
147
  attr_accessor :display_name
@@ -747,13 +747,12 @@ module Google
747
747
  class MasterAuthorizedNetworksConfig
748
748
  include Google::Apis::Core::Hashable
749
749
 
750
- # cidr_blocks define up to 50 external networks that could access Kubernetes
751
- # master through HTTPS.
750
+ # Up to 50 external networks that could access Kubernetes master through HTTPS.
752
751
  # Corresponds to the JSON property `cidrBlocks`
753
752
  # @return [Array<Google::Apis::ComposerV1beta1::CidrBlock>]
754
753
  attr_accessor :cidr_blocks
755
754
 
756
- # Whether or not master authorized networks is enabled.
755
+ # Whether or not master authorized networks feature is enabled.
757
756
  # Corresponds to the JSON property `enabled`
758
757
  # @return [Boolean]
759
758
  attr_accessor :enabled
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComposerV1beta1
18
18
  # Version of the google-apis-composer_v1beta1 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220326"
25
+ REVISION = "20220512"
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-composer_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.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-04-04 00:00:00.000000000 Z
11
+ date: 2022-05-23 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-composer_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.22.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []