google-cloud-vm_migration-v1 1.0.2 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +30 -20
- data/lib/google/cloud/vm_migration/v1/version.rb +1 -1
- data/lib/google/cloud/vm_migration/v1/vm_migration/client.rb +65 -47
- data/lib/google/cloud/vm_migration/v1/vm_migration/operations.rb +9 -5
- data/lib/google/cloud/vm_migration/v1/vm_migration/rest/client.rb +56 -47
- data/lib/google/cloud/vm_migration/v1/vm_migration/rest/operations.rb +40 -28
- data/lib/google/cloud/vm_migration/v1/vm_migration/rest/service_stub.rb +382 -278
- data/proto_docs/google/api/client.rb +19 -0
- data/proto_docs/google/rpc/error_details.rb +16 -3
- metadata +4 -4
@@ -306,9 +306,28 @@ module Google
|
|
306
306
|
# @!attribute [rw] common
|
307
307
|
# @return [::Google::Api::CommonLanguageSettings]
|
308
308
|
# Some settings.
|
309
|
+
# @!attribute [rw] renamed_services
|
310
|
+
# @return [::Google::Protobuf::Map{::String => ::String}]
|
311
|
+
# Map of service names to renamed services. Keys are the package relative
|
312
|
+
# service names and values are the name to be used for the service client
|
313
|
+
# and call options.
|
314
|
+
#
|
315
|
+
# publishing:
|
316
|
+
# go_settings:
|
317
|
+
# renamed_services:
|
318
|
+
# Publisher: TopicAdmin
|
309
319
|
class GoSettings
|
310
320
|
include ::Google::Protobuf::MessageExts
|
311
321
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
322
|
+
|
323
|
+
# @!attribute [rw] key
|
324
|
+
# @return [::String]
|
325
|
+
# @!attribute [rw] value
|
326
|
+
# @return [::String]
|
327
|
+
class RenamedServicesEntry
|
328
|
+
include ::Google::Protobuf::MessageExts
|
329
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
330
|
+
end
|
312
331
|
end
|
313
332
|
|
314
333
|
# Describes the generator configuration for a method.
|
@@ -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.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:
|
11
|
+
date: 2025-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.24.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.24.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|