google-apis-datamigration_v1 0.7.0 → 0.8.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: 5ec511b4242c6649da2679f16117a057e0378ad9f6151b23969e64782495e997
|
|
4
|
+
data.tar.gz: c6430cfc67d6f7562a99c421571d0281fd1054b14948b5adb4e905186d3ba81e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8bd19bb08c67fc37b6ae82b3cc0774dff612470948c9e353dfb0b45c20305fb6ae07c749a0363791f7e89a9b76e768347a82e20c20c38d85a26ce084e0b4aac7
|
|
7
|
+
data.tar.gz: 7ddc10bbdef15eab364299dfbceb92e8fec09301786b42d2020621dfe1f16cce4ae1a0f7793abaebc435eead51abd7029d2fcfad87c1a3cc6a8f6d2eddec1bf2
|
data/CHANGELOG.md
CHANGED
|
@@ -388,7 +388,7 @@ module Google
|
|
|
388
388
|
attr_accessor :mysql
|
|
389
389
|
|
|
390
390
|
# The name of this connection profile resource in the form of projects/`project`/
|
|
391
|
-
# locations/`location`/connectionProfiles/`
|
|
391
|
+
# locations/`location`/connectionProfiles/`connectionProfile`.
|
|
392
392
|
# Corresponds to the JSON property `name`
|
|
393
393
|
# @return [String]
|
|
394
394
|
attr_accessor :name
|
|
@@ -850,7 +850,7 @@ module Google
|
|
|
850
850
|
attr_accessor :labels
|
|
851
851
|
|
|
852
852
|
# The name (URI) of this migration job resource, in the form of: projects/`
|
|
853
|
-
# project`/locations/`location`/
|
|
853
|
+
# project`/locations/`location`/migrationJobs/`migrationJob`.
|
|
854
854
|
# Corresponds to the JSON property `name`
|
|
855
855
|
# @return [String]
|
|
856
856
|
attr_accessor :name
|
|
@@ -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.8.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20211020"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -335,7 +335,7 @@ module Google
|
|
|
335
335
|
# Update the configuration of a single connection profile.
|
|
336
336
|
# @param [String] name
|
|
337
337
|
# The name of this connection profile resource in the form of projects/`project`/
|
|
338
|
-
# locations/`location`/connectionProfiles/`
|
|
338
|
+
# locations/`location`/connectionProfiles/`connectionProfile`.
|
|
339
339
|
# @param [Google::Apis::DatamigrationV1::ConnectionProfile] connection_profile_object
|
|
340
340
|
# @param [String] request_id
|
|
341
341
|
# A unique id used to identify the request. If the server receives two requests
|
|
@@ -698,7 +698,7 @@ module Google
|
|
|
698
698
|
# Updates the parameters of a single migration job.
|
|
699
699
|
# @param [String] name
|
|
700
700
|
# The name (URI) of this migration job resource, in the form of: projects/`
|
|
701
|
-
# project`/locations/`location`/
|
|
701
|
+
# project`/locations/`location`/migrationJobs/`migrationJob`.
|
|
702
702
|
# @param [Google::Apis::DatamigrationV1::MigrationJob] migration_job_object
|
|
703
703
|
# @param [String] request_id
|
|
704
704
|
# A unique id used to identify the request. If the server receives two requests
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.8.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: 2021-
|
|
11
|
+
date: 2021-11-01 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-datamigration_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.8.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamigration_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|