google-apis-composer_v1 0.28.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: 6c1d05c3957db0f870231bef431c08feb99ed3bf17aebbd89bb650084c1c2eed
4
- data.tar.gz: 9ad04f2de9a410a68ca817cdd9a40c38c52c90f2973079394a1492ada6f357d9
3
+ metadata.gz: c46983128f29a40a7841efdcdadf9c74bbafd15c82e4d9bc111975dde14f4599
4
+ data.tar.gz: 1072c51ca23caf54bfaba686c0fa9428c9d29cc87bafd60cb32bb1e55066c663
5
5
  SHA512:
6
- metadata.gz: a41fd740bf8a736108e38ed5006e0858269eb0d647f0d37d1fb6bb2879d6e7dab755904acfc9990e213d77d127c74f06a30eab450281970d705f4a0cfa5e9cf0
7
- data.tar.gz: 98f5e1db7abe4d1f42699c6c5672fca881bd4332df1e829481dd6358f0c656e36de6c5fca08790cc567b816d0c5e886e140d30137e675c1373c2ea1627e4cc33
6
+ metadata.gz: 1fe0a6832b8cb05ffcdfdef772bb6cc14459da8eb0626b352c5d5579d4c9ec496512bd493714b43d0a8fd3c991a9f409d8c107193bb1041c1b897a37527ad7db
7
+ data.tar.gz: 9d48deca42d43c09b2e4384678e1afcf0b1951c1b5cf63411d026ac088c52e66db3c3a72ceadd1bedca36b39131f340358604b02188b4a400eb875bd17a4b12d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
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
+
3
9
  ### v0.28.0 (2022-08-03)
4
10
 
5
11
  * Regenerated from discovery document revision 20220727
@@ -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.28.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.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220727"
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
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.28.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-08-08 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.28.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: []