google-apis-composer_v1beta1 0.10.0 → 0.11.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: de20326b78593f4adb4b34941232dd5b83cda97efa72a6eaf83c689cfc5c7a35
4
- data.tar.gz: b0e5dceeb857251949809f85849cf1fb400982636b09419c616c9c7d0b80c1b1
3
+ metadata.gz: b88a1bcf19f0fb7922d052cc70b81b0e2e36d38af1be9d3bc68084df8d2729b7
4
+ data.tar.gz: f2c71647b11051448303cfe90a5aff4450ea25453559a92bcb7ffc276c8d58bf
5
5
  SHA512:
6
- metadata.gz: e90bb21287685f0861131394ae09fd0ab778b1a3d557666485a1d204f13804fdbf15ecb2fc056b2817aa4a2efda9bf20b650d9f0d975bb186cf436ffc6db8ca9
7
- data.tar.gz: b2cf629311e059abaf37b30c858e2d87b2dd19161175012ad0fb88c64cd71d7e3186670b8269717a98911334a4e3f520b13d5c414f730c5cdcd51cda027ed8be
6
+ metadata.gz: c3bd0a611ca8740584e5e789b2e4ece382c102f6402b0f68105fb9239132d3bd9be89a7d0fb83437fb7c17a4b27d1e669d0d93d873c370927c3c891282f98a59
7
+ data.tar.gz: 841f45121e972a0e038a4c08c067183969a9af34bad851dd0c3cf6a24d30138d25758932614c919af9f1a38589e8215b72d95426f92c90de14d7c2bdeae96b9a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-composer_v1beta1
2
2
 
3
+ ### v0.11.0 (2021-08-04)
4
+
5
+ * Regenerated from discovery document revision 20210728
6
+
3
7
  ### v0.10.0 (2021-07-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20210705
@@ -129,7 +129,8 @@ module Google
129
129
  end
130
130
 
131
131
  # The configuration of Cloud SQL instance that is used by the Apache Airflow
132
- # software.
132
+ # software. Supported for Cloud Composer environments in versions composer-1.*.*-
133
+ # airflow-*.*.*.
133
134
  class DatabaseConfig
134
135
  include Google::Apis::Core::Hashable
135
136
 
@@ -209,6 +210,8 @@ module Google
209
210
  end
210
211
 
211
212
  # The encryption options for the Cloud Composer environment and its dependencies.
213
+ # Supported for Cloud Composer environments in versions composer-1.*.*-airflow-*
214
+ # .*.*.
212
215
  class EncryptionConfig
213
216
  include Google::Apis::Core::Hashable
214
217
 
@@ -312,12 +315,15 @@ module Google
312
315
  attr_accessor :dag_gcs_prefix
313
316
 
314
317
  # The configuration of Cloud SQL instance that is used by the Apache Airflow
315
- # software.
318
+ # software. Supported for Cloud Composer environments in versions composer-1.*.*-
319
+ # airflow-*.*.*.
316
320
  # Corresponds to the JSON property `databaseConfig`
317
321
  # @return [Google::Apis::ComposerV1beta1::DatabaseConfig]
318
322
  attr_accessor :database_config
319
323
 
320
324
  # The encryption options for the Cloud Composer environment and its dependencies.
325
+ # Supported for Cloud Composer environments in versions composer-1.*.*-airflow-*
326
+ # .*.*.
321
327
  # Corresponds to the JSON property `encryptionConfig`
322
328
  # @return [Google::Apis::ComposerV1beta1::EncryptionConfig]
323
329
  attr_accessor :encryption_config
@@ -350,7 +356,8 @@ module Google
350
356
  attr_accessor :node_config
351
357
 
352
358
  # The number of nodes in the Kubernetes Engine cluster that will be used to run
353
- # this environment.
359
+ # this environment. This field is supported for Cloud Composer environments in
360
+ # versions composer-1.*.*-airflow-*.*.*.
354
361
  # Corresponds to the JSON property `nodeCount`
