google-cloud-orchestration-airflow-service-v1 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -58,7 +58,7 @@ module Google
58
58
  # @!attribute [rw] image_version_id
59
59
  # @return [::String]
60
60
  # The string identifier of the ImageVersion, in the form:
61
- # "composer-x.y.z-airflow-a.b(.c)"
61
+ # "composer-x.y.z-airflow-a.b.c"
62
62
  # @!attribute [rw] is_default
63
63
  # @return [::Boolean]
64
64
  # Whether this is the default ImageVersion used by Composer during
@@ -84,6 +84,12 @@ module Google
84
84
 
85
85
  # A resource check operation.
86
86
  CHECK = 4
87
+
88
+ # Saves snapshot of the resource operation.
89
+ SAVE_SNAPSHOT = 5
90
+
91
+ # Loads snapshot of the resource operation.
92
+ LOAD_SNAPSHOT = 6
87
93
  end
88
94
  end
89
95
  end
@@ -26,8 +26,6 @@ module Google
26
26
  # service Foo {
27
27
  # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
28
28
  # }
29
- #
30
- # The JSON representation for `Empty` is empty JSON object `{}`.
31
29
  class Empty
32
30
  include ::Google::Protobuf::MessageExts
33
31
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-orchestration-airflow-service-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.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-06 00:00:00.000000000 Z
11
+ date: 2022-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.10'
19
+ version: '0.12'
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.10'
29
+ version: '0.12'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -189,7 +189,9 @@ files:
189
189
  - lib/google/cloud/orchestration/airflow/service/v1/operations_pb.rb
190
190
  - lib/google/cloud/orchestration/airflow/service/v1/version.rb
191
191
  - proto_docs/README.md
192
+ - proto_docs/google/api/client.rb
192
193
  - proto_docs/google/api/field_behavior.rb
194
+ - proto_docs/google/api/launch_stage.rb
193
195
  - proto_docs/google/api/resource.rb
194
196
  - proto_docs/google/cloud/orchestration/airflow/service/v1/environments.rb
195
197
  - proto_docs/google/cloud/orchestration/airflow/service/v1/image_versions.rb