google-apis-vmmigration_v1 0.22.0 → 0.23.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 79b312be1ca57d5181a2dbb8a53b0e8c60e2c5cfe58c9846519386f134056af5
4
- data.tar.gz: 3dfb536d07541e5e03dc71ba443f9d9343fc54bdfe0a712ca798b8614ed39e42
3
+ metadata.gz: 304fb34dfc399ff5ed67827275572c7fc574ab28a48cb0d5dcef88e0f07a5544
4
+ data.tar.gz: c5e08baca21bc45e6775863e72f955e584ae9d1622670d3e28360bcbce941aa2
5
5
  SHA512:
6
- metadata.gz: 1d7bf0a11098e3d847dfb894b8c79bfbf789ad95eb61aefcc28648fe01ad6a08a3e016794100629faa0a8ff933b909d01af85d7813599ff82cfaa3f101471d93
7
- data.tar.gz: 4303eeb5f7847b3c9ee949061ca84c88358834fbe15a72bfe01ceda990e7a765d59b27f111250f22cd35fa3927254fa9b26b9803fb887a323cec61c84422992b
6
+ metadata.gz: 91c6077c8a21113c6058eac4d240f2ab8872c1736654aaf45747bfcfc9560e642f3586263294995faadd1d791f1e2ebae6881b06b4c6c3aebdb2edac36949a70
7
+ data.tar.gz: cd0797bf074ec502825621a6ed76f7ffd822ff734a590d0f16b83263f3bd70dd963b384301c460bf14f19e5576dbe5ba390b096350defb77ad0367dff6a00341
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-vmmigration_v1
2
2
 
3
+ ### v0.23.0 (2022-12-18)
4
+
5
+ * Regenerated from discovery document revision 20221213
6
+
3
7
  ### v0.22.0 (2022-11-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20221103
@@ -497,7 +497,7 @@ module Google
497
497
  # @return [Array<String>]
498
498
  attr_accessor :network_tags
499
499
 
500
- # The GCP target project ID or project name.
500
+ # The Google Cloud target project ID or project name.
501
501
  # Corresponds to the JSON property `project`
502
502
  # @return [String]
503
503
  attr_accessor :project
@@ -778,9 +778,10 @@ module Google
778
778
  end
779
779
  end
780
780
 
781
- # DatacenterConnector message describes a connector between the Source and GCP,
782
- # which is installed on a vmware datacenter (an OVA vm installed by the user) to
783
- # connect the Datacenter to GCP and support vm migration data transfer.
781
+ # DatacenterConnector message describes a connector between the Source and
782
+ # Google Cloud, which is installed on a vmware datacenter (an OVA vm installed
783
+ # by the user) to connect the Datacenter to Google Cloud and support vm
784
+ # migration data transfer.
784
785
  class DatacenterConnector
785
786
  include Google::Apis::Core::Hashable
786
787
 
@@ -803,7 +804,7 @@ module Google
803
804
  attr_accessor :available_versions
804
805
 
805
806
  # Output only. The communication channel between the datacenter connector and
806
- # GCP.
807
+ # Google Cloud.
807
808
  # Corresponds to the JSON property `bucket`
808
809
  # @return [String]
809
810
  attr_accessor :bucket
@@ -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.22.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221103"
25
+ REVISION = "20221213"
26
26
  end
27
27
  end
28
28
  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.22.0
4
+ version: 0.23.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-11-14 00:00:00.000000000 Z
11
+ date: 2023-01-04 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.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.23.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: []