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

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.
@@ -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
@@ -42,8 +42,8 @@ module Google
42
42
  # Output only. The time the operation was submitted to the server.
43
43
  # @!attribute [rw] end_time
44
44
  # @return [::Google::Protobuf::Timestamp]
45
- # Output only. The time when the operation terminated, regardless of its success.
46
- # This field is unset if the operation is still ongoing.
45
+ # Output only. The time when the operation terminated, regardless of its
46
+ # success. This field is unset if the operation is still ongoing.
47
47
  class OperationMetadata
48
48
  include ::Google::Protobuf::MessageExts
49
49
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -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
@@ -28,12 +28,14 @@ module Google
28
28
  # [API Design Guide](https://cloud.google.com/apis/design/errors).
29
29
  # @!attribute [rw] code
30
30
  # @return [::Integer]
31
- # The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
31
+ # The status code, which should be an enum value of
32
+ # [google.rpc.Code][google.rpc.Code].
32
33
  # @!attribute [rw] message
33
34
  # @return [::String]
34
35
  # A developer-facing error message, which should be in English. Any
35
36
  # user-facing error message should be localized and sent in the
36
- # {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized by the client.
37
+ # {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized
38
+ # by the client.
37
39
  # @!attribute [rw] details
38
40
  # @return [::Array<::Google::Protobuf::Any>]
39
41
  # A list of messages that carry the error details. There is a common set of
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.1
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: 2023-02-13 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.16.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.10'
29
+ version: 0.16.0
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
@@ -221,7 +223,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
221
223
  - !ruby/object:Gem::Version
222
224
  version: '0'
223
225
  requirements: []
224
- rubygems_version: 3.3.14
226
+ rubygems_version: 3.4.2
225
227
  signing_key:
226
228
  specification_version: 4
227
229
  summary: API Client library for the Cloud Composer V1 API