google-apis-datamigration_v1 0.90.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/datamigration_v1/classes.rb +10 -8
- data/lib/google/apis/datamigration_v1/gem_version.rb +2 -2
- metadata +2 -2
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
|
@@ -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
|
|
@@ -5479,9 +5480,10 @@ module Google
|
|
|
5479
5480
|
end
|
|
5480
5481
|
end
|
|
5481
5482
|
|
|
5482
|
-
# Options to configure rule type SetTablePrimaryKey. The rule is
|
|
5483
|
-
# the columns and name to configure/alter the primary key of a
|
|
5484
|
-
# 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.
|
|
5485
5487
|
class SetTablePrimaryKey
|
|
5486
5488
|
include Google::Apis::Core::Hashable
|
|
5487
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
|
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:
|