google-apis-composer_v1 0.13.0 → 0.14.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: 41833b9cb52733f9365a9b20918ffdc0148e5a626d14caa1e6036e498d021703
4
- data.tar.gz: abdf4f97a0c170166cf381651d21e5abff495bac3be81876461ec21bb46094d5
3
+ metadata.gz: f143424ece2b01f89a8e1e9b42fc4967981b29b52d6357aafcead6f600974bfc
4
+ data.tar.gz: 7714a4971de3aad9400c51c4a707e3638c015ed65a16e2335cbc57ccf97c7cc5
5
5
  SHA512:
6
- metadata.gz: 83b2e4fec9dc06d126278eec5de420eae92da4bc505ece3b0a2790bb64686bc5b4deb08ae22f356a8f3792f20daba1896ec0244637e20e50c86a9f1f37616605
7
- data.tar.gz: 7ff0fdc7e5ad3c1e4641f0d941d74d8af42c4b4cdf6ee3077ebcfddd656003bc6fb0b9d607cdf97d4639532a72fe3caf248fe01ca251303516a4d1a42762a8a8
6
+ metadata.gz: 42b35ec7c80cd582a52596c6eb48cf4a5671b064d0ad45738b2a9b896e7dcd899d7de8a434e0451fcb9704ac0da95513a9fbb8c67b2717dd54b561718f01385f
7
+ data.tar.gz: 14644a683caf12a1263f640f3b76f8abea6a00a3dd433edf88a53339da8b8d66e28df5081f6f84cacc792e751fc33b140c73e7cd4527178c7e398f83823a5d12
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-composer_v1
2
2
 
3
+ ### v0.14.0 (2021-09-28)
4
+
5
+ * Regenerated from discovery document revision 20210922
6
+
3
7
  ### v0.13.0 (2021-09-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20210913
@@ -97,7 +97,8 @@ module Google
97
97
  end
98
98
 
99
99
  # The configuration of Cloud SQL instance that is used by the Apache Airflow
100
- # software.
100
+ # software. Supported for Cloud Composer environments in versions composer-1.*.*-
101
+ # airflow-*.*.*.
101
102
  class DatabaseConfig
102
103
  include Google::Apis::Core::Hashable
103
104
 
@@ -177,6 +178,8 @@ module Google
177
178
  end
178
179
 
179
180
  # The encryption options for the Cloud Composer environment and its dependencies.
181
+ # Supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.
182
+ # *.*.
180
183
  class EncryptionConfig
181
184
  include Google::Apis::Core::Hashable
182
185
 
@@ -280,12 +283,15 @@ module Google
280
283
  attr_accessor :dag_gcs_prefix
281
284
 
282
285
  # The configuration of Cloud SQL instance that is used by the Apache Airflow
283
- # software.
286
+ # software. Supported for Cloud Composer environments in versions composer-1.*.*-
287
+ # airflow-*.*.*.
284
288
  # Corresponds to the JSON property `databaseConfig`
285
289
  # @return [Google::Apis::ComposerV1::DatabaseConfig]
286
290
  attr_accessor :database_config
287
291
 
288
292
  # The encryption options for the Cloud Composer environment and its dependencies.
293
+ # Supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.
294
+ # *.*.
289
295
  # Corresponds to the JSON property `encryptionConfig`
290
296
  # @return [Google::Apis::ComposerV1::EncryptionConfig]
291
297
  attr_accessor :encryption_config
@@ -302,7 +308,8 @@ module Google
302
308
  attr_accessor :node_config
303
309
 
304
310
  # The number of nodes in the Kubernetes Engine cluster that will be used to run
305
- # this environment.
311
+ # this environment. This field is supported for Cloud Composer environments in
312
+ # versions composer-1.*.*-airflow-*.*.*.
306
313
  # Corresponds to the JSON property `nodeCount`
307
314
  # @return [Fixnum]
308
315
  attr_accessor :node_count
@@ -319,11 +326,14 @@ module Google
319
326
  attr_accessor :software_config
