google-apis-composer_v1 0.19.0 → 0.20.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: 8afeab44a8188ccfb0bd8008587558820e6c789ddc8d0628d81eaa2c84b1a579
4
- data.tar.gz: 43bd139f359afe59def1c607dd2ac976184eba7cf05ce695a28b902a1faea81a
3
+ metadata.gz: 59d297e265ad56c0d79a2c6c749966ecb317560d02c10a82aec7c455039036b2
4
+ data.tar.gz: 31799699c4edd3e980674f334d5da245e810a4a11db333e33dc17f7d6a136ac4
5
5
  SHA512:
6
- metadata.gz: ddd6d5fd26ae4ba11103455477b7bd48fefa6b0fcc6eb7f280b3bef2bf2e48310c4088b007b62c3d0be5dc4b527c4f23e7d3d1b396f1ca2093d25b350d269214
7
- data.tar.gz: 949e094a23e692bfcfb4b8080255dc581d934f2359c8c332dc04816f8e87b41e42d778955c50caba04401225f66039b7c95553928773c3c27e4b3d8ef94888ef
6
+ metadata.gz: 0dd8507df1faacb9ecb335d5f92f45894a6e4595083baba811ed37dc88317e1ee3cc9c5ecc05609f1e45668fbd0646b93c969a043134efdb0611bed1386d0eae
7
+ data.tar.gz: 40216a53f91c8901da65a82931ffdd126adaad3378ab522b0710439a0a97a3afea0025c93e2c908efd7294e930603d86c17cafd5cf5fdaccc884036a39bb5ea6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-composer_v1
2
2
 
3
+ ### v0.20.0 (2022-02-10)
4
+
5
+ * Regenerated from discovery document revision 20220202
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.19.0 (2021-12-16)
4
9
 
5
10
  * Unspecified changes
@@ -123,10 +123,10 @@ module Google
123
123
  # day and time zone are either specified elsewhere or are insignificant. The
124
124
  # date is relative to the Gregorian Calendar. This can represent one of the
125
125
  # following: * A full date, with non-zero year, month, and day values * A month
126
- # and day value, with a zero year, such as an anniversary * A year on its own,
127
- # with zero month and day values * A year and month value, with a zero day, such
128
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
129
- # google.protobuf.Timestamp`.
126
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
127
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
128
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
129
+ # DateTime * google.protobuf.Timestamp
130
130
  class Date
131
131
  include Google::Apis::Core::Hashable
132
132
 
@@ -477,10 +477,10 @@ module Google
477
477
  # day and time zone are either specified elsewhere or are insignificant. The
478
478
  # date is relative to the Gregorian Calendar. This can represent one of the
479
479
  # following: * A full date, with non-zero year, month, and day values * A month
480
- # and day value, with a zero year, such as an anniversary * A year on its own,
481
- # with zero month and day values * A year and month value, with a zero day, such
482
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
483
- # google.protobuf.Timestamp`.
480
+ # and day, with a zero year (e.g., an anniversary) * A year on its own, with a
481
+ # zero month and a zero day * A year and month, with a zero day (e.g., a credit
482
+ # card expiration date) Related types: * google.type.TimeOfDay * google.type.
483
+ # DateTime * google.protobuf.Timestamp
484
484
  # Corresponds to the JSON property `releaseDate`
485
485
  # @return [Google::Apis::ComposerV1::Date]
486
486
  attr_accessor :release_date
@@ -902,6 +902,14 @@ module Google
902
902
  class PrivateEnvironmentConfig
903
903
  include Google::Apis::Core::Hashable
904
904
 
905
+ # Optional. When specified, the environment will use Private Service Connect
906
+ # instead of VPC peerings to connect to Cloud SQL in the Tenant Project, and the
907
+ # PSC endpoint in the Customer Project will use an IP address from this
908
+ # subnetwork.
909
+ # Corresponds to the JSON property `cloudComposerConnectionSubnetwork`
910
+ # @return [String]
911
+ attr_accessor :cloud_composer_connection_subnetwork
912
+
905
913
  # Optional. The CIDR block from which IP range for Cloud Composer Network in
906
914
  # tenant project will be reserved. Needs to be disjoint from
907
915
  # private_cluster_config.master_ipv4_cidr_block and cloud_sql_ipv4_cidr_block.
@@ -959,6 +967,7 @@ module Google
959
967
 
960
968
  # Update properties of this object
961
969
  def update!(**args)
970
+ @cloud_composer_connection_subnetwork = args[:cloud_composer_connection_subnetwork] if args.key?(:cloud_composer_connection_subnetwork)
962
971
  @cloud_composer_network_ipv4_cidr_block = args[:cloud_composer_network_ipv4_cidr_block] if args.key?(:cloud_composer_network_ipv4_cidr_block)
963
972
  @cloud_composer_network_ipv4_reserved_range = args[:cloud_composer_network_ipv4_reserved_range] if args.key?(:cloud_composer_network_ipv4_reserved_range)
964
973
  @cloud_sql_ipv4_cidr_block = args[:cloud_sql_ipv4_cidr_block] if args.key?(:cloud_sql_ipv4_cidr_block)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComposerV1
18
18
  # Version of the google-apis-composer_v1 gem
19
- GEM_VERSION = "0.19.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211130"
25
+ REVISION = "20220202"
26
26
  end
27
27
  end
28
28
  end
@@ -387,6 +387,7 @@ module Google
387
387
  class PrivateEnvironmentConfig
388
388
  # @private
389
389
  class Representation < Google::Apis::Core::JsonRepresentation
390
+ property :cloud_composer_connection_subnetwork, as: 'cloudComposerConnectionSubnetwork'
390
391
  property :cloud_composer_network_ipv4_cidr_block, as: 'cloudComposerNetworkIpv4CidrBlock'
391
392
  property :cloud_composer_network_ipv4_reserved_range, as: 'cloudComposerNetworkIpv4ReservedRange'
392
393
  property :cloud_sql_ipv4_cidr_block, as: 'cloudSqlIpv4CidrBlock'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-composer_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.0
4
+ version: 0.20.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-01-10 00:00:00.000000000 Z
11
+ date: 2022-02-14 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.20.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1
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.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Composer API V1