google-apis-datamigration_v1 0.76.0 → 0.77.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: 33aa74d2ff65483d3dbd4f17b36c6691b26cbeb449a1826a79c0f284314eb15c
|
4
|
+
data.tar.gz: 8b820b922a273d2116cfc9956f3b08559cb4c9bf5f21580a5fa2dcdb1eeed785
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 425658900576f2441f4967d20f44ffb93ab7c8e278f716fc13fd1618cbba7d6286b6b1422813159a122072c848f6eb079ff9b59596abd33ab54fa131c385fa45
|
7
|
+
data.tar.gz: f578be5c39c122c1bbb376e9d89db5790cd303f15fb08956379d5f040433640c1bb55c62416d29e3f82c48d0e9e7534ee2e90e88402382725846fd691dcb77f6
|
data/CHANGELOG.md
CHANGED
@@ -2232,6 +2232,12 @@ module Google
|
|
2232
2232
|
# @return [String]
|
2233
2233
|
attr_accessor :end_time
|
2234
2234
|
|
2235
|
+
# Output only. Additional metadata that is returned by the backend for the
|
2236
|
+
# operation.
|
2237
|
+
# Corresponds to the JSON property `metadata`
|
2238
|
+
# @return [Hash<String,String>]
|
2239
|
+
attr_accessor :metadata
|
2240
|
+
|
2235
2241
|
# Output only. Identifies whether the user has requested cancellation of the
|
2236
2242
|
# operation. Operations that have successfully been cancelled have google.
|
2237
2243
|
# longrunning.Operation.error value with a google.rpc.Status.code of 1,
|
@@ -2265,6 +2271,7 @@ module Google
|
|
2265
2271
|
@api_version = args[:api_version] if args.key?(:api_version)
|
2266
2272
|
@create_time = args[:create_time] if args.key?(:create_time)
|
2267
2273
|
@end_time = args[:end_time] if args.key?(:end_time)
|
2274
|
+
@metadata = args[:metadata] if args.key?(:metadata)
|
2268
2275
|
@requested_cancellation = args[:requested_cancellation] if args.key?(:requested_cancellation)
|
2269
2276
|
@status_message = args[:status_message] if args.key?(:status_message)
|
2270
2277
|
@target = args[:target] if args.key?(:target)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DatamigrationV1
|
18
18
|
# Version of the google-apis-datamigration_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.77.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 = "20250521"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1495,6 +1495,7 @@ module Google
|
|
1495
1495
|
property :api_version, as: 'apiVersion'
|
1496
1496
|
property :create_time, as: 'createTime'
|
1497
1497
|
property :end_time, as: 'endTime'
|
1498
|
+
hash :metadata, as: 'metadata'
|
1498
1499
|
property :requested_cancellation, as: 'requestedCancellation'
|
1499
1500
|
property :status_message, as: 'statusMessage'
|
1500
1501
|
property :target, as: 'target'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-datamigration_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.77.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-datamigration_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.77.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamigration_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|