320
327
 
321
328
  # The configuration settings for the Airflow web server App Engine instance.
329
+ # Supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.
330
+ # *.*
322
331
  # Corresponds to the JSON property `webServerConfig`
323
332
  # @return [Google::Apis::ComposerV1::WebServerConfig]
324
333
  attr_accessor :web_server_config
325
334
 
326
- # Network-level access control policy for the Airflow web server.
335
+ # Network-level access control policy for the Airflow web server. Supported for
336
+ # Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.
327
337
  # Corresponds to the JSON property `webServerNetworkAccessControl`
328
338
  # @return [Google::Apis::ComposerV1::WebServerNetworkAccessControl]
329
339
  attr_accessor :web_server_network_access_control
@@ -354,42 +364,48 @@ module Google
354
364
  include Google::Apis::Core::Hashable
355
365
 
356
366
  # Optional. The IP address range used to allocate IP addresses to pods in the
357
- # GKE cluster. This field is applicable only when `use_ip_aliases` is true. Set
358
- # to blank to have GKE choose a range with the default size. Set to /netmask (e.
359
- # g. `/14`) to have GKE choose a range with a specific netmask. Set to a [CIDR](
360
- # https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `
361
- # 10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.
362
- # 0.0/12`, `192.168.0.0/16`) to pick a specific range to use.
367
+ # GKE cluster. For Cloud Composer environments in versions composer-1.*.*-
368
+ # airflow-*.*.*, this field is applicable only when `use_ip_aliases` is true.
369
+ # Set to blank to have GKE choose a range with the default size. Set to /netmask
370
+ # (e.g. `/14`) to have GKE choose a range with a specific netmask. Set to a [
371
+ # CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (
372
+ # e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `
373
+ # 172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use.
363
374
  # Corresponds to the JSON property `clusterIpv4CidrBlock`
364
375
  # @return [String]
365
376
  attr_accessor :cluster_ipv4_cidr_block
366
377
 
367
378
  # Optional. The name of the GKE cluster's secondary range used to allocate IP
368
- # addresses to pods. This field is applicable only when `use_ip_aliases` is true.
379
+ # addresses to pods. For Cloud Composer environments in versions composer-1.*.*-
380
+ # airflow-*.*.*, this field is applicable only when `use_ip_aliases` is true.
369
381
  # Corresponds to the JSON property `clusterSecondaryRangeName`
370
382
  # @return [String]
371
383
  attr_accessor :cluster_secondary_range_name
372
384
 
373
385
  # Optional. The IP address range of the services IP addresses in this GKE
374
- # cluster. This field is applicable only when `use_ip_aliases` is true. Set to
375
- # blank to have GKE choose a range with the default size. Set to /netmask (e.g. `
376
- # /14`) to have GKE choose a range with a specific netmask. Set to a [CIDR](
377
- # https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `
378
- # 10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.
379
- # 0.0/12`, `192.168.0.0/16`) to pick a specific range to use.
386
+ # cluster. For Cloud Composer environments in versions composer-1.*.*-airflow-*.*
387
+ # .*, this field is applicable only when `use_ip_aliases` is true. Set to blank
388
+ # to have GKE choose a range with the default size. Set to /netmask (e.g. `/14`)
389
+ # to have GKE choose a range with a specific netmask. Set to a [CIDR](https://en.
390
+ # wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/
391
+ # 14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `
392
+ # 192.168.0.0/16`) to pick a specific range to use.
380
393
  # Corresponds to the JSON property `servicesIpv4CidrBlock`
381
394
  # @return [String]
382
395
  attr_accessor :services_ipv4_cidr_block
383
396
 
384
397
  # Optional. The name of the services' secondary range used to allocate IP
385
- # addresses to the GKE cluster. This field is applicable only when `
398
+ # addresses to the GKE cluster. For Cloud Composer environments in versions
399
+ # composer-1.*.*-airflow-*.*.*, this field is applicable only when `
386
400
  # use_ip_aliases` is true.