355
362
  # @return [Fixnum]
356
363
  attr_accessor :node_count
@@ -367,11 +374,14 @@ module Google
367
374
  attr_accessor :software_config
368
375
 
369
376
  # The configuration settings for the Airflow web server App Engine instance.
377
+ # Supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.
378
+ # *.*.
370
379
  # Corresponds to the JSON property `webServerConfig`
371
380
  # @return [Google::Apis::ComposerV1beta1::WebServerConfig]
372
381
  attr_accessor :web_server_config
373
382
 
374
- # Network-level access control policy for the Airflow web server.
383
+ # Network-level access control policy for the Airflow web server. Supported for
384
+ # Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.
375
385
  # Corresponds to the JSON property `webServerNetworkAccessControl`
376
386
  # @return [Google::Apis::ComposerV1beta1::WebServerNetworkAccessControl]
377
387
  attr_accessor :web_server_network_access_control
@@ -411,12 +421,14 @@ module Google
411
421
  include Google::Apis::Core::Hashable
412
422
 
413
423
  # Optional. The IP address range used to allocate IP addresses to pods in the
414
- # cluster. This field is applicable only when `use_ip_aliases` is true. Set to
415
- # blank to have GKE choose a range with the default size. Set to /netmask (e.g. `
416
- # /14`) to have GKE choose a range with a specific netmask. Set to a [CIDR](http:
417
- # //en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.
418
- # 0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`
419
- # , `192.168.0.0/16`) to pick a specific range to use. Specify `
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](http://en.
429
+ # wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/
430
+ # 14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `
431
+ # 192.168.0.0/16`) to pick a specific range to use. Specify `
420
432
  # cluster_secondary_range_name` or `cluster_ipv4_cidr_block` but not both.
421
433
  # Corresponds to the JSON property `clusterIpv4CidrBlock`
422
434
  # @return [String]
@@ -425,19 +437,23 @@ module Google
425
437
  # Optional. The name of the cluster's secondary range used to allocate IP
426
438
  # addresses to pods. Specify either `cluster_secondary_range_name` or `
427
439
  # cluster_ipv4_cidr_block` but not both. This field is applicable only when `
428
- # use_ip_aliases` is true.
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.
429
443
  # Corresponds to the JSON property `clusterSecondaryRangeName`
430
444
  # @return [String]
431
445
  attr_accessor :cluster_secondary_range_name
432
446
 
433
447
  # Optional. The IP address range of the services IP addresses in this cluster.
434
- # This field is applicable only when `use_ip_aliases` is true. Set to blank to
435
- # have GKE choose a range with the default size. Set to /netmask (e.g. `/14`) to
436
- # have GKE choose a range with a specific netmask. Set to a [CIDR](http://en.
437
- # wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/
438
- # 14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `
439
- # 192.168.0.0/16`) to pick a specific range to use. Specify `
440
- # services_secondary_range_name` or `services_ipv4_cidr_block` but not both.
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](http://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.
441
457
  # Corresponds to the JSON property `servicesIpv4CidrBlock`
442
458
  # @return [String]
443
459
  attr_accessor :services_ipv4_cidr_block
@@ -445,13 +461,17 @@ module Google
445
461
  # Optional. The name of the services' secondary range used to allocate IP
446
462
  # addresses to the cluster. Specify either `services_secondary_range_name` or `
447
463
  # services_ipv4_cidr_block` but not both. This field is applicable only when `
448
- # use_ip_aliases` is true.
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.
449
467
  # Corresponds to the JSON property `servicesSecondaryRangeName`
450
468
  # @return [String]
451
469
  attr_accessor :services_secondary_range_name
452
470
 
453
471
  # Optional. Whether or not to enable Alias IPs in the GKE cluster. If `true`, a
454
- # VPC-native cluster is created.
472
+ # VPC-native cluster is created. This field is only supported for Cloud Composer
473
+ # environments in versions composer-1.*.*-airflow-*.*.*. Environments in newer
474
+ # versions always use VPC-native GKE clusters.
455
475
  # Corresponds to the JSON property `useIpAliases`
456
476
  # @return [Boolean]
457
477
  attr_accessor :use_ip_aliases
@@ -654,7 +674,8 @@ module Google
654
674
  include Google::Apis::Core::Hashable
655
675
 
656
676
  # Optional. The disk size in GB used for node VMs. Minimum size is 20GB. If
657
- # unspecified, defaults to 100GB. Cannot be updated.
677
+ # unspecified, defaults to 100GB. Cannot be updated. This field is supported for
678
+ # Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.
658
679
  # Corresponds to the JSON property `diskSizeGb`
659
680
  # @return [Fixnum]
660
681
  attr_accessor :disk_size_gb
@@ -674,7 +695,9 @@ module Google
674
695
  # zone in the Compute Engine region corresponding to the Cloud Composer location,
675
696
  # and propagate that choice to both fields. If only one field (`location` or `
676
697
  # nodeConfig.machineType`) is specified, the location information from the
677
- # specified field will be propagated to the unspecified field.
698
+ # specified field will be propagated to the unspecified field. This field is
699
+ # supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.
700
+ # *.*.
678
701
  # Corresponds to the JSON property `location`
679
702
  # @return [String]
680
703
  attr_accessor :location
@@ -692,6 +715,8 @@ module Google
692
715
  # field will be propagated to the unspecified field. The `machineTypeId` must
693
716
  # not be a [shared-core machine type](/compute/docs/machine-types#sharedcore).
694
717
  # If this field is unspecified, the `machineTypeId` defaults to "n1-standard-1".
718
+ # This field is supported for Cloud Composer environments in versions composer-1.
719
+ # *.*-airflow-*.*.*.
695
720
  # Corresponds to the JSON property `machineType`
696
721
  # @return [String]
697
722
  attr_accessor :machine_type
@@ -704,7 +729,8 @@ module Google
704
729
  # newly created node pools if their value is not explicitly set during node pool
705
730
  # creation. For more information, see [Optimizing IP address allocation] (https:/
706
731
  # /cloud.google.com/kubernetes-engine/docs/how-to/flexible-pod-cidr). Cannot be
707
- # updated.
732
+ # updated. This field is supported for Cloud Composer environments in versions
733
+ # composer-1.*.*-airflow-*.*.*.
708
734
  # Corresponds to the JSON property `maxPodsPerNode`
709
735
  # @return [Fixnum]
710
736
  attr_accessor :max_pods_per_node
@@ -722,7 +748,8 @@ module Google
722
748
 
723
749
  # Optional. The set of Google API scopes to be made available on all node VMs.
724
750
  # If `oauth_scopes` is empty, defaults to ["https://www.googleapis.com/auth/
725
- # cloud-platform"]. Cannot be updated.
751
+ # cloud-platform"]. Cannot be updated. This field is supported for Cloud
752
+ # Composer environments in versions composer-1.*.*-airflow-*.*.*.
726
753
  # Corresponds to the JSON property `oauthScopes`
727
754
  # @return [Array<String>]
728
755
  attr_accessor :oauth_scopes
@@ -747,7 +774,8 @@ module Google
747
774
  # Optional. The list of instance tags applied to all node VMs. Tags are used to
748
775
  # identify valid sources or targets for network firewalls. Each tag within the
749
776
  # list must comply with [RFC1035](https://www.ietf.org/rfc/rfc1035.txt). Cannot
750
- # be updated.
777
+ # be updated. This field is supported for Cloud Composer environments in
778
+ # versions composer-1.*.*-airflow-*.*.*.
751
779
  # Corresponds to the JSON property `tags`
752
780
  # @return [Array<String>]
753
781
  attr_accessor :tags
@@ -952,7 +980,7 @@ module Google
952
980
 
953
981
  # Optional. If `true`, a Private IP Cloud Composer environment is created. If
954
982
  # this field is set to true, `IPAllocationPolicy.use_ip_aliases` must be set to
955
- # true .
983
+ # true for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.
956
984
  # Corresponds to the JSON property `enablePrivateEnvironment`
957
985
  # @return [Boolean]
958
986
  attr_accessor :enable_private_environment
@@ -966,12 +994,15 @@ module Google
966
994
 
967
995
  # Optional. The CIDR block from which IP range for web server will be reserved.
968
996
  # Needs to be disjoint from private_cluster_config.master_ipv4_cidr_block and
969
- # cloud_sql_ipv4_cidr_block.
997
+ # cloud_sql_ipv4_cidr_block. This field is supported for Cloud Composer
998
+ # environments in versions composer-1.*.*-airflow-*.*.*.
970
999
  # Corresponds to the JSON property `webServerIpv4CidrBlock`
971
1000
  # @return [String]
972
1001
  attr_accessor :web_server_ipv4_cidr_block
973
1002
 
974
1003
  # Output only. The IP range reserved for the tenant project's App Engine VMs.
1004
+ # This field is supported for Cloud Composer environments in versions composer-1.
1005
+ # *.*-airflow-*.*.*.
975
1006
  # Corresponds to the JSON property `webServerIpv4ReservedRange`
976
1007
  # @return [String]
977
1008
  attr_accessor :web_server_ipv4_reserved_range
@@ -1104,12 +1135,15 @@ module Google
1104
1135
 
1105
1136
  # Optional. The major version of Python used to run the Apache Airflow scheduler,
1106
1137
  # worker, and webserver processes. Can be set to '2' or '3'. If not specified,
1107
- # the default is '3'. Cannot be updated.
1138
+ # the default is '3'. Cannot be updated. This field is only supported for Cloud
1139
+ # Composer environments in versions composer-1.*.*-airflow-*.*.*. Environments
1140
+ # in newer versions always use Python major version 3.
1108
1141
  # Corresponds to the JSON property `pythonVersion`
1109
1142
  # @return [String]
1110
1143
  attr_accessor :python_version
1111
1144
 
1112
- # Optional. The number of schedulers for Airflow.
1145
+ # Optional. The number of schedulers for Airflow. This field is supported for
1146
+ # Cloud Composer environments in versions composer-1.*.*-airflow-2.*.*.
1113
1147
  # Corresponds to the JSON property `schedulerCount`
1114
1148
  # @return [Fixnum]
1115
1149
  attr_accessor :scheduler_count
@@ -1169,6 +1203,8 @@ module Google
1169
1203
  end
1170
1204
 
1171
1205
  # The configuration settings for the Airflow web server App Engine instance.
1206
+ # Supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.
1207
+ # *.*.
1172
1208
  class WebServerConfig
1173
1209
  include Google::Apis::Core::Hashable
1174
1210
 
@@ -1191,7 +1227,8 @@ module Google
1191
1227
  end
1192
1228
  end
1193
1229
 
1194
- # Network-level access control policy for the Airflow web server.
1230
+ # Network-level access control policy for the Airflow web server. Supported for
1231
+ # Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.
1195
1232
  class WebServerNetworkAccessControl
1196
1233
  include Google::Apis::Core::Hashable
1197
1234
 
@@ -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.10.0"
19
+ GEM_VERSION = "0.11.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 = "20210705"
25
+ REVISION = "20210728"
26
26
  end
27
27
  end
28
28
  end
@@ -264,13 +264,15 @@ module Google
264
264
  # environment.labels`. It is an error to provide both a mask of this form and
265
265
  # the `labels` mask. * `config.nodeCount` * Horizontally scale the number of
266
266
  # nodes in the environment. An integer greater than or equal to 3 must be
267
- # provided in the `config.nodeCount` field. * `config.
267
+ # provided in the `config.nodeCount` field. Supported for Cloud Composer
268
+ # environments in versions composer-1.*.*-airflow-*.*.*. * `config.
268
269
  # webServerNetworkAccessControl` * Replace the environment's current
269
- # WebServerNetworkAccessControl. * `config.softwareConfig.airflowConfigOverrides`
270
- # * Replace all Apache Airflow config overrides. If a replacement config
271
- # overrides map is not included in `environment`, all config overrides are
272
- # cleared. It is an error to provide both this mask and a mask specifying one or
273
- # more individual config overrides. * `config.softwareConfig.
270
+ # WebServerNetworkAccessControl. Supported for Cloud Composer environments in
271
+ # versions composer-1.*.*-airflow-*.*.*. * `config.softwareConfig.
272
+ # airflowConfigOverrides` * Replace all Apache Airflow config overrides. If a
273
+ # replacement config overrides map is not included in `environment`, all config
274
+ # overrides are cleared. It is an error to provide both this mask and a mask
275
+ # specifying one or more individual config overrides. * `config.softwareConfig.
274
276
  # airflowConfigOverrides.`section-name * Override the Apache Airflow config
275
277
  # property *name* in the section named *section*, preserving other properties.
276
278
  # To delete the property override, include it in `updateMask` and omit its
@@ -289,14 +291,22 @@ module Google
289
291
  # com/composer/docs/concepts/versioning/composer-versions) for valid values. * `
290
292
  # config.softwareConfig.schedulerCount` * Horizontally scale the number of
291
293
  # schedulers in Airflow. A positive integer not greater than the number of nodes
292
- # must be provided in the `config.softwareConfig.schedulerCount` field. * `
293
- # config.databaseConfig.machineType` * Cloud SQL machine type used by Airflow
294
- # database. It has to be one of: db-n1-standard-2, db-n1-standard-4, db-n1-
295
- # standard-8 or db-n1-standard-16. * `config.webServerConfig.machineType` *
296
- # Machine type on which Airflow web server is running. It has to be one of:
297
- # composer-n1-webserver-2, composer-n1-webserver-4 or composer-n1-webserver-8. *
298
- # `config.maintenanceWindow` * Maintenance window during which Cloud Composer
299
- # components may be under maintenance.
294
+ # must be provided in the `config.softwareConfig.schedulerCount` field.
295
+ # Supported for Cloud Composer environments in versions composer-1.*.*-airflow-2.
296
+ # *.*. * `config.databaseConfig.machineType` * Cloud SQL machine type used by
297
+ # Airflow database. It has to be one of: db-n1-standard-2, db-n1-standard-4, db-
298
+ # n1-standard-8 or db-n1-standard-16. Supported for Cloud Composer environments
299
+ # in versions composer-1.*.*-airflow-*.*.*. * `config.webServerConfig.
300
+ # machineType` * Machine type on which Airflow web server is running. It has to
301
+ # be one of: composer-n1-webserver-2, composer-n1-webserver-4 or composer-n1-
302
+ # webserver-8. Supported for Cloud Composer environments in versions composer-1.*
303
+ # .*-airflow-*.*.*. * `config.maintenanceWindow` * Maintenance window during
304
+ # which Cloud Composer components may be under maintenance. * `config.
305
+ # workloadsConfig` * The workloads configuration settings for the GKE cluster
306
+ # associated with the Cloud Composer environment. Supported for Cloud Composer
307
+ # environments in versions composer-2.*.*-airflow-*.*.* and newer. * `config.
308
+ # environmentSize` * The size of the Cloud Composer environment. Supported for
309
+ # Cloud Composer environments in versions composer-2.*.*-airflow-*.*.* and newer.
300
310
  # @param [String] fields
301
311
  # Selector specifying which fields to include in a partial response.
302
312
  # @param [String] quota_user
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.10.0
4
+ version: 0.11.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-07-19 00:00:00.000000000 Z
11
+ date: 2021-08-09 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.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1beta1/v0.11.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: []