google-apis-migrationcenter_v1alpha1 0.34.0 → 0.35.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bee62636d845e0866a26ed6bdfeb7d5b1fc55ba2fadb296e17bf1d0fdbbfe42c
|
4
|
+
data.tar.gz: 4e9f63fd8829444f2594281f3b59d9b382ee12cb6a0c9a028a757f6e5513239e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ec89fa17adb8c52b83f2c740d24b393c1c99188e5d7e0fad8348f4732e0edd86e2535e073fe130c1b2eb0c27887367c14022fdf846ac8a7e500d51c163550020
|
7
|
+
data.tar.gz: 5a26223fe12a9821d502d30e6aae1451903068c7f4e273a97010f98f47391a0797ce0aa60ad5f6eab0cb74436a885b1b7554ae689c24bbefcff4c90550bc7fab
|
data/CHANGELOG.md
CHANGED
@@ -7222,12 +7222,12 @@ module Google
|
|
7222
7222
|
class TimeZone
|
7223
7223
|
include Google::Apis::Core::Hashable
|
7224
7224
|
|
7225
|
-
# IANA Time Zone Database time zone
|
7225
|
+
# IANA Time Zone Database time zone. For example "America/New_York".
|
7226
7226
|
# Corresponds to the JSON property `id`
|
7227
7227
|
# @return [String]
|
7228
7228
|
attr_accessor :id
|
7229
7229
|
|
7230
|
-
# Optional. IANA Time Zone Database version number
|
7230
|
+
# Optional. IANA Time Zone Database version number. For example "2019a".
|
7231
7231
|
# Corresponds to the JSON property `version`
|
7232
7232
|
# @return [String]
|
7233
7233
|
attr_accessor :version
|
@@ -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.35.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241205"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1703,8 +1703,8 @@ module Google
|
|
1703
1703
|
# Clients can use Operations.GetOperation or other methods to check whether the
|
1704
1704
|
# cancellation succeeded or whether the operation completed despite cancellation.
|
1705
1705
|
# On successful cancellation, the operation is not deleted; instead, it becomes
|
1706
|
-
# an operation with an Operation.error value with a google.rpc.Status.code of 1
|
1707
|
-
# corresponding to `Code.CANCELLED`.
|
1706
|
+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
|
1707
|
+
# , corresponding to `Code.CANCELLED`.
|
1708
1708
|
# @param [String] name
|
1709
1709
|
# The name of the operation resource to be cancelled.
|
1710
1710
|
# @param [Google::Apis::MigrationcenterV1alpha1::CancelOperationRequest] cancel_operation_request_object
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.35.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: 2024-12-
|
11
|
+
date: 2024-12-15 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-migrationcenter_v1alpha1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-migrationcenter_v1alpha1/v0.35.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-migrationcenter_v1alpha1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Migration Center API V1alpha1
|