387
401
  # Corresponds to the JSON property `servicesSecondaryRangeName`
388
402
  # @return [String]
389
403
  attr_accessor :services_secondary_range_name
390
404
 
391
405
  # Optional. Whether or not to enable Alias IPs in the GKE cluster. If `true`, a
392
- # VPC-native cluster is created.
406
+ # VPC-native cluster is created. This field is only supported for Cloud Composer
407
+ # environments in versions composer-1.*.*-airflow-*.*.*. Environments in newer
408
+ # versions always use VPC-native GKE clusters.
393
409
  # Corresponds to the JSON property `useIpAliases`
394
410
  # @return [Boolean]
395
411
  attr_accessor :use_ip_aliases
@@ -552,7 +568,8 @@ module Google
552
568
  include Google::Apis::Core::Hashable
553
569
 
554
570
  # Optional. The disk size in GB used for node VMs. Minimum size is 20GB. If
555
- # unspecified, defaults to 100GB. Cannot be updated.
571
+ # unspecified, defaults to 100GB. Cannot be updated. This field is supported for
572
+ # Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.
556
573
  # Corresponds to the JSON property `diskSizeGb`
557
574
  # @return [Fixnum]
558
575
  attr_accessor :disk_size_gb
@@ -573,7 +590,9 @@ module Google
573
590
  # zone in the Compute Engine region corresponding to the Cloud Composer location,
574
591
  # and propagate that choice to both fields. If only one field (`location` or `
575
592
  # nodeConfig.machineType`) is specified, the location information from the
576
- # specified field will be propagated to the unspecified field.
593
+ # specified field will be propagated to the unspecified field. This field is
594
+ # supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.
595
+ # *.*.
577
596
  # Corresponds to the JSON property `location`
578
597
  # @return [String]
579
598
  attr_accessor :location
@@ -591,6 +610,8 @@ module Google
591
610
  # field will be propagated to the unspecified field. The `machineTypeId` must
592
611
  # not be a [shared-core machine type](/compute/docs/machine-types#sharedcore).
593
612
  # If this field is unspecified, the `machineTypeId` defaults to "n1-standard-1".
613
+ # This field is supported for Cloud Composer environments in versions composer-1.
614
+ # *.*-airflow-*.*.*.
594
615
  # Corresponds to the JSON property `machineType`
595
616
  # @return [String]
596
617
  attr_accessor :machine_type
@@ -609,7 +630,8 @@ module Google
609
630
 
610
631
  # Optional. The set of Google API scopes to be made available on all node VMs.
611
632
  # If `oauth_scopes` is empty, defaults to ["https://www.googleapis.com/auth/
612
- # cloud-platform"]. Cannot be updated.
633
+ # cloud-platform"]. Cannot be updated. This field is supported for Cloud
634
+ # Composer environments in versions composer-1.*.*-airflow-*.*.*.
613
635
  # Corresponds to the JSON property `oauthScopes`
614
636
  # @return [Array<String>]
615
637
  attr_accessor :oauth_scopes
@@ -634,7 +656,8 @@ module Google
634
656
  # Optional. The list of instance tags applied to all node VMs. Tags are used to
635
657
  # identify valid sources or targets for network firewalls. Each tag within the
636
658
  # list must comply with [RFC1035](https://www.ietf.org/rfc/rfc1035.txt). Cannot
637
- # be updated.
659
+ # be updated. This field is supported for Cloud Composer environments in
660
+ # versions composer-1.*.*-airflow-*.*.*.
638
661
  # Corresponds to the JSON property `tags`
639
662
  # @return [Array<String>]
640
663
  attr_accessor :tags
@@ -822,7 +845,7 @@ module Google
822
845
 
823
846
  # Optional. If `true`, a Private IP Cloud Composer environment is created. If
824
847
  # this field is set to true, `IPAllocationPolicy.use_ip_aliases` must be set to
