google-apis-vmmigration_v1 0.62.0 → 0.63.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 +1 -1
- data/lib/google/apis/vmmigration_v1/gem_version.rb +2 -2
- 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: 412491f9822f0e6af5346c638bccdcc03d68e8140c4e5a4a1e25f8b8d644f38f
|
4
|
+
data.tar.gz: a22c48bc9cc3cc78c2cfc19fdeb174c22518d7dc13b99c54893acc7c34f50685
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c6e6d42ce24679cefe2c5e813681c11a5d6094573e34332f9c8b6a655b205ec8f028bab503967df7ebcad3d3ba0fc1c69e4e752513dd801fd1fdf000f979487
|
7
|
+
data.tar.gz: b952a89c74945bc6425d9de60a676864cb9ce1c060d976dc612d514399e3468d4f73770dc9f776fe4b29236226d342f6f1ec739b70bd443f1d8d50f3f92090e1
|
data/CHANGELOG.md
CHANGED
@@ -1199,7 +1199,7 @@ module Google
|
|
1199
1199
|
attr_accessor :secure_boot
|
1200
1200
|
alias_method :secure_boot?, :secure_boot
|
1201
1201
|
|
1202
|
-
# The service account to associate the VM with.
|
1202
|
+
# Optional. The service account to associate the VM with.
|
1203
1203
|
# Corresponds to the JSON property `serviceAccount`
|
1204
1204
|
# @return [String]
|
1205
1205
|
attr_accessor :service_account
|
@@ -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.63.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250717"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.63.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.63.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|