google-apis-composer_v1beta1 0.21.0 → 0.24.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: fab42d2fe33762c2597e11772adb97d2d2a274ad5741ffe6c69e710c75bbf013
4
+ data.tar.gz: 60d06ad80e9c1a1daea2d70e498c7c160201ef64f931d4288e53326546c57f19
5
5
  SHA512:
6
- metadata.gz: 5b0b3ca38458eeb374839bf0278a144def1eaf44e874439f23778fd591e461172547072bce4e6dc1d46894d79bc1c5007989aaff5728672b4949f1a2f613d9c5
7
- data.tar.gz: b883391a5c9d312e92dd795880b37c49fc6623fa37e82115394365720d47543cdc7beec193853485b8875f0f09ab7d0eb14e4e7154336c8370f1288026250d96
6
+ metadata.gz: 58b11fd3338a4f67c14185b670943868dad7a80ca0c61b9a56f0ae3ffc9e24e05b11bce6f83872b89ac28358c639d92d7e7b01ea4722bb951c85d974f7b46042
7
+ data.tar.gz: 614406eb9320c658a2ee1aaf5ba65fb897133422f071d88d514f1bbdf40f9acf0038bc66c6495f2eedb04491ec5aa9c5c0f2b6647e99b6dbf0946b2b7ce5d3fb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-composer_v1beta1
2
2
 
3
+ ### v0.24.0 (2022-06-21)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+
7
+ ### v0.23.0 (2022-06-02)
8
+
9
+ * Unspecified changes
10
+
11
+ ### v0.22.0 (2022-05-17)
12
+
13
+ * Regenerated from discovery document revision 20220512
14
+
3
15
  ### v0.21.0 (2022-04-01)
4
16
 
5
17
  * 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.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.7.0"
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.24.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-06-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.6'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.6'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.24.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Composer API V1beta1