825
- # true.
848
+ # true for Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.
826
849
  # Corresponds to the JSON property `enablePrivateEnvironment`
827
850
  # @return [Boolean]
828
851
  attr_accessor :enable_private_environment
@@ -836,12 +859,15 @@ module Google
836
859
 
837
860
  # Optional. The CIDR block from which IP range for web server will be reserved.
838
861
  # Needs to be disjoint from `private_cluster_config.master_ipv4_cidr_block` and `
839
- # cloud_sql_ipv4_cidr_block`.
862
+ # cloud_sql_ipv4_cidr_block`. This field is supported for Cloud Composer
863
+ # environments in versions composer-1.*.*-airflow-*.*.*.
840
864
  # Corresponds to the JSON property `webServerIpv4CidrBlock`
841
865
  # @return [String]
842
866
  attr_accessor :web_server_ipv4_cidr_block
843
867
 
844
868
  # Output only. The IP range reserved for the tenant project's App Engine VMs.
869
+ # This field is supported for Cloud Composer environments in versions composer-1.
870
+ # *.*-airflow-*.*.*.
845
871
  # Corresponds to the JSON property `webServerIpv4ReservedRange`
846
872
  # @return [String]
847
873
  attr_accessor :web_server_ipv4_reserved_range
@@ -921,7 +947,9 @@ module Google
921
947
 
922
948
  # Optional. The major version of Python used to run the Apache Airflow scheduler,
923
949
  # worker, and webserver processes. Can be set to '2' or '3'. If not specified,
924
- # the default is '3'. Cannot be updated.
950
+ # the default is '3'. Cannot be updated. This field is only supported for Cloud
951
+ # Composer environments in versions composer-1.*.*-airflow-*.*.*. Environments
952
+ # in newer versions always use Python major version 3.
925
953
  # Corresponds to the JSON property `pythonVersion`
926
954
  # @return [String]
927
955
  attr_accessor :python_version
@@ -987,6 +1015,8 @@ module Google
987
1015
  end
988
1016
 
989
1017
  # The configuration settings for the Airflow web server App Engine instance.
1018
+ # Supported for Cloud Composer environments in versions composer-1.*.*-airflow-*.
1019
+ # *.*
990
1020
  class WebServerConfig
991
1021
  include Google::Apis::Core::Hashable
992
1022
 
@@ -1009,7 +1039,8 @@ module Google
1009
1039
  end
1010
1040
  end
1011
1041
 
1012
- # Network-level access control policy for the Airflow web server.
1042
+ # Network-level access control policy for the Airflow web server. Supported for
1043
+ # Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.
1013
1044
  class WebServerNetworkAccessControl
1014
1045
  include Google::Apis::Core::Hashable
1015
1046
 
@@ -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.13.0"
19
+ GEM_VERSION = "0.14.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 = "20210913"
25
+ REVISION = "20210922"
26
26
  end
27
27
  end
28
28
  end
@@ -229,28 +229,41 @@ module Google
229
229
  # error to provide both a mask of this form and the `labels` mask. * `config.
230
230
  # nodeCount` * Horizontally scale the number of nodes in the environment. An
231
231
  # integer greater than or equal to 3 must be provided in the `config.nodeCount`
