google-apis-vmmigration_v1alpha1 0.14.0 → 0.15.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: c85c8339769571568c624756524e49309933b248adc591c512c7e117d959031b
4
- data.tar.gz: ad0a43e1efd21b58d96cf7ece0fcda26a84219c5e296138344709ef1a673b630
3
+ metadata.gz: a1af71e79c16d81c3571073d1effd44036b26951c46e3b731674dddb372e0b5e
4
+ data.tar.gz: cc2a2bcc58e208dfb8c3d51442517ff55b341d728bd812523ca8e5c78b892e3a
5
5
  SHA512:
6
- metadata.gz: 9fd412cb8f73f25b67fce7ad24a53812f698afb679a67e3894928471a93cc8fac508c8180f0907da4026808f5543aa1f796ebda2a50c760d891579186fd64849
7
- data.tar.gz: c92f5d3d53afc4cdafb1c3626b165db5ff237f55269c01b6ee3852787e9036cc232799449d38b033b7de57be1247be54d47ec17fd1670b35ada1bde0ca996c07
6
+ metadata.gz: 20a1b5f022a432322b170d3f99ebb9bbc856bc11a775c6c16bffe46463ce69963dcd165be0c02c1c98c86f9723a684a57cbd4881422c4880423b7f8a0581a3f4
7
+ data.tar.gz: 6670873327988e802e878815bccdd2f319dc1df456834aa05c0cb89f8de8cd117e32aed138c7d72cc2f18cb61a7dd4a0932f92b7b5dbd5aa8a7698953d1a089e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-vmmigration_v1alpha1
2
2
 
3
+ ### v0.15.0 (2022-07-01)
4
+
5
+ * Regenerated using generator version 0.8.0
6
+ * Regenerated from discovery document revision 20220616
7
+
3
8
  ### v0.14.0 (2022-06-20)
4
9
 
5
10
  * Regenerated using generator version 0.7.0
@@ -146,6 +146,11 @@ module Google
146
146
  class AwsSourceVmDetails
147
147
  include Google::Apis::Core::Hashable
148
148
 
149
+ # The total size of the disks being migrated in bytes.
150
+ # Corresponds to the JSON property `committedStorageBytes`
151
+ # @return [Fixnum]
152
+ attr_accessor :committed_storage_bytes
153
+
149
154
  # The firmware type of the source VM.
150
155
  # Corresponds to the JSON property `firmware`
151
156
  # @return [String]
@@ -157,6 +162,7 @@ module Google
157
162
 
158
163
  # Update properties of this object
159
164
  def update!(**args)
165
+ @committed_storage_bytes = args[:committed_storage_bytes] if args.key?(:committed_storage_bytes)
160
166
  @firmware = args[:firmware] if args.key?(:firmware)
161
167
  end
162
168
  end
@@ -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.14.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.7.0"
22
+ GENERATOR_VERSION = "0.8.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220602"
25
+ REVISION = "20220616"
26
26
  end
27
27
  end
28
28
  end
@@ -468,6 +468,7 @@ module Google
468
468
  class AwsSourceVmDetails
469
469
  # @private
470
470
  class Representation < Google::Apis::Core::JsonRepresentation
471
+ property :committed_storage_bytes, :numeric_string => true, as: 'committedStorageBytes'
471
472
  property :firmware, as: 'firmware'
472
473
  end
473
474
  end
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.14.0
4
+ version: 0.15.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: 2022-06-27 00:00:00.000000000 Z
11
+ date: 2022-07-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.6'
19
+ version: '0.7'
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.6'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.15.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: []