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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '03229bb7a7bf25ce95a6f8cf79de6def826866614a960667abcea7bb3e2b3d4e'
|
4
|
+
data.tar.gz: 3558f4f0013f26d45993284b7352f1bc84fcf73d84d00ff8166624ff339bb57f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 832401c0f065b8ba3fc882f4bef8f9d3bebd05cfd931d8a9f6e28c86e7f62d7800a8fdb487e99efb358c070dc894003c0d2aaeb4dc4ddf9a3e476a1e984decdc
|
7
|
+
data.tar.gz: 3083b07f58eba8d83ceef6f72ad15e2b71d658076302134646d7903bb6aa4d1febdc0ee62219710c865108b313a116c55566e3d4472083453d6db41d874af288
|
@@ -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-vm_migration-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
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:
|
11
|
+
date: 2025-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|