google-apis-composer_v1 0.27.0 → 0.29.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: e2988b6a06d0d1f7e7609afe3cb98f1baefe98272ea9f08ee5e0ff657dc0d03c
4
- data.tar.gz: 13468a1d5f4bb0dfb9b0930ab150521a4b8b885ed58dd078babc0d1878b41387
3
+ metadata.gz: c46983128f29a40a7841efdcdadf9c74bbafd15c82e4d9bc111975dde14f4599
4
+ data.tar.gz: 1072c51ca23caf54bfaba686c0fa9428c9d29cc87bafd60cb32bb1e55066c663
5
5
  SHA512:
6
- metadata.gz: bd83ca51709ca2d9480a19a16d1b59c6405660e94712e2a9f926f80f63f439cc4d05f865698e6b5a82467f76fbdf114e85ff5d27f4ee65ca02edbd13b793854a
7
- data.tar.gz: 3158bdca492847c82bf41eda49feba1438303a0ba15ed2fb821d8df807bb8e434b0a5b174ca5460eb6a5179f5975029e64d9f53a20b32c9b1a3b51f1d06584da
6
+ metadata.gz: 1fe0a6832b8cb05ffcdfdef772bb6cc14459da8eb0626b352c5d5579d4c9ec496512bd493714b43d0a8fd3c991a9f409d8c107193bb1041c1b897a37527ad7db
7
+ data.tar.gz: 9d48deca42d43c09b2e4384678e1afcf0b1951c1b5cf63411d026ac088c52e66db3c3a72ceadd1bedca36b39131f340358604b02188b4a400eb875bd17a4b12d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Release history for google-apis-composer_v1
2
2
 
3
+ ### v0.29.0 (2022-09-24)
4
+
5
+ * Regenerated from discovery document revision 20220920
6
+ * Regenerated using generator version 0.10.0
7
+ * Unspecified changes
8
+
9
+ ### v0.28.0 (2022-08-03)
10
+
11
+ * Regenerated from discovery document revision 20220727
12
+ * Regenerated using generator version 0.9.0
13
+
3
14
  ### v0.27.0 (2022-07-02)
4
15
 
5
16
  * Regenerated using generator version 0.8.0
@@ -619,6 +619,19 @@ module Google
619
619
  end
620
620
  end
621
621
 
622
+ # Response to LoadSnapshotRequest.
623
+ class LoadSnapshotResponse
624
+ include Google::Apis::Core::Hashable
625
+
626
+ def initialize(**args)
627
+ update!(**args)
628
+ end
629
+
630
+ # Update properties of this object
631
+ def update!(**args)
632
+ end
633
+ end
634
+
622
635
  # The configuration settings for Cloud Composer maintenance window. The
623
636
  # following example: ``` ` "startTime":"2019-08-01T01:00:00Z" "endTime":"2019-08-
624
637
  # 01T07:00:00Z" "recurrence":"FREQ=WEEKLY;BYDAY=TU,WE" ` ``` would define a
@@ -1058,6 +1071,27 @@ module Google
1058
1071
  end
1059
1072
  end
1060
1073
 
1074
+ # Response to SaveSnapshotRequest.
1075
+ class SaveSnapshotResponse
1076
+ include Google::Apis::Core::Hashable
1077
+
1078
+ # The fully-resolved Cloud Storage path of the created snapshot, e.g.: "gs://my-
1079
+ # bucket/snapshots/project_location_environment_timestamp". This field is
1080
+ # populated only if the snapshot creation was successful.
1081
+ # Corresponds to the JSON property `snapshotPath`
1082
+ # @return [String]
1083
+ attr_accessor :snapshot_path
1084
+
1085
+ def initialize(**args)
1086
+ update!(**args)
1087
+ end
1088
+
1089
+ # Update properties of this object
1090
+ def update!(**args)
1091
+ @snapshot_path = args[:snapshot_path] if args.key?(:snapshot_path)
1092
+ end
1093
+ end
1094
+
1061
1095
  # Configuration for resources used by Airflow schedulers.
1062
1096
  class SchedulerResource
1063
1097
  include Google::Apis::Core::Hashable
@@ -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.27.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220518"
25
+ REVISION = "20220920"
26
26
  end
27
27
  end
28
28
  end
