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: a40572d001e2cee799f8e5c3bd31fc1e7f58cd3a35d529632393c05e3e99dbb4
4
- data.tar.gz: de17afc69dc7ff3e0513ae7b86bd27b5a9611b8f340d6e164d2ce581f334e491
3
+ metadata.gz: f867ccb6531b2632cfaaa963bdae76ee374df83b9e85457d1a0a9efd48fab6d7
4
+ data.tar.gz: 343b6895bbc078e6941ab1bb3977687d19b002884f80893cb3c060e340227235
5
5
  SHA512:
6
- metadata.gz: 5a82c0e78c5d0d0f7594c0f122cefadec6fad427aa092e15e94ec90a44eeb5450df9a1865ef4156c38ad79723b97d2a3e00ef1535f4c6bbbb63e25c4d1eccf75
7
- data.tar.gz: 5324ccdae3e1a76f99fa317715ade20bbde137d121d25b615ab6e3e0b2e5bfaa0c85e460ef048d342d5df67d3ac9e95ca60d46b949531329ad3c502fe820a606
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.25.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.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221211"
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 requests
133
- # with the same id, then the second request will be ignored. It is recommended
134
- # to always set this value to a UUID. The id must contain only letters (a-z, A-Z)
135
- # , numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40
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 requests
354
- # with the same id, then the second request will be ignored. It is recommended
355
- # to always set this value to a UUID. The id must contain only letters (a-z, A-Z)
356
- # , numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40
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.25.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-04 00:00:00.000000000 Z
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.25.0
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.3.14
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