google-apis-composer_v1 0.8.0 → 0.12.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 +4 -4
- data/CHANGELOG.md +16 -0
- data/lib/google/apis/composer_v1.rb +1 -1
- data/lib/google/apis/composer_v1/classes.rb +18 -5
- data/lib/google/apis/composer_v1/gem_version.rb +3 -3
- data/lib/google/apis/composer_v1/representations.rb +2 -0
- data/lib/google/apis/composer_v1/service.rb +32 -31
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0041a7fc2ab530b68a53e0965a83787835c67b14c1a5211ec180184335199e95
|
4
|
+
data.tar.gz: 6805a482f1bcc9a94c0e7c91dcbc9ba3a20393ccc511326903a024e74c647b74
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12e5e4f098e0e86ab3c4d74422d96c985c4ce078397a12d558fc26de1ae4b88a55d18788f4ec66874ed7385fb6ff69bd568c7ad0c4f1e38b01a9210950c3613b
|
7
|
+
data.tar.gz: 1148dd330aeaec8939bb2f713fb5fc527efa89bf17033f3a4bd465538c45c30408c91c382dce638351497ba4fbb36478e60d9414f40daa08aa6726f2a4fc9bf3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Release history for google-apis-composer_v1
|
2
2
|
|
3
|
+
### v0.12.0 (2021-08-18)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210810
|
6
|
+
|
7
|
+
### v0.11.0 (2021-07-14)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210705
|
10
|
+
|
11
|
+
### v0.10.0 (2021-07-06)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210625
|
14
|
+
|
15
|
+
### v0.9.0 (2021-06-29)
|
16
|
+
|
17
|
+
* Regenerated using generator version 0.4.0
|
18
|
+
|
3
19
|
### v0.8.0 (2021-06-24)
|
4
20
|
|
5
21
|
* Regenerated using generator version 0.3.0
|
@@ -29,7 +29,7 @@ module Google
|
|
29
29
|
# This is NOT the gem version.
|
30
30
|
VERSION = 'V1'
|
31
31
|
|
32
|
-
# See, edit, configure, and delete your Google Cloud
|
32
|
+
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
33
33
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
34
34
|
end
|
35
35
|
end
|
@@ -65,12 +65,23 @@ module Google
|
|
65
65
|
# @return [String]
|
66
66
|
attr_accessor :contains_pypi_modules_conflict
|
67
67
|
|
68
|
+
# Composer image for which the build was happening.
|
69
|
+
# Corresponds to the JSON property `imageVersion`
|
70
|
+
# @return [String]
|
71
|
+
attr_accessor :image_version
|
72
|
+
|
68
73
|
# Output only. Extract from a docker image build log containing information
|
69
74
|
# about pypi modules conflicts.
|
70
75
|
# Corresponds to the JSON property `pypiConflictBuildLogExtract`
|
71
76
|
# @return [String]
|
72
77
|
attr_accessor :pypi_conflict_build_log_extract
|
73
78
|
|
79
|
+
# Pypi dependencies specified in the environment configuration, at the time when
|
80
|
+
# the build was triggered.
|
81
|
+
# Corresponds to the JSON property `pypiDependencies`
|
82
|
+
# @return [Hash<String,String>]
|
83
|
+
attr_accessor :pypi_dependencies
|
84
|
+
|
74
85
|
def initialize(**args)
|
75
86
|
update!(**args)
|
76
87
|
end
|
@@ -79,7 +90,9 @@ module Google
|
|
79
90
|
def update!(**args)
|
80
91
|
@build_log_uri = args[:build_log_uri] if args.key?(:build_log_uri)
|
81
92
|
@contains_pypi_modules_conflict = args[:contains_pypi_modules_conflict] if args.key?(:contains_pypi_modules_conflict)
|
93
|
+
@image_version = args[:image_version] if args.key?(:image_version)
|
82
94
|
@pypi_conflict_build_log_extract = args[:pypi_conflict_build_log_extract] if args.key?(:pypi_conflict_build_log_extract)
|
95
|
+
@pypi_dependencies = args[:pypi_dependencies] if args.key?(:pypi_dependencies)
|
83
96
|
end
|
84
97
|
end
|
85
98
|
|
@@ -344,7 +357,7 @@ module Google
|
|
344
357
|
# GKE cluster. This field is applicable only when `use_ip_aliases` is true. Set
|
345
358
|
# to blank to have GKE choose a range with the default size. Set to /netmask (e.
|
346
359
|
# g. `/14`) to have GKE choose a range with a specific netmask. Set to a [CIDR](
|
347
|
-
#
|
360
|
+
# https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `
|
348
361
|
# 10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.
|
349
362
|
# 0.0/12`, `192.168.0.0/16`) to pick a specific range to use.
|
350
363
|
# Corresponds to the JSON property `clusterIpv4CidrBlock`
|
@@ -360,10 +373,10 @@ module Google
|
|
360
373
|
# Optional. The IP address range of the services IP addresses in this GKE
|
361
374
|
# cluster. This field is applicable only when `use_ip_aliases` is true. Set to
|
362
375
|
# blank to have GKE choose a range with the default size. Set to /netmask (e.g. `
|
363
|
-
# /14`) to have GKE choose a range with a specific netmask. Set to a [CIDR](
|
364
|
-
#
|
365
|
-
# 0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.
|
366
|
-
#
|
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.
|
367
380
|
# Corresponds to the JSON property `servicesIpv4CidrBlock`
|
368
381
|
# @return [String]
|
369
382
|
attr_accessor :services_ipv4_cidr_block
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.12.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210810"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -167,7 +167,9 @@ module Google
|
|
167
167
|
class Representation < Google::Apis::Core::JsonRepresentation
|
168
168
|
property :build_log_uri, as: 'buildLogUri'
|
169
169
|
property :contains_pypi_modules_conflict, as: 'containsPypiModulesConflict'
|
170
|
+
property :image_version, as: 'imageVersion'
|
170
171
|
property :pypi_conflict_build_log_extract, as: 'pypiConflictBuildLogExtract'
|
172
|
+
hash :pypi_dependencies, as: 'pypiDependencies'
|
171
173
|
end
|
172
174
|
end
|
173
175
|
|
@@ -212,40 +212,41 @@ module Google
|
|
212
212
|
# updateMask` would contain the path "config.softwareConfig.pypiPackages", and
|
213
213
|
# the patch environment would be the following: ` "config":` "softwareConfig":` "
|
214
214
|
# pypiPackages":` "botocore":"==1.7.14" ` ` ` ` **Note:** Only the following
|
215
|
-
# fields can be updated: *
|
216
|
-
#
|
217
|
-
#
|
218
|
-
#
|
219
|
-
#
|
220
|
-
# packagename
|
215
|
+
# fields can be updated: * `config.softwareConfig.pypiPackages` * Replace all
|
216
|
+
# custom custom PyPI packages. If a replacement package map is not included in `
|
217
|
+
# environment`, all custom PyPI packages are cleared. It is an error to provide
|
218
|
+
# both this mask and a mask specifying an individual package. * `config.
|
219
|
+
# softwareConfig.pypiPackages.`packagename * Update the custom PyPI package *
|
220
|
+
# packagename*, preserving other packages. To delete the package, include it in `
|
221
221
|
# updateMask`, and omit the mapping for it in `environment.config.softwareConfig.
|
222
|
-
# pypiPackages`. It is an error to provide both a mask of this form and the
|
223
|
-
# config.softwareConfig.pypiPackages
|
222
|
+
# pypiPackages`. It is an error to provide both a mask of this form and the `
|
223
|
+
# config.softwareConfig.pypiPackages` mask. * `labels` * Replace all environment
|
224
224
|
# labels. If a replacement labels map is not included in `environment`, all
|
225
225
|
# labels are cleared. It is an error to provide both this mask and a mask
|
226
|
-
# specifying one or more individual labels. labels
|
227
|
-
# labelName
|
228
|
-
# updateMask` and omit its mapping in `environment.labels`. It is an
|
229
|
-
# provide both a mask of this form and the
|
230
|
-
# Horizontally scale the number of nodes in the environment. An
|
231
|
-
# than or equal to 3 must be provided in the `config.nodeCount`
|
232
|
-
# webServerNetworkAccessControl Replace the environment's
|
233
|
-
# WebServerNetworkAccessControl
|
234
|
-
# current DatabaseConfig
|
235
|
-
# current WebServerConfig
|
236
|
-
# all Apache Airflow config overrides. If a
|
237
|
-
# not included in `environment`, all config
|
238
|
-
# error to provide both this mask and a mask
|
239
|
-
# config overrides. config.softwareConfig.
|
240
|
-
# Override the Apache Airflow config
|
241
|
-
#
|
242
|
-
# updateMask` and omit its
|
243
|
-
# airflowConfigOverrides`. It is
|
244
|
-
# and the
|
245
|
-
#
|
246
|
-
# replacement environment variable map is not
|
247
|
-
# custom environment variables are cleared. It is
|
248
|
-
# mask and a mask specifying one or more
|
226
|
+
# specifying one or more individual labels. * `labels.`labelName * Set the label
|
227
|
+
# named *labelName*, while preserving other labels. To delete the label, include
|
228
|
+
# it in `updateMask` and omit its mapping in `environment.labels`. It is an
|
229
|
+
# error to provide both a mask of this form and the `labels` mask. * `config.
|
230
|
+
# nodeCount` * Horizontally scale the number of nodes in the environment. An
|
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.
|
249
250
|
# @param [String] fields
|
250
251
|
# Selector specifying which fields to include in a partial response.
|
251
252
|
# @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.
|
4
|
+
version: 0.12.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-
|
11
|
+
date: 2021-08-23 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.
|
19
|
+
version: '0.4'
|
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.
|
29
|
+
version: '0.4'
|
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/master/generated/google-apis-composer_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.12.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: []
|