google-apis-migrationcenter_v1alpha1 0.60.0 → 0.61.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 368325f5ea3a277b5eb980122fa439db8841f165d0a22483fda508338753149a
|
|
4
|
+
data.tar.gz: aa05c10f594120424b039431c821b47be059481a600df8a054d115ea30696953
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9892c5afb6c17c18bf09962f30431e0bc2e6bd9de0e15659b3a02f4cfe375d48892c814435a390cc634541310ad0529933d44f22b5c5af345b1637d0b81ecbe5
|
|
7
|
+
data.tar.gz: 813b8c3f71c26b19e6f4b62e42a4d082003a15b58e4738f4ad080e52ffd28c4ad299667cf4a0935776b6502075a4dcbdc3f6ea17c14db69b720b9a7667466aa4
|
data/CHANGELOG.md
CHANGED
|
@@ -2295,8 +2295,8 @@ module Google
|
|
|
2295
2295
|
# @return [String]
|
|
2296
2296
|
attr_accessor :series
|
|
2297
2297
|
|
|
2298
|
-
# Output only. Whether simultaneous multithreading is enabled
|
|
2299
|
-
# google.com/compute/docs/instances/set-threads-per-core
|
|
2298
|
+
# Output only. Whether simultaneous multithreading is enabled. See https://cloud.
|
|
2299
|
+
# google.com/compute/docs/instances/set-threads-per-core.
|
|
2300
2300
|
# Corresponds to the JSON property `smtEnabled`
|
|
2301
2301
|
# @return [Boolean]
|
|
2302
2302
|
attr_accessor :smt_enabled
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module MigrationcenterV1alpha1
|
|
18
18
|
# Version of the google-apis-migrationcenter_v1alpha1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.61.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260730"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2156,8 +2156,8 @@ module Google
|
|
|
2156
2156
|
# Required. User specified ID for the report config. It will become the last
|
|
2157
2157
|
# component of the report config name. The ID must be unique within the project,
|
|
2158
2158
|
# must conform with RFC-1034, is restricted to lower-cased letters, and has a
|
|
2159
|
-
# maximum length of 63 characters. The ID must match the regular expression: [a-
|
|
2160
|
-
# z]([a-z0-9-]`0,61`[a-z0-9])
|
|
2159
|
+
# maximum length of 63 characters. The ID must match the regular expression: `[a-
|
|
2160
|
+
# z]([a-z0-9-]`0,61`[a-z0-9])?`.
|
|
2161
2161
|
# @param [String] request_id
|
|
2162
2162
|
# Optional. An optional request ID to identify requests. Specify a unique
|
|
2163
2163
|
# request ID so that if you must retry your request, the server will know to
|
|
@@ -2328,8 +2328,8 @@ module Google
|
|
|
2328
2328
|
# Required. User specified id for the report. It will become the last component
|
|
2329
2329
|
# of the report name. The id must be unique within the project, must conform
|
|
2330
2330
|
# with RFC-1034, is restricted to lower-cased letters, and has a maximum length
|
|
2331
|
-
# of 63 characters. The id must match the regular expression: [a-z]([a-z0-9-]`0,
|
|
2332
|
-
# 61`[a-z0-9])
|
|
2331
|
+
# of 63 characters. The id must match the regular expression: `[a-z]([a-z0-9-]`0,
|
|
2332
|
+
# 61`[a-z0-9])?`.
|
|
2333
2333
|
# @param [String] request_id
|
|
2334
2334
|
# Optional. An optional request ID to identify requests. Specify a unique
|
|
2335
2335
|
# request ID so that if you must retry your request, the server will know to
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-migrationcenter_v1alpha1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.61.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-migrationcenter_v1alpha1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.61.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1alpha1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|