google-apis-vmmigration_v1 0.7.0 → 0.8.0
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 97d6824cfdecab684f8b4dd2c971115fb10b00b94199af0cdc906d70c8e7abbd
|
4
|
+
data.tar.gz: 3089e41822916a1ccccabffcfb95378768c5ff5a5fbc6cc9d842bbfebd237622
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb875281b1fda4496a3f4c046591076ebc88d5b6222581b7b59409d58d5672e28d5100b6ae36a323aa48a8781ac2ff2dd669e4e052a46403c59523d791ac746c
|
7
|
+
data.tar.gz: cbc56b69c6160d8ddc8754c34ba5e85b9b46b536732745a77a9fa4e27b72db8187e3cbd9bdccbbf996077fb4400b89b76a0ec55aabe400cf4466c4596d6d0bf4
|
data/CHANGELOG.md
CHANGED
@@ -192,6 +192,11 @@ module Google
|
|
192
192
|
# @return [String]
|
193
193
|
attr_accessor :create_time
|
194
194
|
|
195
|
+
# Output only. The time the clone job was ended.
|
196
|
+
# Corresponds to the JSON property `endTime`
|
197
|
+
# @return [String]
|
198
|
+
attr_accessor :end_time
|
199
|
+
|
195
200
|
# The `Status` type defines a logical error model that is suitable for different
|
196
201
|
# programming environments, including REST APIs and RPC APIs. It is used by [
|
197
202
|
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
@@ -225,6 +230,7 @@ module Google
|
|
225
230
|
def update!(**args)
|
226
231
|
@compute_engine_target_details = args[:compute_engine_target_details] if args.key?(:compute_engine_target_details)
|
227
232
|
@create_time = args[:create_time] if args.key?(:create_time)
|
233
|
+
@end_time = args[:end_time] if args.key?(:end_time)
|
228
234
|
@error = args[:error] if args.key?(:error)
|
229
235
|
@name = args[:name] if args.key?(:name)
|
230
236
|
@state = args[:state] if args.key?(:state)
|
@@ -533,6 +539,11 @@ module Google
|
|
533
539
|
# @return [String]
|
534
540
|
attr_accessor :create_time
|
535
541
|
|
542
|
+
# Output only. The time the cutover job had finished.
|
543
|
+
# Corresponds to the JSON property `endTime`
|
544
|
+
# @return [String]
|
545
|
+
attr_accessor :end_time
|
546
|
+
|
536
547
|
# The `Status` type defines a logical error model that is suitable for different
|
537
548
|
# programming environments, including REST APIs and RPC APIs. It is used by [
|
538
549
|
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
@@ -577,6 +588,7 @@ module Google
|
|
577
588
|
def update!(**args)
|
578
589
|
@compute_engine_target_details = args[:compute_engine_target_details] if args.key?(:compute_engine_target_details)
|
579
590
|
@create_time = args[:create_time] if args.key?(:create_time)
|
591
|
+
@end_time = args[:end_time] if args.key?(:end_time)
|
580
592
|
@error = args[:error] if args.key?(:error)
|
581
593
|
@name = args[:name] if args.key?(:name)
|
582
594
|
@progress_percent = args[:progress_percent] if args.key?(:progress_percent)
|
@@ -702,8 +714,7 @@ module Google
|
|
702
714
|
# A generic empty message that you can re-use to avoid defining duplicated empty
|
703
715
|
# messages in your APIs. A typical example is to use it as the request or the
|
704
716
|
# response type of an API method. For instance: service Foo ` rpc Bar(google.
|
705
|
-
# protobuf.Empty) returns (google.protobuf.Empty); `
|
706
|
-
# `Empty` is empty JSON object ````.
|
717
|
+
# protobuf.Empty) returns (google.protobuf.Empty); `
|
707
718
|
class Empty
|
708
719
|
include Google::Apis::Core::Hashable
|
709
720
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module VmmigrationV1
|
18
18
|
# Version of the google-apis-vmmigration_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.8.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220327"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -405,6 +405,7 @@ module Google
|
|
405
405
|
property :compute_engine_target_details, as: 'computeEngineTargetDetails', class: Google::Apis::VmmigrationV1::ComputeEngineTargetDetails, decorator: Google::Apis::VmmigrationV1::ComputeEngineTargetDetails::Representation
|
406
406
|
|
407
407
|
property :create_time, as: 'createTime'
|
408
|
+
property :end_time, as: 'endTime'
|
408
409
|
property :error, as: 'error', class: Google::Apis::VmmigrationV1::Status, decorator: Google::Apis::VmmigrationV1::Status::Representation
|
409
410
|
|
410
411
|
property :name, as: 'name'
|
@@ -482,6 +483,7 @@ module Google
|
|
482
483
|
property :compute_engine_target_details, as: 'computeEngineTargetDetails', class: Google::Apis::VmmigrationV1::ComputeEngineTargetDetails, decorator: Google::Apis::VmmigrationV1::ComputeEngineTargetDetails::Representation
|
483
484
|
|
484
485
|
property :create_time, as: 'createTime'
|
486
|
+
property :end_time, as: 'endTime'
|
485
487
|
property :error, as: 'error', class: Google::Apis::VmmigrationV1::Status, decorator: Google::Apis::VmmigrationV1::Status::Representation
|
486
488
|
|
487
489
|
property :name, as: 'name'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-vmmigration_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.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-
|
11
|
+
date: 2022-04-04 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -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-vmmigration_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.8.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|