google-apis-composer_v1 0.23.0 → 0.24.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 83434a4e3c50e28131444b6b46e62ca8505369c2066ebd3d2ccc094d9d9f70fd
4
- data.tar.gz: 246f0e07102db77fc657c87e1369d8af3801226cdd7145662bb9447499fbc12b
3
+ metadata.gz: d5802f5cd28423485800e86784b6c6d22d97e36aad117efe86d9ed741423c122
4
+ data.tar.gz: 76684d2bfa41e3ca93b2f7ff3594f86bf1050d1c40e16a6fa08edf03b3606af1
5
5
  SHA512:
6
- metadata.gz: 48323abcc35e99822fb578cea28429ee8bbb576f94e0632b99fe64a7462d595beeb59c98b84cf70619322436882ea671ea06a2b4e0101a6c07f81f47b22f2bb9
7
- data.tar.gz: 6063d21287299c7f607c4e723c8f4e5e9f057a4f59902f5af8760d93f26c038ba852aac0e683eb724a7476ea7e605aeab5bf02d68b9d384b33ec8c622161411a
6
+ metadata.gz: c5db03a73556f9c8977f4c4b0294ae6ea8842da6e72292206aafc87783d2a40b69bdee573c2c22efa9932f43ff32ab825e46379b92ea52d7912570742daffdec
7
+ data.tar.gz: 2c6b7563ecbdeab2a165d831ff76c90a7e99155fb59927f1c64ba047202a0f790dd94ef0ff190468093b6ba62832adb9a1d61ae1d04ade016b90e163416f2057
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-composer_v1
2
2
 
3
+ ### v0.24.0 (2022-05-25)
4
+
5
+ * Regenerated from discovery document revision 20220518
6
+
3
7
  ### v0.23.0 (2022-05-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20220512
@@ -700,6 +700,15 @@ module Google
700
700
  # @return [Fixnum]
701
701
  attr_accessor :disk_size_gb
702
702
 
703
+ # Optional. Deploys 'ip-masq-agent' daemon set in the GKE cluster and defines
704
+ # nonMasqueradeCIDRs equals to pod IP range so IP masquerading is used for all
705
+ # destination addresses, except between pods traffic. See: https://cloud.google.
706
+ # com/kubernetes-engine/docs/how-to/ip-masquerade-agent
707
+ # Corresponds to the JSON property `enableIpMasqAgent`
708
+ # @return [Boolean]
709
+ attr_accessor :enable_ip_masq_agent
710
+ alias_method :enable_ip_masq_agent?, :enable_ip_masq_agent
711
+
703
712
  # Configuration for controlling how IPs are allocated in the GKE cluster running
704
713
  # the Apache Airflow software.
705
714
  # Corresponds to the JSON property `ipAllocationPolicy`
@@ -795,6 +804,7 @@ module Google
795
804
  # Update properties of this object
796
805
  def update!(**args)
797
806
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
807
+ @enable_ip_masq_agent = args[:enable_ip_masq_agent] if args.key?(:enable_ip_masq_agent)
798
808
  @ip_allocation_policy = args[:ip_allocation_policy] if args.key?(:ip_allocation_policy)
799
809
  @location = args[:location] if args.key?(:location)
800
810
  @machine_type = args[:machine_type] if args.key?(:machine_type)
@@ -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.23.0"
19
+ GEM_VERSION = "0.24.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 = "20220512"
25
+ REVISION = "20220518"
26
26
  end
27
27
  end
28
28
  end
@@ -370,6 +370,7 @@ module Google
370
370
  # @private
371
371
  class Representation < Google::Apis::Core::JsonRepresentation
372
372
  property :disk_size_gb, as: 'diskSizeGb'
373
+ property :enable_ip_masq_agent, as: 'enableIpMasqAgent'
373
374
  property :ip_allocation_policy, as: 'ipAllocationPolicy', class: Google::Apis::ComposerV1::IpAllocationPolicy, decorator: Google::Apis::ComposerV1::IpAllocationPolicy::Representation
374
375
 
375
376
  property :location, as: 'location'
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.23.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-05-23 00:00:00.000000000 Z
11
+ date: 2022-05-30 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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.24.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.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 V1