google-apis-vmmigration_v1alpha1 0.18.0 → 0.19.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a56b17cbccf6aa5854e92513901a64bf6d62c9f5d336555151864868db3b74fe
4
- data.tar.gz: 5ef99ef82832e738a9d75eed10bb6f1e999e449331a65074d9a6a81dca3dd609
3
+ metadata.gz: 5382ad45838395779bd6d894f686f5215c3bac88e39b3e88a74d9ea60aed926f
4
+ data.tar.gz: fd3ec90738c21f48649f5a9e18683011c50a29e0e756ef09c6a1ff6d3d0a22d5
5
5
  SHA512:
6
- metadata.gz: 2dbf87c74bb5034304b925c81536a8d470935755ad2da32375d6a1ab3f57e5b95f49d592a5de1d16f423331b67ffcf165e805c9a714c7ebd9ea6fd4919824389
7
- data.tar.gz: 66b4beca076f4271abce51d21fa95d511e4aaa153c0fc346aff48748db4eacdeffaf0df02f24ab0f17fd867ab2fe561f466d5cceba171bc81ff0bc0f193640fa
6
+ metadata.gz: ebaaf1d9d8a949d9035046a98c9a4e2a1427c485571855a2af65fc259908d3bfbddbeef5c88266c97982b7250184c9852d3b79e6f15440d1d538f3c6b8c87b64
7
+ data.tar.gz: b4fd3b6f179433eef9483e3fc6d68e37c576b385a9abac83388012e64fccfab74e29def85bc95b69041f9a5c84638bc50cd6512e06269cf77f37c5bae519214e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-vmmigration_v1alpha1
2
2
 
3
+ ### v0.19.0 (2022-09-29)
4
+
5
+ * Regenerated from discovery document revision 20220922
6
+
3
7
  ### v0.18.0 (2022-09-20)
4
8
 
5
9
  * Regenerated from discovery document revision 20220908
data/OVERVIEW.md CHANGED
@@ -1,6 +1,6 @@
1
- # Simple REST client for version V1alpha1 of the VM Migration API
1
+ # Simple REST client for version V1alpha1 of the Migrate to Virtual Machines API
2
2
 
3
- This is a simple client library for version V1alpha1 of the VM Migration API. It provides:
3
+ This is a simple client library for version V1alpha1 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 VM Migration API, see the {Google::Apis::VmmigrationV1alpha1::VMMigrationServiceService class reference docs}.
68
+ For reference information on specific calls in the Migrate to Virtual Machines API, see the {Google::Apis::VmmigrationV1alpha1::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 VmmigrationV1alpha1
18
18
  # Version of the google-apis-vmmigration_v1alpha1 gem
19
- GEM_VERSION = "0.18.0"
19
+ GEM_VERSION = "0.19.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 = "20220908"
25
+ REVISION = "20220922"
26
26
  end
27
27
  end
28
28
  end
@@ -20,7 +20,7 @@ require 'google/apis/errors'
20
20
  module Google
21
21
  module Apis
22
22
  module VmmigrationV1alpha1
23
- # VM Migration API
23
+ # Migrate to Virtual Machines API
24
24
  #
25
25
  # Use the Migrate to Virtual Machines API to programmatically migrate workloads.
26
26
  #
@@ -19,13 +19,13 @@ require 'google/apis/vmmigration_v1alpha1/gem_version.rb'
19
19
 
20
20
  module Google
21
21
  module Apis
22
- # VM Migration API
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 VmmigrationV1alpha1
28
- # Version of the VM Migration API this client connects to.
28
+ # Version of the Migrate to Virtual Machines API this client connects to.
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1alpha1'
31
31
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-vmmigration_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.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-09-26 00:00:00.000000000 Z
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 VM Migration API V1alpha1. Simple
34
- REST clients are Ruby client libraries that provide access to Google services via
35
- their HTTP REST API endpoints. These libraries are generated and updated automatically
33
+ description: This is the simple REST client for Migrate to Virtual Machines API V1alpha1.
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
36
  based on the discovery documents published by the service, and they handle most
37
37
  concerns such as authentication, pagination, retry, timeouts, and logging. You can
38
- use this client to access the VM Migration API, but note that some services may
39
- provide a separate modern client that is easier to use.
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_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.19.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1alpha1
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 VM Migration API V1alpha1
81
+ summary: Simple REST client for Migrate to Virtual Machines API V1alpha1
82
82
  test_files: []