google-apis-datamigration_v1 0.7.0 → 0.11.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 +4 -4
- data/CHANGELOG.md +16 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/datamigration_v1/classes.rb +8 -2
- data/lib/google/apis/datamigration_v1/gem_version.rb +2 -2
- data/lib/google/apis/datamigration_v1/representations.rb +1 -0
- data/lib/google/apis/datamigration_v1/service.rb +24 -18
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: acaf68b20859e6cbf3da81272aab4fbee574367eaf456959f04bb40e066a99cd
|
4
|
+
data.tar.gz: b09b804b87842b17a85da41a9214bb0ae162a9c41be0284b9d8755049be080d4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72fb612dfd24e9096de16c42e38271e61a754f569178a7763aee1b86979d1f63cc1aa8d26c5ad88789cedc4f522048ec7707b2373420083f6df6581181f3857c
|
7
|
+
data.tar.gz: b39d6f4c9d62cc640a7c1eb1c5d6c314b270319217134bb01c25a5f2c069f22f942943385de04109cf55dd9ddefd9746753c6aea58c0108be4af2cc4cfc254a0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Release history for google-apis-datamigration_v1
|
2
2
|
|
3
|
+
### v0.11.0 (2022-01-11)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220103
|
6
|
+
|
7
|
+
### v0.10.0 (2021-12-14)
|
8
|
+
|
9
|
+
* Unspecified changes
|
10
|
+
|
11
|
+
### v0.9.0 (2021-12-11)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20211201
|
14
|
+
|
15
|
+
### v0.8.0 (2021-10-30)
|
16
|
+
|
17
|
+
* Regenerated from discovery document revision 20211020
|
18
|
+
|
3
19
|
### v0.7.0 (2021-10-23)
|
4
20
|
|
5
21
|
* Regenerated from discovery document revision 20211006
|
data/OVERVIEW.md
CHANGED
@@ -51,7 +51,7 @@ require "google/apis/datamigration_v1"
|
|
51
51
|
client = Google::Apis::DatamigrationV1::DatabaseMigrationServiceService.new
|
52
52
|
|
53
53
|
# Authenticate calls
|
54
|
-
client.
|
54
|
+
client.authorization = # ... use the googleauth gem to create credentials
|
55
55
|
```
|
56
56
|
|
57
57
|
See the class reference docs for information on the methods you can call from a client.
|
@@ -239,6 +239,11 @@ module Google
|
|
239
239
|
attr_accessor :auto_storage_increase
|
240
240
|
alias_method :auto_storage_increase?, :auto_storage_increase
|
241
241
|
|
242
|
+
# The KMS key name used for the csql instance.
|
243
|
+
# Corresponds to the JSON property `cmekKeyName`
|
244
|
+
# @return [String]
|
245
|
+
attr_accessor :cmek_key_name
|
246
|
+
|
242
247
|
# The Cloud SQL default instance level collation.
|
243
248
|
# Corresponds to the JSON property `collation`
|
244
249
|
# @return [String]
|
@@ -326,6 +331,7 @@ module Google
|
|
326
331
|
def update!(**args)
|
327
332
|
@activation_policy = args[:activation_policy] if args.key?(:activation_policy)
|
328
333
|
@auto_storage_increase = args[:auto_storage_increase] if args.key?(:auto_storage_increase)
|
334
|
+
@cmek_key_name = args[:cmek_key_name] if args.key?(:cmek_key_name)
|
329
335
|
@collation = args[:collation] if args.key?(:collation)
|
330
336
|
@data_disk_size_gb = args[:data_disk_size_gb] if args.key?(:data_disk_size_gb)
|
331
337
|
@data_disk_type = args[:data_disk_type] if args.key?(:data_disk_type)
|
@@ -388,7 +394,7 @@ module Google
|
|
388
394
|
attr_accessor :mysql
|
389
395
|
|
390
396
|
# The name of this connection profile resource in the form of projects/`project`/
|
391
|
-
# locations/`location`/connectionProfiles/`
|
397
|
+
# locations/`location`/connectionProfiles/`connectionProfile`.
|
392
398
|
# Corresponds to the JSON property `name`
|
393
399
|
# @return [String]
|
394
400
|
attr_accessor :name
|
@@ -850,7 +856,7 @@ module Google
|
|
850
856
|
attr_accessor :labels
|
851
857
|
|
852
858
|
# The name (URI) of this migration job resource, in the form of: projects/`
|
853
|
-
# project`/locations/`location`/
|
859
|
+
# project`/locations/`location`/migrationJobs/`migrationJob`.
|
854
860
|
# Corresponds to the JSON property `name`
|
855
861
|
# @return [String]
|
856
862
|
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.11.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 = "20220103"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -323,6 +323,7 @@ module Google
|
|
323
323
|
class Representation < Google::Apis::Core::JsonRepresentation
|
324
324
|
property :activation_policy, as: 'activationPolicy'
|
325
325
|
property :auto_storage_increase, as: 'autoStorageIncrease'
|
326
|
+
property :cmek_key_name, as: 'cmekKeyName'
|
326
327
|
property :collation, as: 'collation'
|
327
328
|
property :data_disk_size_gb, :numeric_string => true, as: 'dataDiskSizeGb'
|
328
329
|
property :data_disk_type, as: 'dataDiskType'
|
@@ -243,13 +243,16 @@ module Google
|
|
243
243
|
# REQUIRED: The resource for which the policy is being requested. See the
|
244
244
|
# operation documentation for the appropriate value for this field.
|
245
245
|
# @param [Fixnum] options_requested_policy_version
|
246
|
-
# Optional. The policy
|
247
|
-
# 3. Requests specifying an invalid value will be
|
248
|
-
# policies with any conditional bindings must
|
249
|
-
#
|
250
|
-
# field unset.
|
251
|
-
#
|
252
|
-
#
|
246
|
+
# Optional. The maximum policy version that will be used to format the policy.
|
247
|
+
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
248
|
+
# rejected. Requests for policies with any conditional role bindings must
|
249
|
+
# specify version 3. Policies with no conditional role bindings may specify any
|
250
|
+
# valid value or leave the field unset. The policy in the response might use the
|
251
|
+
# policy version that you specified, or it might use a lower policy version. For
|
252
|
+
# example, if you specify version 3, but the policy has no conditional role
|
253
|
+
# bindings, the response uses version 1. To learn which resources support
|
254
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
255
|
+
# google.com/iam/help/conditions/resource-policies).
|
253
256
|
# @param [String] fields
|
254
257
|
# Selector specifying which fields to include in a partial response.
|
255
258
|
# @param [String] quota_user
|
@@ -278,7 +281,7 @@ module Google
|
|
278
281
|
execute_or_queue_command(command, &block)
|
279
282
|
end
|
280
283
|
|
281
|
-
#
|
284
|
+
# Retrieves a list of all connection profiles in a given project and location.
|
282
285
|
# @param [String] parent
|
283
286
|
# Required. The parent, which owns this collection of connection profiles.
|
284
287
|
# @param [String] filter
|
@@ -291,7 +294,7 @@ module Google
|
|
291
294
|
# example, you could specify **mySql.username = %lt;my_username%gt;** to list
|
292
295
|
# all connection profiles configured to connect with a specific username.
|
293
296
|
# @param [String] order_by
|
294
|
-
#
|
297
|
+
# A comma-separated list of fields to order results according to.
|
295
298
|
# @param [Fixnum] page_size
|
296
299
|
# The maximum number of connection profiles to return. The service may return
|
297
300
|
# fewer than this value. If unspecified, at most 50 connection profiles will be
|
@@ -335,7 +338,7 @@ module Google
|
|
335
338
|
# Update the configuration of a single connection profile.
|
336
339
|
# @param [String] name
|
337
340
|
# The name of this connection profile resource in the form of projects/`project`/
|
338
|
-
# locations/`location`/connectionProfiles/`
|
341
|
+
# locations/`location`/connectionProfiles/`connectionProfile`.
|
339
342
|
# @param [Google::Apis::DatamigrationV1::ConnectionProfile] connection_profile_object
|
340
343
|
# @param [String] request_id
|
341
344
|
# A unique id used to identify the request. If the server receives two requests
|
@@ -605,13 +608,16 @@ module Google
|
|
605
608
|
# REQUIRED: The resource for which the policy is being requested. See the
|
606
609
|
# operation documentation for the appropriate value for this field.
|
607
610
|
# @param [Fixnum] options_requested_policy_version
|
608
|
-
# Optional. The policy
|
609
|
-
# 3. Requests specifying an invalid value will be
|
610
|
-
# policies with any conditional bindings must
|
611
|
-
#
|
612
|
-
# field unset.
|
613
|
-
#
|
614
|
-
#
|
611
|
+
# Optional. The maximum policy version that will be used to format the policy.
|
612
|
+
# Valid values are 0, 1, and 3. Requests specifying an invalid value will be
|
613
|
+
# rejected. Requests for policies with any conditional role bindings must
|
614
|
+
# specify version 3. Policies with no conditional role bindings may specify any
|
615
|
+
# valid value or leave the field unset. The policy in the response might use the
|
616
|
+
# policy version that you specified, or it might use a lower policy version. For
|
617
|
+
# example, if you specify version 3, but the policy has no conditional role
|
618
|
+
# bindings, the response uses version 1. To learn which resources support
|
619
|
+
# conditions in their IAM policies, see the [IAM documentation](https://cloud.
|
620
|
+
# google.com/iam/help/conditions/resource-policies).
|
615
621
|
# @param [String] fields
|
616
622
|
# Selector specifying which fields to include in a partial response.
|
617
623
|
# @param [String] quota_user
|
@@ -698,7 +704,7 @@ module Google
|
|
698
704
|
# Updates the parameters of a single migration job.
|
699
705
|
# @param [String] name
|
700
706
|
# The name (URI) of this migration job resource, in the form of: projects/`
|
701
|
-
# project`/locations/`location`/
|
707
|
+
# project`/locations/`location`/migrationJobs/`migrationJob`.
|
702
708
|
# @param [Google::Apis::DatamigrationV1::MigrationJob] migration_job_object
|
703
709
|
# @param [String] request_id
|
704
710
|
# 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.11.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:
|
11
|
+
date: 2022-01-17 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.11.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.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Database Migration API V1
|