google-apis-vmmigration_v1 0.19.0 → 0.20.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/vmmigration_v1/gem_version.rb +2 -2
- data/lib/google/apis/vmmigration_v1/service.rb +1 -1
- data/lib/google/apis/vmmigration_v1.rb +2 -2
- metadata +11 -11
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bd8cd5677614e22859339a0ed50dfc7b9406349c08f773a62d6673fc6ae6171e
|
|
4
|
+
data.tar.gz: ca2b1f4055486ec7bbfbf1a5a50bd9cc2c85427208cf3af4d8c18e4f00539aee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa3d3c13810ee1f02f87cdc4c40e4070190eff1dd8ce925fdf244578a62cfae24ff6fe09829640338fdba0a88e3da0e1311581253ae502f8317fb843bea6b96f
|
|
7
|
+
data.tar.gz: feb3b7b9ab7ad44b1efb1595a4257419f2af0dd4182e914b3c7950373229ab40f54681f75880acd7675727eedb6e28dde1c672882c5177b188bd41bb98815fa7
|
data/CHANGELOG.md
CHANGED
data/OVERVIEW.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Simple REST client for version V1 of the
|
|
1
|
+
# Simple REST client for version V1 of the Migrate to Virtual Machines API
|
|
2
2
|
|
|
3
|
-
This is a simple client library for version V1 of the
|
|
3
|
+
This is a simple client library for version V1 of the Migrate to Virtual Machines API. It provides:
|
|
4
4
|
|
|
5
5
|
* A client object that connects to the HTTP/JSON REST endpoint for the service.
|
|
6
6
|
* Ruby objects for data structures related to the service.
|
|
@@ -65,7 +65,7 @@ More detailed descriptions of the Google simple REST clients are available in tw
|
|
|
65
65
|
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Vmmigration service in particular.)
|
|
67
67
|
|
|
68
|
-
For reference information on specific calls in the
|
|
68
|
+
For reference information on specific calls in the Migrate to Virtual Machines API, see the {Google::Apis::VmmigrationV1::VMMigrationServiceService class reference docs}.
|
|
69
69
|
|
|
70
70
|
## Which client should I use?
|
|
71
71
|
|
|
@@ -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.20.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.10.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220922"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -19,13 +19,13 @@ require 'google/apis/vmmigration_v1/gem_version.rb'
|
|
|
19
19
|
|
|
20
20
|
module Google
|
|
21
21
|
module Apis
|
|
22
|
-
#
|
|
22
|
+
# Migrate to Virtual Machines API
|
|
23
23
|
#
|
|
24
24
|
# Use the Migrate to Virtual Machines API to programmatically migrate workloads.
|
|
25
25
|
#
|
|
26
26
|
# @see https://cloud.google.com/migrate/virtual-machines
|
|
27
27
|
module VmmigrationV1
|
|
28
|
-
# Version of the
|
|
28
|
+
# Version of the Migrate to Virtual Machines API this client connects to.
|
|
29
29
|
# This is NOT the gem version.
|
|
30
30
|
VERSION = 'V1'
|
|
31
31
|
|
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.20.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-10-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -30,13 +30,13 @@ dependencies:
|
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
33
|
-
description: This is the simple REST client for
|
|
34
|
-
are Ruby client libraries that provide access to Google services
|
|
35
|
-
REST API endpoints. These libraries are generated and updated automatically
|
|
36
|
-
on the discovery documents published by the service, and they handle most
|
|
37
|
-
such as authentication, pagination, retry, timeouts, and logging. You can
|
|
38
|
-
client to access the
|
|
39
|
-
separate modern client that is easier to use.
|
|
33
|
+
description: This is the simple REST client for Migrate to Virtual Machines API V1.
|
|
34
|
+
Simple REST clients are Ruby client libraries that provide access to Google services
|
|
35
|
+
via their HTTP REST API endpoints. These libraries are generated and updated automatically
|
|
36
|
+
based on the discovery documents published by the service, and they handle most
|
|
37
|
+
concerns such as authentication, pagination, retry, timeouts, and logging. You can
|
|
38
|
+
use this client to access the Migrate to Virtual Machines API, but note that some
|
|
39
|
+
services may provide a separate modern client that is easier to use.
|
|
40
40
|
email: googleapis-packages@google.com
|
|
41
41
|
executables: []
|
|
42
42
|
extensions: []
|
|
@@ -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.20.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: []
|
|
@@ -78,5 +78,5 @@ requirements: []
|
|
|
78
78
|
rubygems_version: 3.3.14
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
|
-
summary: Simple REST client for
|
|
81
|
+
summary: Simple REST client for Migrate to Virtual Machines API V1
|
|
82
82
|
test_files: []
|