google-cloud-vmware_engine 2.0.1 → 2.0.2

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: d4a22e90cecd3709c5d8ad99d90997b5774d539ee89eed0babcd727a190849c5
4
+ data.tar.gz: a112718785183dda3e2db52b1d4a93b148eefd8b72ac5a379c076b17a128c41f
5
5
  SHA512:
6
- metadata.gz: 8c76134175a9bf6b2726a69463f228c68b17ce490aa024c0a8e3073949346a5568202b60ea0f1c98b7ffe50f6578cd95eb9796e945af777ead233ac046c187a7
7
- data.tar.gz: d81e2d9bb2a42e592af45df0cfb69997aa0e4b3f333c2139308ffea56a89b0eead45abb883549e31975f2051ae59cffad35416f4df53136898b61a8ae57f43fa
6
+ metadata.gz: b6ec3ad7fdab43cdfeb61ac512f208fcfda5fe8774848035802667f4994c1cb00230f8b41436c097bfc0bdf45c701e4aa9e2c4e8f8f728eede53c0c8d992584d
7
+ data.tar.gz: f39920ca4c6e61388cb3ef7d9e7b73db121929ac8a456da590d14699e39fef47a5e908e70e26ef688f4973ae39642697b3ac6e462fa4c68957061a785629fe41
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.0.2"
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.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -72,7 +72,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
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: []