google-cloud-vm_migration 0.3.0 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/vm_migration/version.rb +1 -1
- data/lib/google/cloud/vm_migration.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 49aa693bdce864c4894dcdac81c703fc40d8cf9103c524e6de57174995c33d2d
|
4
|
+
data.tar.gz: fb45971ce4ea0231c8cdbf94cda19620a197bc0f6f24dcbd779b808c9834e3d2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0663dd4004ffede0078b24e6d982aedc89d9b599f927812ec6903b522109a2ccfefdb38f24b3207bdc0a1f39bdc6770491f73dc98d04a52fbc66994312464f61
|
7
|
+
data.tar.gz: 65100b13bcc743d61998dbb01d9fccc03aec8a3908f90adf9d9c8f6cdfd73f7cd9521d4dc1f21f1a281a2c96ca18cd166d07bf338485ebcf9a052ba55515484f
|
data/README.md
CHANGED
@@ -16,7 +16,7 @@ for this library, google-cloud-vm_migration, to see the convenience methods for
|
|
16
16
|
constructing client objects. Reference documentation for the client objects
|
17
17
|
themselves can be found in the client library documentation for the versioned
|
18
18
|
client gems:
|
19
|
-
[google-cloud-vm_migration-v1](https://
|
19
|
+
[google-cloud-vm_migration-v1](https://cloud.google.com/ruby/docs/reference/google-cloud-vm_migration-v1/latest).
|
20
20
|
|
21
21
|
See also the [Product Documentation](https://cloud.google.com/migrate/compute-engine/)
|
22
22
|
for more usage information.
|
@@ -48,7 +48,7 @@ module Google
|
|
48
48
|
# Create a new client object for VMMigration.
|
49
49
|
#
|
50
50
|
# By default, this returns an instance of
|
51
|
-
# [Google::Cloud::VMMigration::V1::VMMigration::Client](https://
|
51
|
+
# [Google::Cloud::VMMigration::V1::VMMigration::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-vm_migration-v1/latest/Google-Cloud-VMMigration-V1-VMMigration-Client)
|
52
52
|
# for a gRPC client for version V1 of the API.
|
53
53
|
# However, you can specify a different API version by passing it in the
|
54
54
|
# `version` parameter. If the VMMigration service is
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-vm_migration
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.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: 2023-
|
11
|
+
date: 2023-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-cloud-core
|