google-apis-vmmigration_v1 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: 857cf37c697a1f8d7c82b7a5770c4b939f4bc691aa809db1aa369120b32272b3
4
- data.tar.gz: 272ed1b3a24b6a0aa11eefad5957761a28d74ed144b1086b5c13caf9a14a1c5c
3
+ metadata.gz: 70aed58a7c5eaba5b037b4efdc5d831f26d1a4717395270e9ac1928a54d85bdf
4
+ data.tar.gz: 0f4744bb20145a6343a0cdf8a3984cc70acfb394b1ff6ec66f60316f9af98e4c
5
5
  SHA512:
6
- metadata.gz: e434da61c36015d806b78bd3d0dec038c3b3938716ca09a6b129239b8451c7f898e2810a8549143f273bbed91dade9c8f07f4e754a6f6dbd7ad18b1be3ed9b6e
7
- data.tar.gz: 42ebd4b80818e9aef0c5ceddd2798dea49e16553cda8cfe33bf6530131eff9e04592f3592e403e2a3dfd0d64a435d91a6907ec5104c240fb9d6e5ae60304dbd5
6
+ metadata.gz: d353edbdea8a0dc90e4a5fd5a156bc2054b628c771c36b69b7b0cd83cb9ccfff393664bd221806078d854ab3b965e2c29e7c7fd4afa8cea9993455c519cbc7a4
7
+ data.tar.gz: b349167411606b29ba605f1bdf032ccdc611c4fcd7b7a7631c515a1a43317926ab63b12a320695de7fd4e8db6a2a942dff4cbcea7e11b8c5d4e2a6210cc3c86d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-vmmigration_v1
2
2
 
3
+ ### v0.15.0 (2022-06-30)
4
+
5
+ * Regenerated using generator version 0.8.0
6
+ * Regenerated from discovery document revision 20220616
7
+
3
8
  ### v0.14.0 (2022-06-21)
4
9
 
5
10
  * Regenerated using generator version 0.7.0
@@ -133,6 +133,11 @@ module Google
133
133
  class AwsSourceVmDetails
134
134
  include Google::Apis::Core::Hashable
135
135
 
136
+ # The total size of the disks being migrated in bytes.
137
+ # Corresponds to the JSON property `committedStorageBytes`
138
+ # @return [Fixnum]
139
+ attr_accessor :committed_storage_bytes
140
+
136
141
  # The firmware type of the source VM.
137
142
  # Corresponds to the JSON property `firmware`
138
143
  # @return [String]
@@ -144,6 +149,7 @@ module Google
144
149
 
145
150
  # Update properties of this object
146
151
  def update!(**args)
152
+ @committed_storage_bytes = args[:committed_storage_bytes] if args.key?(:committed_storage_bytes)
147
153
  @firmware = args[:firmware] if args.key?(:firmware)
148
154
  end
149
155
  end
@@ -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.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
@@ -396,6 +396,7 @@ module Google
396
396
  class AwsSourceVmDetails
397
397
  # @private
398
398
  class Representation < Google::Apis::Core::JsonRepresentation
399
+ property :committed_storage_bytes, :numeric_string => true, as: 'committedStorageBytes'
399
400
  property :firmware, as: 'firmware'
400
401
  end
401
402
  end
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.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.15.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: []