google-apis-vmmigration_v1 0.34.0 → 0.35.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: ad126cf60441bd1b6b9a4979d92b4fca11b99cb9f39379a088101cc576335b0c
4
- data.tar.gz: fc9c8f8bc34ba42adcbb06f03f51aef4d3b9b335c0f12bf539b91443aeab2cdc
3
+ metadata.gz: 7618ff080e8d87ca299f5560057235c2ac38e7d6a5ee96c6ca9485f21fe32288
4
+ data.tar.gz: dc9597df0482c84c9244c8680032d6b5d9d3b890ee61a19ccfe60593f816f9ff
5
5
  SHA512:
6
- metadata.gz: 2592f2bdbec5044abb0f62ba71538ca115084bbea723b987b483d3b59fefc62459810e271fad367c1996b19b5371b964e292d6ddb51dfae9182c368b3fc5e631
7
- data.tar.gz: 4ce63d0c696cf9ebc242559267762674f05c8d103f2f7e014aa05e8b87068b607d878a41dd75c74be7ce3c3639ab11e3fd055db9c57e55ed4fd3109585984321
6
+ metadata.gz: fc91ced802e5c61ae94689e3ba12fe2fb98a7fdea3f8ff85c65498f67903b73b8a684c7d7644778c431a47ef13ca5bf2293d279726b2f317a0dc50bc6521ee9d
7
+ data.tar.gz: 52fcf64e512defacf264bfd8dd207886d32a2747b246cb00def04cbdb6271be5ef493666585e75ec0d6ac101fd679cc283d9a43f281447a2f39915409b3cc05e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-vmmigration_v1
2
2
 
3
+ ### v0.35.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230803
6
+
3
7
  ### v0.34.0 (2023-08-06)
4
8
 
5
9
  * Regenerated from discovery document revision 20230727
@@ -319,6 +319,12 @@ module Google
319
319
  # @return [String]
320
320
  attr_accessor :firmware
321
321
 
322
+ # Output only. Unordered list. List of VM certain capabilities needed for some
323
+ # Compute Engine features.
324
+ # Corresponds to the JSON property `vmCapabilities`
325
+ # @return [Array<String>]
326
+ attr_accessor :vm_capabilities
327
+
322
328
  def initialize(**args)
323
329
  update!(**args)
324
330
  end
@@ -328,6 +334,7 @@ module Google
328
334
  @committed_storage_bytes = args[:committed_storage_bytes] if args.key?(:committed_storage_bytes)
329
335
  @disks = args[:disks] if args.key?(:disks)
330
336
  @firmware = args[:firmware] if args.key?(:firmware)
337
+ @vm_capabilities = args[:vm_capabilities] if args.key?(:vm_capabilities)
331
338
  end
332
339
  end
333
340
 
@@ -2217,13 +2224,13 @@ module Google
2217
2224
  # @return [String]
2218
2225
  attr_accessor :name
2219
2226
 
2220
- # The normal response of the operation in case of success. If the original
2221
- # method returns no data on success, such as `Delete`, the response is `google.
2222
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
2223
- # the response should be the resource. For other methods, the response should
2224
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
2225
- # example, if the original method name is `TakeSnapshot()`, the inferred
2226
- # response type is `TakeSnapshotResponse`.
2227
+ # The normal, successful response of the operation. If the original method
2228
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
2229
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
2230
+ # response should be the resource. For other methods, the response should have
2231
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
2232
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
2233
+ # `TakeSnapshotResponse`.
2227
2234
  # Corresponds to the JSON property `response`
2228
2235
  # @return [Hash<String,Object>]
2229
2236
  attr_accessor :response
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VmmigrationV1
18
18
  # Version of the google-apis-vmmigration_v1 gem
19
- GEM_VERSION = "0.34.0"
19
+ GEM_VERSION = "0.35.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230727"
25
+ REVISION = "20230803"
26
26
  end
27
27
  end
28
28
  end
@@ -587,6 +587,7 @@ module Google
587
587
  collection :disks, as: 'disks', class: Google::Apis::VmmigrationV1::AwsDiskDetails, decorator: Google::Apis::VmmigrationV1::AwsDiskDetails::Representation
588
588
 
589
589
  property :firmware, as: 'firmware'
590
+ collection :vm_capabilities, as: 'vmCapabilities'
590
591
  end
591
592
  end
592
593
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-vmmigration_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.34.0
4
+ version: 0.35.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: 2023-08-06 00:00:00.000000000 Z
11
+ date: 2023-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.35.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1
63
63
  post_install_message:
64
64
  rdoc_options: []