google-apis-vmmigration_v1 0.29.0 → 0.31.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: ffc55d3f27b60729af2e49d144ea57eecfff74130c4affdd1a823903c94d3804
4
- data.tar.gz: b0b89bca28aa4aa567e2f80dd5a4d5cf3132d69a08e3e270653a17a5e01e0a11
3
+ metadata.gz: b716411e5336816f0fe5f826c3e0f6be7eb13844e5c9de4613ca50fa718a2be7
4
+ data.tar.gz: 83091a19e4a902c28f81581583776782393a003ee6fd0a41d3d6a6ef1e4800a3
5
5
  SHA512:
6
- metadata.gz: f1b7518747d82c7a8bf3b9e169299f56ecea2bed9ef1aa0fc612d9a89f1985397f684c07a6c8819834753880bd1c2501894961a0c5eafd37c4d13de2fbd86148
7
- data.tar.gz: 5cfac28eef10bc7f30f3614bab01fdef4e72a89d2d48874b5521d0312afa3f5d7e9e729ae5393542700d79369b3e5dc5ac84c650637a9bb4b458b79394694894
6
+ metadata.gz: c7477c8472a99cd4ad36e7324766e260d962a45d397e19cdcc7fd2a63b970c61c7b8a7a36da6bf455fe2d25390308800a482e96d38e2d76e433dde2e6381e51d
7
+ data.tar.gz: 52fbff00ebcdbd74c746ddd2d04b01df6ad1ce29dae8ffd51e8460eb39f0a6ed32674abd0e19bfb3c0e1d8567662114d54cfb02dac52bafa06004fc9d95cb9bd
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-vmmigration_v1
2
2
 
3
+ ### v0.31.0 (2023-05-14)
4
+
5
+ * Regenerated from discovery document revision 20230504
6
+
7
+ ### v0.30.0 (2023-04-30)
8
+
9
+ * Regenerated from discovery document revision 20230420
10
+
3
11
  ### v0.29.0 (2023-04-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230330
@@ -1731,7 +1731,7 @@ module Google
1731
1731
  end
1732
1732
  end
1733
1733
 
1734
- # A resource that represents Google Cloud Platform location.
1734
+ # A resource that represents a Google Cloud location.
1735
1735
  class Location
1736
1736
  include Google::Apis::Core::Hashable
1737
1737
 
@@ -2911,6 +2911,11 @@ module Google
2911
2911
  # @return [String]
2912
2912
  attr_accessor :password
2913
2913
 
2914
+ # The hostname of the vcenter.
2915
+ # Corresponds to the JSON property `resolvedVcenterHost`
2916
+ # @return [String]
2917
+ attr_accessor :resolved_vcenter_host
2918
+
2914
2919
  # The thumbprint representing the certificate for the vcenter.
2915
2920
  # Corresponds to the JSON property `thumbprint`
2916
2921
  # @return [String]
@@ -2933,6 +2938,7 @@ module Google
2933
2938
  # Update properties of this object
2934
2939
  def update!(**args)
2935
2940
  @password = args[:password] if args.key?(:password)
2941
+ @resolved_vcenter_host = args[:resolved_vcenter_host] if args.key?(:resolved_vcenter_host)
2936
2942
  @thumbprint = args[:thumbprint] if args.key?(:thumbprint)
2937
2943
  @username = args[:username] if args.key?(:username)
2938
2944
  @vcenter_ip = args[:vcenter_ip] if args.key?(:vcenter_ip)
@@ -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.29.0"
19
+ GEM_VERSION = "0.31.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 = "20230330"
25
+ REVISION = "20230504"
26
26
  end
27
27
  end
28
28
  end
@@ -1263,6 +1263,7 @@ module Google
1263
1263
  # @private
1264
1264
  class Representation < Google::Apis::Core::JsonRepresentation
1265
1265
  property :password, as: 'password'
1266
+ property :resolved_vcenter_host, as: 'resolvedVcenterHost'
1266
1267
  property :thumbprint, as: 'thumbprint'
1267
1268
  property :username, as: 'username'
1268
1269
  property :vcenter_ip, as: 'vcenterIp'
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.29.0
4
+ version: 0.31.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-04-16 00:00:00.000000000 Z
11
+ date: 2023-05-14 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.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.31.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: []