google-apis-datamigration_v1 0.89.0 → 0.91.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: dbada7ea985700303f3c8375229c8ae351bb9a4eb382fd353dfe9f15ceb745b6
|
|
4
|
+
data.tar.gz: 060fb468d80a3b3bb132a9d6322e00d9fc05de293438b69fe28d08ab11fcb01a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3af60921f23a9078edfb023ae145a4932af096f54886e2cafaf734042869fd08cfc115ddbc164a594115880c0c801541d665bf42520b94677079a35a8d2edb78
|
|
7
|
+
data.tar.gz: 31d35b5e1bd37a73b8654b3f37bfda71267db2e5e0888d1f3324a83033c819f069b082ec99b0db175d502cd6711f2cd0ff98990a664d18692da64e063e09ee96
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-datamigration_v1
|
|
2
2
|
|
|
3
|
+
### v0.91.0 (2026-07-26)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260718
|
|
6
|
+
|
|
7
|
+
### v0.90.0 (2026-07-05)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260620
|
|
10
|
+
|
|
3
11
|
### v0.89.0 (2026-06-14)
|
|
4
12
|
|
|
5
13
|
* Regenerated using generator version 0.19.0
|
|
@@ -2034,7 +2034,7 @@ module Google
|
|
|
2034
2034
|
# @return [Hash<String,String>]
|
|
2035
2035
|
attr_accessor :metadata
|
|
2036
2036
|
|
|
2037
|
-
# The reason
|
|
2037
|
+
# The reason for the error. This is a constant value that identifies the
|
|
2038
2038
|
# proximate cause of the error. Error reasons are unique within a particular
|
|
2039
2039
|
# domain of errors. This should be at most 63 characters and match a regular
|
|
2040
2040
|
# expression of `A-Z+[A-Z0-9]`, which represents UPPER_SNAKE_CASE.
|
|
@@ -2167,7 +2167,7 @@ module Google
|
|
|
2167
2167
|
# @return [Google::Apis::DatamigrationV1::LocalizedMessage]
|
|
2168
2168
|
attr_accessor :localized_message
|
|
2169
2169
|
|
|
2170
|
-
# The reason
|
|
2170
|
+
# The reason for the field-level error. This is a constant value that identifies
|
|
2171
2171
|
# the proximate cause of the field-level error. It should uniquely identify the
|
|
2172
2172
|
# type of the FieldViolation within the scope of the google.rpc.ErrorInfo.domain.
|
|
2173
2173
|
# This should be at most 63 characters and match a regular expression of `A-Z+[
|
|
@@ -3168,9 +3168,10 @@ module Google
|
|
|
3168
3168
|
# @return [String]
|
|
3169
3169
|
attr_accessor :rule_scope
|
|
3170
3170
|
|
|
3171
|
-
# Options to configure rule type SetTablePrimaryKey. The rule is
|
|
3172
|
-
# the columns and name to configure/alter the primary key of a
|
|
3173
|
-
# filter field can refer to one entity. The rule scope can be
|
|
3171
|
+
# Deprecated: Options to configure rule type SetTablePrimaryKey. The rule is
|
|
3172
|
+
# used to specify the columns and name to configure/alter the primary key of a
|
|
3173
|
+
# table. The rule filter field can refer to one entity. The rule scope can be
|
|
3174
|
+
# one of: Table.
|
|
3174
3175
|
# Corresponds to the JSON property `setTablePrimaryKey`
|
|
3175
3176
|
# @return [Google::Apis::DatamigrationV1::SetTablePrimaryKey]
|
|
3176
3177
|
attr_accessor :set_table_primary_key
|
|
@@ -3421,6 +3422,11 @@ module Google
|
|
|
3421
3422
|
# @return [Hash<String,String>]
|
|
3422
3423
|
attr_accessor :labels
|
|
3423
3424
|
|
|
3425
|
+
# Configuration for MySQL to MySQL migrations.
|
|
3426
|
+
# Corresponds to the JSON property `mysqlHomogeneousConfig`
|
|
3427
|
+
# @return [Google::Apis::DatamigrationV1::MySqlHomogeneousConfig]
|
|
3428
|
+
attr_accessor :mysql_homogeneous_config
|
|
3429
|
+
|
|
3424
3430
|
# The name (URI) of this migration job resource, in the form of: projects/`
|
|
3425
3431
|
# project`/locations/`location`/migrationJobs/`migrationJob`.
|
|
3426
3432
|
# Corresponds to the JSON property `name`
|
|
@@ -3566,6 +3572,7 @@ module Google
|
|
|
3566
3572
|
@error = args[:error] if args.key?(:error)
|
|
3567
3573
|
@filter = args[:filter] if args.key?(:filter)
|
|
3568
3574
|
@labels = args[:labels] if args.key?(:labels)
|
|
3575
|
+
@mysql_homogeneous_config = args[:mysql_homogeneous_config] if args.key?(:mysql_homogeneous_config)
|
|
3569
3576
|
@name = args[:name] if args.key?(:name)
|
|
3570
3577
|
@objects_config = args[:objects_config] if args.key?(:objects_config)
|
|
3571
3578
|
@oracle_to_postgres_config = args[:oracle_to_postgres_config] if args.key?(:oracle_to_postgres_config)
|
|
@@ -3881,6 +3888,26 @@ module Google
|
|
|
3881
3888
|
end
|
|
3882
3889
|
end
|
|
3883
3890
|
|
|
3891
|
+
# Configuration for MySQL to MySQL migrations.
|
|
3892
|
+
class MySqlHomogeneousConfig
|
|
3893
|
+
include Google::Apis::Core::Hashable
|
|
3894
|
+
|
|
3895
|
+
# Optional. Whether the destination for the migration job is a primary instance.
|
|
3896
|
+
# Corresponds to the JSON property `isPrimaryDestination`
|
|
3897
|
+
# @return [Boolean]
|
|
3898
|
+
attr_accessor :is_primary_destination
|
|
3899
|
+
alias_method :is_primary_destination?, :is_primary_destination
|
|
3900
|
+
|
|
3901
|
+
def initialize(**args)
|
|
3902
|
+
update!(**args)
|
|
3903
|
+
end
|
|
3904
|
+
|
|
3905
|
+
# Update properties of this object
|
|
3906
|
+
def update!(**args)
|
|
3907
|
+
@is_primary_destination = args[:is_primary_destination] if args.key?(:is_primary_destination)
|
|
3908
|
+
end
|
|
3909
|
+
end
|
|
3910
|
+
|
|
3884
3911
|
# This resource represents a long-running operation that is the result of a
|
|
3885
3912
|
# network API call.
|
|
3886
3913
|
class Operation
|
|
@@ -5453,9 +5480,10 @@ module Google
|
|
|
5453
5480
|
end
|
|
5454
5481
|
end
|
|
5455
5482
|
|
|
5456
|
-
# Options to configure rule type SetTablePrimaryKey. The rule is
|
|
5457
|
-
# the columns and name to configure/alter the primary key of a
|
|
5458
|
-
# filter field can refer to one entity. The rule scope can be
|
|
5483
|
+
# Deprecated: Options to configure rule type SetTablePrimaryKey. The rule is
|
|
5484
|
+
# used to specify the columns and name to configure/alter the primary key of a
|
|
5485
|
+
# table. The rule filter field can refer to one entity. The rule scope can be
|
|
5486
|
+
# one of: Table.
|
|
5459
5487
|
class SetTablePrimaryKey
|
|
5460
5488
|
include Google::Apis::Core::Hashable
|
|
5461
5489
|
|
|
@@ -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.91.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260718"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -544,6 +544,12 @@ module Google
|
|
|
544
544
|
include Google::Apis::Core::JsonObjectSupport
|
|
545
545
|
end
|
|
546
546
|
|
|
547
|
+
class MySqlHomogeneousConfig
|
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
549
|
+
|
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
551
|
+
end
|
|
552
|
+
|
|
547
553
|
class Operation
|
|
548
554
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
549
555
|
|
|
@@ -1941,6 +1947,8 @@ module Google
|
|
|
1941
1947
|
|
|
1942
1948
|
property :filter, as: 'filter'
|
|
1943
1949
|
hash :labels, as: 'labels'
|
|
1950
|
+
property :mysql_homogeneous_config, as: 'mysqlHomogeneousConfig', class: Google::Apis::DatamigrationV1::MySqlHomogeneousConfig, decorator: Google::Apis::DatamigrationV1::MySqlHomogeneousConfig::Representation
|
|
1951
|
+
|
|
1944
1952
|
property :name, as: 'name'
|
|
1945
1953
|
property :objects_config, as: 'objectsConfig', class: Google::Apis::DatamigrationV1::MigrationJobObjectsConfig, decorator: Google::Apis::DatamigrationV1::MigrationJobObjectsConfig::Representation
|
|
1946
1954
|
|
|
@@ -2049,6 +2057,13 @@ module Google
|
|
|
2049
2057
|
end
|
|
2050
2058
|
end
|
|
2051
2059
|
|
|
2060
|
+
class MySqlHomogeneousConfig
|
|
2061
|
+
# @private
|
|
2062
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
2063
|
+
property :is_primary_destination, as: 'isPrimaryDestination'
|
|
2064
|
+
end
|
|
2065
|
+
end
|
|
2066
|
+
|
|
2052
2067
|
class Operation
|
|
2053
2068
|
# @private
|
|
2054
2069
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.91.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamigration_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datamigration_v1/v0.91.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datamigration_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|