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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9b9638a8830f2abbfe6a347857f89299fe8c382bec5a87193c4358dfc4f4d092
4
- data.tar.gz: 5d2ebd79c9a107c2d11f939b79e378597c6b19c6fc0b65e01c9cd314c877f0af
3
+ metadata.gz: bd8cd5677614e22859339a0ed50dfc7b9406349c08f773a62d6673fc6ae6171e
4
+ data.tar.gz: ca2b1f4055486ec7bbfbf1a5a50bd9cc2c85427208cf3af4d8c18e4f00539aee
5
5
  SHA512:
6
- metadata.gz: 81eaeff1fc3f92fd424a4011f87478627e400e99e0f3f5ab94718da848d7fbefe0da28db3352def4692cb237d56e72be9eb56b8d8f2a59b8a9898e89f8bbe85a
7
- data.tar.gz: c04f4b69f24c95fc892a7ada58c648ef192413660dfc147e9448143b9fd174a56d5554256c0e7619b8acdf2d71133b7416eb7d914426922ab3fc387349fb98cb
6
+ metadata.gz: aa3d3c13810ee1f02f87cdc4c40e4070190eff1dd8ce925fdf244578a62cfae24ff6fe09829640338fdba0a88e3da0e1311581253ae502f8317fb843bea6b96f
7
+ data.tar.gz: feb3b7b9ab7ad44b1efb1595a4257419f2af0dd4182e914b3c7950373229ab40f54681f75880acd7675727eedb6e28dde1c672882c5177b188bd41bb98815fa7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-vmmigration_v1
2
2
 
3
+ ### v0.20.0 (2022-09-29)
4
+
5
+ * Regenerated from discovery document revision 20220922
6
+
3
7
  ### v0.19.0 (2022-09-21)
4
8
 
5
9
  * Regenerated using generator version 0.10.0
data/OVERVIEW.md CHANGED
@@ -1,6 +1,6 @@
1
- # Simple REST client for version V1 of the VM Migration API
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 VM Migration API. It provides:
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 VM Migration API, see the {Google::Apis::VmmigrationV1::VMMigrationServiceService class reference docs}.
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.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 = "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 VmmigrationV1
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_v1/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 VmmigrationV1
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 = '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.19.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-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 V1. Simple REST clients
34
- are Ruby client libraries that provide access to Google services via their HTTP
35
- REST API endpoints. These libraries are generated and updated automatically based
36
- on the discovery documents published by the service, and they handle most concerns
37
- such as authentication, pagination, retry, timeouts, and logging. You can use this
38
- client to access the VM Migration API, but note that some services may provide a
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.19.0
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 VM Migration API V1
81
+ summary: Simple REST client for Migrate to Virtual Machines API V1
82
82
  test_files: []