google-apis-composer_v1beta1 0.12.0 → 0.13.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: d6b36ca675fd8637b705fff0e531250d9876673f97e4c13490970e87af9d029c
4
- data.tar.gz: a55d1a07645d2ef110cfcc97b2b39029a01c7ff8dcea7496ef7c73a374cab102
3
+ metadata.gz: 110eb33e873aec828ced08ca8b2cb4adbcfde37b84a87befcc722b93b516c294
4
+ data.tar.gz: 1469aa13b2b5ee7b1c5139511455057e0246826f1eece9d63d1a8ea1de299bd9
5
5
  SHA512:
6
- metadata.gz: dce08e04b31a3b80879b10ebdd8caadc03473e1673b07e39883cdf7863592624945b5632f4277c1086997c29a5170a132e04392f034747ad561b584f45f51fae
7
- data.tar.gz: 80d83c0301ba27b77e2ca1e0bf7947ffd511f3b49cce09eff1bbc6eeaa7616d4dd617afe622408f11f5d07d5310316051dee2db53543d2469bf9c285d58cab4f
6
+ metadata.gz: '09e64ad91ad80d23422d1e5c50f84187de800e896b8e677aec486cbe86e56cff3e34fd98707f648805336329e9dc32bbdec73dff10ffbc2ad51208bab272a0f6'
7
+ data.tar.gz: bfd15d52fc19699377685a852dfc4f2d4291cd82668dcb5c7ebef528849e76ea77b2455d4a88ce12966b998a6db3aa9fd2276df2b6aafae06f7e9d03c70a047e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-composer_v1beta1
2
2
 
3
+ ### v0.13.0 (2021-09-28)
4
+
5
+ * Regenerated from discovery document revision 20210922
6
+
3
7
  ### v0.12.0 (2021-09-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20210810
@@ -421,11 +421,10 @@ module Google
421
421
  include Google::Apis::Core::Hashable
422
422
 
423
423
  # Optional. The IP address range used to allocate IP addresses to pods in the
424
- # cluster. This field is applicable only when `use_ip_aliases` is true. For
425
- # Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*, this
426
- # field is applicable only when `use_ip_aliases` is true. Set to blank to have
427
- # GKE choose a range with the default size. Set to /netmask (e.g. `/14`) to have
428
- # GKE choose a range with a specific netmask. Set to a [CIDR](https://en.
424
+ # cluster. For Cloud Composer environments in versions composer-1.*.*-airflow-*.*
425
+ # .*, this field is applicable only when `use_ip_aliases` is true. Set to blank
426
+ # to have GKE choose a range with the default size. Set to /netmask (e.g. `/14`)
427
+ # to have GKE choose a range with a specific netmask. Set to a [CIDR](https://en.
429
428
  # wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/
430
429
  # 14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `
431
430
  # 192.168.0.0/16`) to pick a specific range to use. Specify `
@@ -436,34 +435,31 @@ module Google
436
435
 
437
436
  # Optional. The name of the cluster's secondary range used to allocate IP
438
437
  # addresses to pods. Specify either `cluster_secondary_range_name` or `
439
- # cluster_ipv4_cidr_block` but not both. This field is applicable only when `
440
- # use_ip_aliases` is true. For Cloud Composer environments in versions composer-
441
- # 1.*.*-airflow-*.*.*, this field is applicable only when `use_ip_aliases` is
442
- # true.
438
+ # cluster_ipv4_cidr_block` but not both. For Cloud Composer environments in
439
+ # versions composer-1.*.*-airflow-*.*.*, this field is applicable only when `
440
+ # use_ip_aliases` is true.
443
441
  # Corresponds to the JSON property `clusterSecondaryRangeName`
444
442
  # @return [String]
445
443
  attr_accessor :cluster_secondary_range_name
446
444
 
447
445
  # Optional. The IP address range of the services IP addresses in this cluster.
448
- # This field is applicable only when `use_ip_aliases` is true. For Cloud
449
- # Composer environments in versions composer-1.*.*-airflow-*.*.*, this field is
450
- # applicable only when `use_ip_aliases` is true. Set to blank to have GKE choose
451
- # a range with the default size. Set to /netmask (e.g. `/14`) to have GKE choose
452
- # a range with a specific netmask. Set to a [CIDR](https://en.wikipedia.org/wiki/
453
- # Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-
454
- # 1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`)
455
- # to pick a specific range to use. Specify `services_secondary_range_name` or `
456
- # services_ipv4_cidr_block` but not both.
446
+ # For Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*, this
447
+ # field is applicable only when `use_ip_aliases` is true. Set to blank to have
448
+ # GKE choose a range with the default size. Set to /netmask (e.g. `/14`) to have
449
+ # GKE choose a range with a specific netmask. Set to a [CIDR](https://en.
450
+ # wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/
451
+ # 14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `
452
+ # 192.168.0.0/16`) to pick a specific range to use. Specify `
453
+ # services_secondary_range_name` or `services_ipv4_cidr_block` but not both.
457
454
  # Corresponds to the JSON property `servicesIpv4CidrBlock`
458
455
  # @return [String]
459
456
  attr_accessor :services_ipv4_cidr_block
460
457
 
461
458
  # Optional. The name of the services' secondary range used to allocate IP
462
459
  # addresses to the cluster. Specify either `services_secondary_range_name` or `
463
- # services_ipv4_cidr_block` but not both. This field is applicable only when `
464
- # use_ip_aliases` is true. For Cloud Composer environments in versions composer-
465
- # 1.*.*-airflow-*.*.*, this field is applicable only when `use_ip_aliases` is
466
- # true.
460
+ # services_ipv4_cidr_block` but not both. For Cloud Composer environments in
461
+ # versions composer-1.*.*-airflow-*.*.*, this field is applicable only when `
462
+ # use_ip_aliases` is true.
467
463
  # Corresponds to the JSON property `servicesSecondaryRangeName`
468
464
  # @return [String]
469
465
  attr_accessor :services_secondary_range_name
@@ -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.12.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210810"
25
+ REVISION = "20210922"
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.12.0
4
+ version: 0.13.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: 2021-09-06 00:00:00.000000000 Z
11
+ date: 2021-10-04 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/master/generated/google-apis-composer_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-composer_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []