google-cloud-vmware_engine 2.0.1 → 2.1.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: c86e4b944e2a7a3eaa4e59fc6001a72eeda156a9d3e6d57cac942291979a75c2
4
- data.tar.gz: e719669535c2944c4f515bbbe0c49c68aedd5b6ec8b471aee20b079946c50d9f
3
+ metadata.gz: 001bb726779a023415e4f806eaafce44102480621e9aaf4e247f0d418c807601
4
+ data.tar.gz: da5be7c320e34182642f0e90782a7fbf17a4c3bceb5a475826adf3737295f790
5
5
  SHA512:
6
- metadata.gz: 8c76134175a9bf6b2726a69463f228c68b17ce490aa024c0a8e3073949346a5568202b60ea0f1c98b7ffe50f6578cd95eb9796e945af777ead233ac046c187a7
7
- data.tar.gz: d81e2d9bb2a42e592af45df0cfb69997aa0e4b3f333c2139308ffea56a89b0eead45abb883549e31975f2051ae59cffad35416f4df53136898b61a8ae57f43fa
6
+ metadata.gz: d385e5fdef3434b329b6ca961aca3aa50c40724d1d0ef65db028eda377ac6893933b7b274e19d20f686ffb0f734262c62e1d2988c81bb6ce51adb093ffa79ddb
7
+ data.tar.gz: 4d2258f764e6226d744cc7fc870ab87a14cddd0d667d52393a1b0dfd18bebb9b86885c61f3dd17c364856ee891c6dbbef1b10234f9fa7946d6d78e9768b77645
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/vmwareengine.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/vmware_engine"
39
+
40
+ client = Google::Cloud::VmwareEngine.vmware_engine
41
+ request = ::Google::Cloud::VmwareEngine::V1::ListPrivateCloudsRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_private_clouds request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module VmwareEngine
23
- VERSION = "2.0.1"
23
+ VERSION = "2.1.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-vmware_engine
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -65,14 +65,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - ">="
67
67
  - !ruby/object:Gem::Version
68
- version: '3.0'
68
+ version: '3.2'
69
69
  required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  requirements:
71
71
  - - ">="
72
72
  - !ruby/object:Gem::Version
73
73
  version: '0'
74
74
  requirements: []
75
- rubygems_version: 3.6.8
75
+ rubygems_version: 3.6.9
76
76
  specification_version: 4
77
77
  summary: API Client library for the Google Cloud VMware Engine API
78
78
  test_files: []