google-apis-vmmigration_v1alpha1 0.35.0 → 0.36.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: 4bbbed3985c5b27068e2975d6d8d3e37045a80adb8b53980595bbdce5cb7ff1e
4
- data.tar.gz: cd44cbec0ac7c222dd663086adcad65eef41d17802820763d69a2cb159facba3
3
+ metadata.gz: e268fdc1e23fe359c765654aed9470f62691695e2a068bb775aacf6f9cd66612
4
+ data.tar.gz: c6fefed4821531eb334fc490a8796ea01698fbd863498aa6eabbf91c4ae4c01b
5
5
  SHA512:
6
- metadata.gz: 90cadecf40e2337f6321eb5600dcd72c0bf0175cc2bef3b0ecd8afadd13ff2860d038fea52ebcb6ab707e6a5b2c5962c5c34319259075a57f117de0b1e2303a5
7
- data.tar.gz: a0583553f8813193a1416e6b34a362e77f501c06c8deae9ee09917fa378fc350db8e34e200266eeab533dd43781c6efcac4fc721608ec80037ef3ef9e7c01e7d
6
+ metadata.gz: 74aded7721eb36acc74c6bc39f6ee2bfb303eff09cb157c74b342d08682502e4e87d8e00f0bca8ac1d7b09238edf24dc634a4e6ffcc0cb7e45c60c76b8ed051b
7
+ data.tar.gz: 9706fc988d11fc25e26ae8885980fbcff04de0125075069309af3921bbd383e48f68d2c0f2b4932896cec9f91683d61c18ca54a12796f0698c2de59ff7c885bd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-vmmigration_v1alpha1
2
2
 
3
+ ### v0.36.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230803
6
+
3
7
  ### v0.35.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
 
@@ -2272,13 +2279,13 @@ module Google
2272
2279
  # @return [String]
2273
2280
  attr_accessor :name
2274
2281
 
2275
- # The normal response of the operation in case of success. If the original
2276
- # method returns no data on success, such as `Delete`, the response is `google.
2277
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
2278
- # the response should be the resource. For other methods, the response should
2279
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
2280
- # example, if the original method name is `TakeSnapshot()`, the inferred
2281
- # response type is `TakeSnapshotResponse`.
2282
+ # The normal, successful response of the operation. If the original method
2283
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
2284
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
2285
+ # response should be the resource. For other methods, the response should have
2286
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
2287
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
2288
+ # `TakeSnapshotResponse`.
2282
2289
  # Corresponds to the JSON property `response`
2283
2290
  # @return [Hash<String,Object>]
2284
2291
  attr_accessor :response
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VmmigrationV1alpha1
18
18
  # Version of the google-apis-vmmigration_v1alpha1 gem
19
- GEM_VERSION = "0.35.0"
19
+ GEM_VERSION = "0.36.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
@@ -593,6 +593,7 @@ module Google
593
593
  collection :disks, as: 'disks', class: Google::Apis::VmmigrationV1alpha1::AwsDiskDetails, decorator: Google::Apis::VmmigrationV1alpha1::AwsDiskDetails::Representation
594
594
 
595
595
  property :firmware, as: 'firmware'
596
+ collection :vm_capabilities, as: 'vmCapabilities'
596
597
  end
597
598
  end
598
599
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-vmmigration_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.35.0
4
+ version: 0.36.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-13 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_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.35.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.36.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []