google-apis-datamigration_v1 0.25.0 → 0.27.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: f867ccb6531b2632cfaaa963bdae76ee374df83b9e85457d1a0a9efd48fab6d7
|
4
|
+
data.tar.gz: 343b6895bbc078e6941ab1bb3977687d19b002884f80893cb3c060e340227235
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8af645de311bcab68f2cc0bf85b6541bd46dbcfd037eed75c1393a3f63e04df5fa2851dcf8e44b60cc16b4043e4021971c0d4382d1fd90996290a997b6c3a915
|
7
|
+
data.tar.gz: 03d3580d9f94bbc540acddbdd95079c3705cbeda1ac81ee02124a324326692fd7740e825630704c5e31d3bc972fa313764a802f2c303f2a42d54f09a8a8371cf
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-datamigration_v1
|
2
2
|
|
3
|
+
### v0.27.0 (2023-01-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230105
|
6
|
+
|
7
|
+
### v0.26.0 (2023-01-08)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20221220
|
10
|
+
* Regenerated using generator version 0.11.1
|
11
|
+
|
3
12
|
### v0.25.0 (2022-12-15)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20221211
|
@@ -675,7 +675,7 @@ module Google
|
|
675
675
|
class CommitConversionWorkspaceRequest
|
676
676
|
include Google::Apis::Core::Hashable
|
677
677
|
|
678
|
-
# Optional name of the commit.
|
678
|
+
# Optional. Optional name of the commit.
|
679
679
|
# Corresponds to the JSON property `commitName`
|
680
680
|
# @return [String]
|
681
681
|
attr_accessor :commit_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.27.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.11.
|
22
|
+
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230105"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -129,11 +129,11 @@ module Google
|
|
129
129
|
# @param [String] connection_profile_id
|
130
130
|
# Required. The connection profile identifier.
|
131
131
|
# @param [String] request_id
|
132
|
-
# A unique id used to identify the request. If the server receives two
|
133
|
-
# with the same id, then the second request will be ignored. It is
|
134
|
-
# to always set this value to a UUID. The id must contain only
|
135
|
-
# , numbers (0-9), underscores (_), and hyphens (-). The
|
136
|
-
# characters.
|
132
|
+
# Optional. A unique id used to identify the request. If the server receives two
|
133
|
+
# requests with the same id, then the second request will be ignored. It is
|
134
|
+
# recommended to always set this value to a UUID. The id must contain only
|
135
|
+
# letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The
|
136
|
+
# maximum length is 40 characters.
|
137
137
|
# @param [Boolean] skip_validation
|
138
138
|
# Optional. Create the connection profile without validating it. The default is
|
139
139
|
# false. Only supported for Oracle connection profiles.
|
@@ -350,11 +350,11 @@ module Google
|
|
350
350
|
# locations/`location`/connectionProfiles/`connectionProfile`.
|
351
351
|
# @param [Google::Apis::DatamigrationV1::ConnectionProfile] connection_profile_object
|
352
352
|
# @param [String] request_id
|
353
|
-
# A unique id used to identify the request. If the server receives two
|
354
|
-
# with the same id, then the second request will be ignored. It is
|
355
|
-
# to always set this value to a UUID. The id must contain only
|
356
|
-
# , numbers (0-9), underscores (_), and hyphens (-). The
|
357
|
-
# characters.
|
353
|
+
# Optional. A unique id used to identify the request. If the server receives two
|
354
|
+
# requests with the same id, then the second request will be ignored. It is
|
355
|
+
# recommended to always set this value to a UUID. The id must contain only
|
356
|
+
# letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The
|
357
|
+
# maximum length is 40 characters.
|
358
358
|
# @param [Boolean] skip_validation
|
359
359
|
# Optional. Update the connection profile without validating it. The default is
|
360
360
|
# false. Only supported for Oracle connection profiles.
|
@@ -661,7 +661,7 @@ module Google
|
|
661
661
|
# in the form of: projects/`project`/locations/`location`/conversionWorkspaces/`
|
662
662
|
# conversion_workspace`.
|
663
663
|
# @param [String] commit_id
|
664
|
-
# Optional filter to request a specific commit id
|
664
|
+
# Optional. Optional filter to request a specific commit id
|
665
665
|
# @param [String] fields
|
666
666
|
# Selector specifying which fields to include in a partial response.
|
667
667
|
# @param [String] quota_user
|
@@ -1761,6 +1761,8 @@ module Google
|
|
1761
1761
|
# recommended to always set this value to a UUID. The id must contain only
|
1762
1762
|
# letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The
|
1763
1763
|
# maximum length is 40 characters.
|
1764
|
+
# @param [Boolean] skip_validation
|
1765
|
+
# Optional. If set to true, will skip validations.
|
1764
1766
|
# @param [String] fields
|
1765
1767
|
# Selector specifying which fields to include in a partial response.
|
1766
1768
|
# @param [String] quota_user
|
@@ -1778,7 +1780,7 @@ module Google
|
|
1778
1780
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1779
1781
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1780
1782
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1781
|
-
def create_project_location_private_connection(parent, private_connection_object = nil, private_connection_id: nil, request_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1783
|
+
def create_project_location_private_connection(parent, private_connection_object = nil, private_connection_id: nil, request_id: nil, skip_validation: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1782
1784
|
command = make_simple_command(:post, 'v1/{+parent}/privateConnections', options)
|
1783
1785
|
command.request_representation = Google::Apis::DatamigrationV1::PrivateConnection::Representation
|
1784
1786
|
command.request_object = private_connection_object
|
@@ -1787,6 +1789,7 @@ module Google
|
|
1787
1789
|
command.params['parent'] = parent unless parent.nil?
|
1788
1790
|
command.query['privateConnectionId'] = private_connection_id unless private_connection_id.nil?
|
1789
1791
|
command.query['requestId'] = request_id unless request_id.nil?
|
1792
|
+
command.query['skipValidation'] = skip_validation unless skip_validation.nil?
|
1790
1793
|
command.query['fields'] = fields unless fields.nil?
|
1791
1794
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1792
1795
|
execute_or_queue_command(command, &block)
|
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.27.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: 2023-01-
|
11
|
+
date: 2023-01-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-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.27.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: []
|
@@ -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.
|
78
|
+
rubygems_version: 3.4.2
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Database Migration API V1
|