google-apis-vmmigration_v1 0.22.0 → 0.23.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/lib/google/apis/vmmigration_v1/classes.rb +6 -5
- data/lib/google/apis/vmmigration_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 304fb34dfc399ff5ed67827275572c7fc574ab28a48cb0d5dcef88e0f07a5544
|
|
4
|
+
data.tar.gz: c5e08baca21bc45e6775863e72f955e584ae9d1622670d3e28360bcbce941aa2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 91c6077c8a21113c6058eac4d240f2ab8872c1736654aaf45747bfcfc9560e642f3586263294995faadd1d791f1e2ebae6881b06b4c6c3aebdb2edac36949a70
|
|
7
|
+
data.tar.gz: cd0797bf074ec502825621a6ed76f7ffd822ff734a590d0f16b83263f3bd70dd963b384301c460bf14f19e5576dbe5ba390b096350defb77ad0367dff6a00341
|
data/CHANGELOG.md
CHANGED
|
@@ -497,7 +497,7 @@ module Google
|
|
|
497
497
|
# @return [Array<String>]
|
|
498
498
|
attr_accessor :network_tags
|
|
499
499
|
|
|
500
|
-
# The
|
|
500
|
+
# The Google Cloud target project ID or project name.
|
|
501
501
|
# Corresponds to the JSON property `project`
|
|
502
502
|
# @return [String]
|
|
503
503
|
attr_accessor :project
|
|
@@ -778,9 +778,10 @@ module Google
|
|
|
778
778
|
end
|
|
779
779
|
end
|
|
780
780
|
|
|
781
|
-
# DatacenterConnector message describes a connector between the Source and
|
|
782
|
-
# which is installed on a vmware datacenter (an OVA vm installed
|
|
783
|
-
# connect the Datacenter to
|
|
781
|
+
# DatacenterConnector message describes a connector between the Source and
|
|
782
|
+
# Google Cloud, which is installed on a vmware datacenter (an OVA vm installed
|
|
783
|
+
# by the user) to connect the Datacenter to Google Cloud and support vm
|
|
784
|
+
# migration data transfer.
|
|
784
785
|
class DatacenterConnector
|
|
785
786
|
include Google::Apis::Core::Hashable
|
|
786
787
|
|
|
@@ -803,7 +804,7 @@ module Google
|
|
|
803
804
|
attr_accessor :available_versions
|
|
804
805
|
|
|
805
806
|
# Output only. The communication channel between the datacenter connector and
|
|
806
|
-
#
|
|
807
|
+
# Google Cloud.
|
|
807
808
|
# Corresponds to the JSON property `bucket`
|
|
808
809
|
# @return [String]
|
|
809
810
|
attr_accessor :bucket
|
|
@@ -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.23.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.11.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20221213"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.23.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:
|
|
11
|
+
date: 2023-01-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -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.23.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: []
|