google-cloud-vm_migration-v1 1.1.0 → 1.2.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: 401d80d9c1fa835ff1d0863832db62ecabbf2acad7d73c1942dd9aefa48aeb6a
4
- data.tar.gz: 4b5fc50676d322aa9b4a35f7fae93484edd28d897f5211da35bcc17adaf26c11
3
+ metadata.gz: '03229bb7a7bf25ce95a6f8cf79de6def826866614a960667abcea7bb3e2b3d4e'
4
+ data.tar.gz: 3558f4f0013f26d45993284b7352f1bc84fcf73d84d00ff8166624ff339bb57f
5
5
  SHA512:
6
- metadata.gz: 979382b237643e564ec50844b45b400ffa8069cd63462fa859bb6bd4e14be8da1b339c4d388b370bb250a3bba7edd286bf521eead5b9a26578ab21e97fd64fab
7
- data.tar.gz: '0869b197b8fd4cbb60bf42dd213914d75778ef6d252ff7c170a1015d60a5e57da608fbdfa5d5ebe404d09a0cc26f0e45f9643831636e818c2e2c66a22ce0e9f1'
6
+ metadata.gz: 832401c0f065b8ba3fc882f4bef8f9d3bebd05cfd931d8a9f6e28c86e7f62d7800a8fdb487e99efb358c070dc894003c0d2aaeb4dc4ddf9a3e476a1e984decdc
7
+ data.tar.gz: 3083b07f58eba8d83ceef6f72ad15e2b71d658076302134646d7903bb6aa4d1febdc0ee62219710c865108b313a116c55566e3d4472083453d6db41d874af288
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module VMMigration
23
23
  module V1
24
- VERSION = "1.1.0"
24
+ VERSION = "1.2.0"
25
25
  end
26
26
  end
27
27
  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-vm_migration-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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