google-apis-datamigration_v1 0.7.0 → 0.8.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: d27d4c03d97a4aa404630dd8d93af3cfcfb3ea0111d30c8f52727e992e4741a8
4
- data.tar.gz: fedac90d8fc4b16d2e5cd7ce5e9b39b798b6ea92b4a40188fd50995019ca2c9d
3
+ metadata.gz: 5ec511b4242c6649da2679f16117a057e0378ad9f6151b23969e64782495e997
4
+ data.tar.gz: c6430cfc67d6f7562a99c421571d0281fd1054b14948b5adb4e905186d3ba81e
5
5
  SHA512:
6
- metadata.gz: c665fc20560a39e86ff269ba06e47cd71245fb6ea5025d471079cb137eb86e2a56e89ad77d84bdb262939e72f2fe2ad2953bb788c42a8ffb7aa75cbb02289679
7
- data.tar.gz: db837dabb70355b885680a02a66b87f61cc8595b78e15d49d7ff6e0c0a3414f8541e158b9120d219e4cce1080984fbe9562c018bdc607f9569e3c8dee7548824
6
+ metadata.gz: 8bd19bb08c67fc37b6ae82b3cc0774dff612470948c9e353dfb0b45c20305fb6ae07c749a0363791f7e89a9b76e768347a82e20c20c38d85a26ce084e0b4aac7
7
+ data.tar.gz: 7ddc10bbdef15eab364299dfbceb92e8fec09301786b42d2020621dfe1f16cce4ae1a0f7793abaebc435eead51abd7029d2fcfad87c1a3cc6a8f6d2eddec1bf2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datamigration_v1
2
2
 
3
+ ### v0.8.0 (2021-10-30)
4
+
5
+ * Regenerated from discovery document revision 20211020
6
+
3
7
  ### v0.7.0 (2021-10-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20211006
@@ -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/`instance`.
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`/instances/`instance`.
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.7.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 = "20211006"
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/`instance`.
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`/instances/`instance`.
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.7.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-10-27 00:00:00.000000000 Z
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.7.0
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: []