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: 7e74122b07b761454cc5514f839a4ae2273fde6940129e1f69c21e58f14faece
4
- data.tar.gz: 7c32b26ee2440c617edddc09d320acb262bfdd9872dd519b25fbd9220434c984
3
+ metadata.gz: bdd242a149eabac8b5605ab39c8f107a2ea78f9151eea7664372a8651880d14b
4
+ data.tar.gz: 3a4b7fe4413096157a93d23ed722d5a235faf53b11a9a08e1331c4f2d9db87a8
5
5
  SHA512:
6
- metadata.gz: fda628ff0ee326b869b1c29d986519b2e0837bdc63a1a9d5a2fddb9f4c3ee4398dbe0d8decbb7069d56a184d4f03cb0576877d7b11cd1a688f4e8c0b12a71efb
7
- data.tar.gz: 58f4ea914224908452c14a029ac449973d337f9fb037be60aa929f70b20bfcce079001429daed16d2f7ef3d7b4d55d713573d523fabe22c4965be3b7ffafc624
6
+ metadata.gz: be6c76abfdf16cb1ffcf711ae84b429f91c62fcbcde2e02d89efd6df2fb99beba9efbf29b49908c059f77551035d2939851fb2025e3b9cddc4b63c51f8ef8ddf
7
+ data.tar.gz: 9170d967ccadc4a2ec4be016f7753381b574c2e8ea2cd6209fe77b84971b83c77da81b02d3d1cd95f6acf701511724337e7bf26ccaf1cf4188fb62d92892aa62
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module Migration
24
24
  module V2
25
- VERSION = "0.12.0"
25
+ VERSION = "0.13.0"
26
26
  end
27
27
  end
28
28
  end
@@ -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 should match /[a-zA-Z0-9-_]/ and be limited to 64 characters in
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
- # \\{"instanceLimit": "100/request"}, should be returned as,
69
- # \\{"instanceLimitPerRequest": "100"}, if the client exceeds the number of
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.12.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: 2024-12-10 00:00:00.000000000 Z
11
+ date: 2025-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common