@@ -106,6 +106,12 @@ module Google
106
106
  include Google::Apis::Core::JsonObjectSupport
107
107
  end
108
108
 
109
+ class LoadSnapshotResponse
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
109
115
  class MaintenanceWindow
110
116
  class Representation < Google::Apis::Core::JsonRepresentation; end
111
117
 
@@ -148,6 +154,12 @@ module Google
148
154
  include Google::Apis::Core::JsonObjectSupport
149
155
  end
150
156
 
157
+ class SaveSnapshotResponse
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
151
163
  class SchedulerResource
152
164
  class Representation < Google::Apis::Core::JsonRepresentation; end
153
165
 
@@ -348,6 +360,12 @@ module Google
348
360
  end
349
361
  end
350
362
 
363
+ class LoadSnapshotResponse
364
+ # @private
365
+ class Representation < Google::Apis::Core::JsonRepresentation
366
+ end
367
+ end
368
+
351
369
  class MaintenanceWindow
352
370
  # @private
353
371
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -432,6 +450,13 @@ module Google
432
450
  end
433
451
  end
434
452
 
453
+ class SaveSnapshotResponse
454
+ # @private
455
+ class Representation < Google::Apis::Core::JsonRepresentation
456
+ property :snapshot_path, as: 'snapshotPath'
457
+ end
458
+ end
459
+
435
460
  class SchedulerResource
436
461
  # @private
437
462
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -244,20 +244,18 @@ module Google
244
244
  # and the `config.softwareConfig.airflowConfigOverrides` mask. * `config.
245
245
  # softwareConfig.envVariables` * Replace all environment variables. If a
246
246
  # replacement environment variable map is not included in `environment`, all
247
- # custom environment variables are cleared. It is an error to provide both this
248
- # mask and a mask specifying one or more individual environment variables. * `
249
- # config.softwareConfig.schedulerCount` * Horizontally scale the number of
250
- # schedulers in Airflow. A positive integer not greater than the number of nodes
251
- # must be provided in the `config.softwareConfig.schedulerCount` field.
252
- # Supported for Cloud Composer environments in versions composer-1.*.*-airflow-2.
253
- # *.*. * `config.databaseConfig.machineType` * Cloud SQL machine type used by
254
- # Airflow database. It has to be one of: db-n1-standard-2, db-n1-standard-4, db-
255
- # n1-standard-8 or db-n1-standard-16. Supported for Cloud Composer environments
256
- # in versions composer-1.*.*-airflow-*.*.*. * `config.webServerConfig.
257
- # machineType` * Machine type on which Airflow web server is running. It has to
258
- # be one of: composer-n1-webserver-2, composer-n1-webserver-4 or composer-n1-
259
- # webserver-8. Supported for Cloud Composer environments in versions composer-1.*
260
- # .*-airflow-*.*.*.
247
+ # custom environment variables are cleared. * `config.softwareConfig.
248
+ # schedulerCount` * Horizontally scale the number of schedulers in Airflow. A
249
+ # positive integer not greater than the number of nodes must be provided in the `
250
+ # config.softwareConfig.schedulerCount` field. Supported for Cloud Composer
251
+ # environments in versions composer-1.*.*-airflow-2.*.*. * `config.
252
+ # databaseConfig.machineType` * Cloud SQL machine type used by Airflow database.
253
+ # It has to be one of: db-n1-standard-2, db-n1-standard-4, db-n1-standard-8 or
254
+ # db-n1-standard-16. Supported for Cloud Composer environments in versions
255
+ # composer-1.*.*-airflow-*.*.*. * `config.webServerConfig.machineType` * Machine
256
+ # type on which Airflow web server is running. It has to be one of: composer-n1-
257
+ # webserver-2, composer-n1-webserver-4 or composer-n1-webserver-8. Supported for
258
+ # Cloud Composer environments in versions composer-1.*.*-airflow-*.*.*.
261
259
  # @param [String] fields
262
260
  # Selector specifying which fields to include in a partial response.
263
261
  # @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.27.0
4
+ version: 0.29.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: 2022-07-04 00:00:00.000000000 Z
11
+ date: 2022-09-26 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.7'
19
+ version: 0.9.0
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.7'
29
+ version: 0.9.0
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/main/generated/google-apis-composer_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-composer_v1/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-composer_v1
63
63
  post_install_message:
64
64
  rdoc_options: []