google-apis-migrationcenter_v1 0.35.0 → 0.36.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: fca748875d68095831292abb1d0c12584219482c29172a41dbf3b9f845a3f444
|
|
4
|
+
data.tar.gz: aa6a83abd8299bce975ca0d748b1eff43291043ca05eb467aacdf8a95430a953
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 800e5b2d1315702ee78f6c4f95c8fa581b0aad207ce298d43a04231163f62532d128bbae3086e148c999c83cf522261a2a340e4e48801ec6e6de20ce332e2ef0
|
|
7
|
+
data.tar.gz: '0293a76fd183dca9d04c812294983bde62f0bf2df5c62beb699d88cdbf48e1d6b27c4c4b76612c8c450460cda78c92b6a8f91e382c95da53a1e5cb095d892905'
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module MigrationcenterV1
|
|
18
18
|
# Version of the google-apis-migrationcenter_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.36.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
|
|
@@ -2162,8 +2162,8 @@ module Google
|
|
|
2162
2162
|
# Required. User specified ID for the report config. It will become the last
|
|
2163
2163
|
# component of the report config name. The ID must be unique within the project,
|
|
2164
2164
|
# must conform with RFC-1034, is restricted to lower-cased letters, and has a
|
|
2165
|
-
# maximum length of 63 characters. The ID must match the regular expression: [a-
|
|
2166
|
-
# z]([a-z0-9-]`0,61`[a-z0-9])
|
|
2165
|
+
# maximum length of 63 characters. The ID must match the regular expression: `[a-
|
|
2166
|
+
# z]([a-z0-9-]`0,61`[a-z0-9])?`.
|
|
2167
2167
|
# @param [String] request_id
|
|
2168
2168
|
# Optional. An optional request ID to identify requests. Specify a unique
|
|
2169
2169
|
# request ID so that if you must retry your request, the server will know to
|
|
@@ -2334,8 +2334,8 @@ module Google
|
|
|
2334
2334
|
# Required. User specified id for the report. It will become the last component
|
|
2335
2335
|
# of the report name. The id must be unique within the project, must conform
|
|
2336
2336
|
# with RFC-1034, is restricted to lower-cased letters, and has a maximum length
|
|
2337
|
-
# of 63 characters. The id must match the regular expression: [a-z]([a-z0-9-]`0,
|
|
2338
|
-
# 61`[a-z0-9])
|
|
2337
|
+
# of 63 characters. The id must match the regular expression: `[a-z]([a-z0-9-]`0,
|
|
2338
|
+
# 61`[a-z0-9])?`.
|
|
2339
2339
|
# @param [String] request_id
|
|
2340
2340
|
# Optional. An optional request ID to identify requests. Specify a unique
|
|
2341
2341
|
# 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_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.36.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_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1/v0.36.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|