google-apis-composer_v1 0.23.0 → 0.26.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: 83434a4e3c50e28131444b6b46e62ca8505369c2066ebd3d2ccc094d9d9f70fd
4
- data.tar.gz: 246f0e07102db77fc657c87e1369d8af3801226cdd7145662bb9447499fbc12b
3
+ metadata.gz: 5c05f89935cdbe63ba255d2c3d53993198c750f4363e0be639b953faedc36e9c
4
+ data.tar.gz: e359edcb3e0f3fd1ae52b0e6a2eb4fb910e938d3583151eef1d18e88ce35cb38
5
5
  SHA512:
6
- metadata.gz: 48323abcc35e99822fb578cea28429ee8bbb576f94e0632b99fe64a7462d595beeb59c98b84cf70619322436882ea671ea06a2b4e0101a6c07f81f47b22f2bb9
7
- data.tar.gz: 6063d21287299c7f607c4e723c8f4e5e9f057a4f59902f5af8760d93f26c038ba852aac0e683eb724a7476ea7e605aeab5bf02d68b9d384b33ec8c622161411a
6
+ metadata.gz: fb661d3d557b021bfe29fb65bc4529bf527411ced0d2f6855b0b8f7e231f93090a883b99e007f8353879622ae1968e10cbb9265c593c2f3307a9973a9376edd7
7
+ data.tar.gz: 911113774288f08dc67ef1d99628f5f4bc781477fae1a815d3392eff40175ac96bba7688d7ef5a9cdc7c975696e00e6f1daf7d3ccb18abef7da1369ca50f0a6c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-composer_v1
2
2
 
3
+ ### v0.26.0 (2022-06-18)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+
7
+ ### v0.25.0 (2022-06-05)
8
+
9
+ * Regenerated using generator version 0.5.0
10
+
11
+ ### v0.24.0 (2022-05-25)
12
+
13
+ * Regenerated from discovery document revision 20220518
14
+
3
15
  ### v0.23.0 (2022-05-17)
4
16
 
5
17
  * 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.26.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 = "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.26.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-06-20 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_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.26.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