google-apis-composer_v1 0.4.0 → 0.9.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: a1ee9dc3fce8f0257196fd3bd2835de922a07d6a4ba119e00eced7cca7a89b06
4
- data.tar.gz: 8f1f3256f9c8a65fc457d1a01623e60dec208ac7e862f46bec00b53ec67bdcf1
3
+ metadata.gz: c0025017346fd1843d51b10f136fa83530e83d7fe9f256a438e115788f89f313
4
+ data.tar.gz: 92f550c50f851a22c9324f732f2a4a982b5972c0fa9d22e04a4ddb3a97dda44a
5
5
  SHA512:
6
- metadata.gz: efadbdd78a433a76332213d748d5b129ad136f905544eb85c222e700d65a671c228c6eb809c30b4ee6f275d09f53cca7c196c81c48ede346be1e43c56110b92f
7
- data.tar.gz: 8261ddc74a3f587a837b18cc65c3069e32a5b1725af376a1b2854158d9214fef65000a81963693c476ad3ebe655d451ed35a72624f16c9860dc4c0881c6187a0
6
+ metadata.gz: 4c6acfcd3aaa447cfc08fa67a1fc5454d4234f42677ea244928a3b3a983582ee78b19400d1cd53a2913a4d648b2154a0f5b9f4611282dffe51b608976b8269b4
7
+ data.tar.gz: c99d59f1cd9ea4a7b9a8335535702919152a3d765b45f3a7ef4d607d775b57a1bbb041a1af5fd9da403cd205204bd296745f19726f511389f951d8e32f27fa7b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # Release history for google-apis-composer_v1
2
2
 
3
+ ### v0.9.0 (2021-06-29)
4
+
5
+ * Regenerated using generator version 0.4.0
6
+
7
+ ### v0.8.0 (2021-06-24)
8
+
9
+ * Regenerated using generator version 0.3.0
10
+
11
+ ### v0.7.0 (2021-05-26)
12
+
13
+ * Regenerated from discovery document revision 20210518
14
+
15
+ ### v0.6.0 (2021-05-19)
16
+
17
+ * Unspecified changes
18
+
19
+ ### v0.5.0 (2021-04-16)
20
+
21
+ * Regenerated from discovery document revision 20210407
22
+
3
23
  ### v0.4.0 (2021-03-27)
4
24
 
5
25
  * Regenerated from discovery document revision 20210319
@@ -51,6 +51,38 @@ module Google
51
51
  end
52
52
  end
53
53
 
54
+ # Message containing information about the result of an upgrade check operation.
55
+ class CheckUpgradeResponse
56
+ include Google::Apis::Core::Hashable
57
+
58
+ # Output only. Url for a docker build log of an upgraded image.
59
+ # Corresponds to the JSON property `buildLogUri`
60
+ # @return [String]
61
+ attr_accessor :build_log_uri
62
+
63
+ # Output only. Whether build has succeeded or failed on modules conflicts.
64
+ # Corresponds to the JSON property `containsPypiModulesConflict`
65
+ # @return [String]
66
+ attr_accessor :contains_pypi_modules_conflict
67
+
68
+ # Output only. Extract from a docker image build log containing information
69
+ # about pypi modules conflicts.
70
+ # Corresponds to the JSON property `pypiConflictBuildLogExtract`
71
+ # @return [String]
72
+ attr_accessor :pypi_conflict_build_log_extract
73
+
74
+ def initialize(**args)
75
+ update!(**args)
76
+ end
77
+
78
+ # Update properties of this object
79
+ def update!(**args)
80
+ @build_log_uri = args[:build_log_uri] if args.key?(:build_log_uri)
81
+ @contains_pypi_modules_conflict = args[:contains_pypi_modules_conflict] if args.key?(:contains_pypi_modules_conflict)
82
+ @pypi_conflict_build_log_extract = args[:pypi_conflict_build_log_extract] if args.key?(:pypi_conflict_build_log_extract)
83
+ end
84
+ end
85
+
54
86
  # The configuration of Cloud SQL instance that is used by the Apache Airflow
55
87
  # software.
56
88
  class DatabaseConfig
@@ -876,7 +908,7 @@ module Google
876
908
 
877
909
  # Optional. The major version of Python used to run the Apache Airflow scheduler,
878
910
  # worker, and webserver processes. Can be set to '2' or '3'. If not specified,
879
- # the default is '2'. Cannot be updated.
911
+ # the default is '3'. Cannot be updated.
880
912
  # Corresponds to the JSON property `pythonVersion`
881
913
  # @return [String]
882
914
  attr_accessor :python_version
@@ -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.4.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210319"
25
+ REVISION = "20210518"
26
26
  end
27
27
  end
28
28
  end
@@ -28,6 +28,12 @@ module Google
28
28
  include Google::Apis::Core::JsonObjectSupport
29
29
  end
30
30
 
31
+ class CheckUpgradeResponse
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
31
37
  class DatabaseConfig
32
38
  class Representation < Google::Apis::Core::JsonRepresentation; end
33
39
 
@@ -156,6 +162,15 @@ module Google
156
162
  end
157
163
  end
158
164
 
165
+ class CheckUpgradeResponse
166
+ # @private
167
+ class Representation < Google::Apis::Core::JsonRepresentation
168
+ property :build_log_uri, as: 'buildLogUri'
169
+ property :contains_pypi_modules_conflict, as: 'containsPypiModulesConflict'
170
+ property :pypi_conflict_build_log_extract, as: 'pypiConflictBuildLogExtract'
171
+ end
172
+ end
173
+
159
174
  class DatabaseConfig
160
175
  # @private
161
176
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-composer_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.9.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-03-29 00:00:00.000000000 Z
11
+ date: 2021-07-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Composer API V1. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-composer_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.4.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.9.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-composer_v1
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Cloud Composer API V1