google-cloud-bigquery-migration-v2 0.12.0 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bdd242a149eabac8b5605ab39c8f107a2ea78f9151eea7664372a8651880d14b
|
4
|
+
data.tar.gz: 3a4b7fe4413096157a93d23ed722d5a235faf53b11a9a08e1331c4f2d9db87a8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: be6c76abfdf16cb1ffcf711ae84b429f91c62fcbcde2e02d89efd6df2fb99beba9efbf29b49908c059f77551035d2939851fb2025e3b9cddc4b63c51f8ef8ddf
|
7
|
+
data.tar.gz: 9170d967ccadc4a2ec4be016f7753381b574c2e8ea2cd6209fe77b84971b83c77da81b02d3d1cd95f6acf701511724337e7bf26ccaf1cf4188fb62d92892aa62
|
@@ -62,11 +62,12 @@ module Google
|
|
62
62
|
# @return [::Google::Protobuf::Map{::String => ::String}]
|
63
63
|
# Additional structured details about this error.
|
64
64
|
#
|
65
|
-
# Keys
|
65
|
+
# Keys must match a regular expression of `[a-z][a-zA-Z0-9-_]+` but should
|
66
|
+
# ideally be lowerCamelCase. Also, they must be limited to 64 characters in
|
66
67
|
# length. When identifying the current value of an exceeded limit, the units
|
67
68
|
# should be contained in the key, not the value. For example, rather than
|
68
|
-
#
|
69
|
-
#
|
69
|
+
# `{"instanceLimit": "100/request"}`, should be returned as,
|
70
|
+
# `{"instanceLimitPerRequest": "100"}`, if the client exceeds the number of
|
70
71
|
# instances that can be created in a single (batch) request.
|
71
72
|
class ErrorInfo
|
72
73
|
include ::Google::Protobuf::MessageExts
|
@@ -242,6 +243,18 @@ module Google
|
|
242
243
|
# @!attribute [rw] description
|
243
244
|
# @return [::String]
|
244
245
|
# A description of why the request element is bad.
|
246
|
+
# @!attribute [rw] reason
|
247
|
+
# @return [::String]
|
248
|
+
# The reason of the field-level error. This is a constant value that
|
249
|
+
# identifies the proximate cause of the field-level error. It should
|
250
|
+
# uniquely identify the type of the FieldViolation within the scope of the
|
251
|
+
# google.rpc.ErrorInfo.domain. This should be at most 63
|
252
|
+
# characters and match a regular expression of `[A-Z][A-Z0-9_]+[A-Z0-9]`,
|
253
|
+
# which represents UPPER_SNAKE_CASE.
|
254
|
+
# @!attribute [rw] localized_message
|
255
|
+
# @return [::Google::Rpc::LocalizedMessage]
|
256
|
+
# Provides a localized error message for field-level errors that is safe to
|
257
|
+
# return to the API consumer.
|
245
258
|
class FieldViolation
|
246
259
|
include ::Google::Protobuf::MessageExts
|
247
260
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-bigquery-migration-v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.13.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: 2025-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|