232
- # field. * `config.webServerNetworkAccessControl` * Replace the environment's
233
- # current `WebServerNetworkAccessControl`. * `config.databaseConfig` * Replace
234
- # the environment's current `DatabaseConfig`. * `config.webServerConfig` *
235
- # Replace the environment's current `WebServerConfig`. * `config.softwareConfig.
236
- # airflowConfigOverrides` * Replace all Apache Airflow config overrides. If a
237
- # replacement config overrides map is not included in `environment`, all config
238
- # overrides are cleared. It is an error to provide both this mask and a mask
239
- # specifying one or more individual config overrides. * `config.softwareConfig.
240
- # airflowConfigOverrides.`section-name * Override the Apache Airflow config
241
- # property *name* in the section named *section*, preserving other properties.
242
- # To delete the property override, include it in `updateMask` and omit its
243
- # mapping in `environment.config.softwareConfig.airflowConfigOverrides`. It is
244
- # an error to provide both a mask of this form and the `config.softwareConfig.
245
- # airflowConfigOverrides` mask. * `config.softwareConfig.envVariables` * Replace
246
- # all environment variables. If a replacement environment variable map is not
247
- # included in `environment`, all custom environment variables are cleared. It is
248
- # an error to provide both this mask and a mask specifying one or more
249
- # individual environment variables. * `config.softwareConfig.schedulerCount` *
250
- # Horizontally scale the number of schedulers in Airflow. A positive integer not
251
- # greater than the number of nodes must be provided in the `config.
252
- # softwareConfig.schedulerCount` field. Supported for Cloud Composer
253
- # environments in versions composer-1.*.*-airflow-2.*.*.
232
+ # field. Supported for Cloud Composer environments in versions composer-1.*.*-
233
+ # airflow-*.*.*. * `config.webServerNetworkAccessControl` * Replace the
234
+ # environment's current `WebServerNetworkAccessControl`. * `config.
235
+ # databaseConfig` Supported for Cloud Composer environments in versions composer-
236
+ # 1.*.*-airflow-*.*.*. * Replace the environment's current `DatabaseConfig`. * `
237
+ # config.webServerConfig.machineType` * Machine type on which Airflow web server
238
+ # is running. It has to be one of: composer-n1-webserver-2, composer-n1-
239
+ # webserver-4 or composer-n1-webserver-8. Supported for Cloud Composer
240
+ # environments in versions composer-1.*.*-airflow-*.*.*. * `config.
241
+ # softwareConfig.airflowConfigOverrides` * Replace all Apache Airflow config
242
+ # overrides. If a replacement config overrides map is not included in `
243
+ # environment`, all config overrides are cleared. It is an error to provide both
244
+ # this mask and a mask specifying one or more individual config overrides. * `
245
+ # config.softwareConfig.airflowConfigOverrides.`section-name * Override the
246
+ # Apache Airflow config property *name* in the section named *section*,
247
+ # preserving other properties. To delete the property override, include it in `
248
+ # updateMask` and omit its mapping in `environment.config.softwareConfig.
249
+ # airflowConfigOverrides`. It is an error to provide both a mask of this form
250
+ # and the `config.softwareConfig.airflowConfigOverrides` mask. * `config.
251
+ # softwareConfig.envVariables` * Replace all environment variables. If a
252
+ # replacement environment variable map is not included in `environment`, all
253
+ # custom environment variables are cleared. It is an error to provide both this
254
+ # mask and a mask specifying one or more individual environment variables. * `
255
+ # config.softwareConfig.schedulerCount` * Horizontally scale the number of
256
+ # schedulers in Airflow. A positive integer not greater than the number of nodes
257
+ # must be provided in the `config.softwareConfig.schedulerCount` field.
258
+ # Supported for Cloud Composer environments in versions composer-1.*.*-airflow-2.
259
+ # *.*. * `config.databaseConfig.machineType` * Cloud SQL machine type used by
260
+ # Airflow database. It has to be one of: db-n1-standard-2, db-n1-standard-4, db-
261
+ # n1-standard-8 or db-n1-standard-16. Supported for Cloud Composer environments
262
+ # in versions composer-1.*.*-airflow-*.*.*. * `config.webServerConfig.
263
+ # machineType` * Machine type on which Airflow web server is running. It has to
264
+ # be one of: composer-n1-webserver-2, composer-n1-webserver-4 or composer-n1-
265
+ # webserver-8. Supported for Cloud Composer environments in versions composer-1.*
266
+ # .*-airflow-*.*.*.
254
267
  # @param [String] fields
255
268
  # Selector specifying which fields to include in a partial response.
256
269
  # @param [String] quota_user
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.13.0
4
+ version: 0.14.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-27 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-composer_v1
63
63
  post_install_message:
64
64
  rdoc_options: []