google-apis-vmmigration_v1 0.54.0 → 0.56.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: 8b1e861abed506ad7cf0fc3f55321d3035d370f44e24d2cfb80eb77c2c522bb9
|
4
|
+
data.tar.gz: 173dc2852d94bde5d2a2b71ef9a5d2a3f193d5e314ced9119469fcb13b3b7ba2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9ae7caa0c3970baf54d5c90435df0bc632d217baf7987c3c8e70adc17b83b7b1eacc97c21bb6b3ac536e723b0dec7a04fbcee78d8be4f6f08cc3c7ee5c90daf4
|
7
|
+
data.tar.gz: 47a018ad00dd1aae54c852721233d8a641dec1f9d7cf34ff1236c73bfe1947c303e3b2c2f260ab865c274b0fbfea9d12e70e6549edc0036ee8bb82a01208b704
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-vmmigration_v1
|
2
2
|
|
3
|
+
### v0.56.0 (2025-02-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250213
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
8
|
+
### v0.55.0 (2024-11-24)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20241114
|
11
|
+
|
3
12
|
### v0.54.0 (2024-10-20)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241013
|
@@ -149,7 +149,7 @@ module Google
|
|
149
149
|
end
|
150
150
|
end
|
151
151
|
|
152
|
-
# Holds
|
152
|
+
# Holds information about the available versions for upgrade.
|
153
153
|
class AvailableUpdates
|
154
154
|
include Google::Apis::Core::Hashable
|
155
155
|
|
@@ -1465,7 +1465,7 @@ module Google
|
|
1465
1465
|
end
|
1466
1466
|
|
1467
1467
|
# CutoverJob message describes a cutover of a migrating VM. The CutoverJob is
|
1468
|
-
# the operation of shutting down the VM, creating a snapshot and
|
1468
|
+
# the operation of shutting down the VM, creating a snapshot and cloning the VM
|
1469
1469
|
# using the replicated snapshot.
|
1470
1470
|
class CutoverJob
|
1471
1471
|
include Google::Apis::Core::Hashable
|
@@ -1687,7 +1687,7 @@ module Google
|
|
1687
1687
|
# @return [String]
|
1688
1688
|
attr_accessor :appliance_software_version
|
1689
1689
|
|
1690
|
-
# Holds
|
1690
|
+
# Holds information about the available versions for upgrade.
|
1691
1691
|
# Corresponds to the JSON property `availableVersions`
|
1692
1692
|
# @return [Google::Apis::VmmigrationV1::AvailableUpdates]
|
1693
1693
|
attr_accessor :available_versions
|
@@ -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.56.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250213"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -695,8 +695,8 @@ module Google
|
|
695
695
|
# Clients can use Operations.GetOperation or other methods to check whether the
|
696
696
|
# cancellation succeeded or whether the operation completed despite cancellation.
|
697
697
|
# On successful cancellation, the operation is not deleted; instead, it becomes
|
698
|
-
# an operation with an Operation.error value with a google.rpc.Status.code of 1
|
699
|
-
# corresponding to `Code.CANCELLED`.
|
698
|
+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
|
699
|
+
# , corresponding to `Code.CANCELLED`.
|
700
700
|
# @param [String] name
|
701
701
|
# The name of the operation resource to be cancelled.
|
702
702
|
# @param [Google::Apis::VmmigrationV1::CancelOperationRequest] cancel_operation_request_object
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.56.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.56.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for VM Migration API V1
|
82
79
|
test_files: []
|