google-cloud-workstations 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: 033d7c5da70890efee309f39b093e353ae65b95bfa9f1861ed27353c920ff9f0
4
- data.tar.gz: 4998bb029b96bbf34c83c54dd1d5dafbfbb51b5a718376af9e6de34b09782d8a
3
+ metadata.gz: 2b8cd722ec98ef8a56a9c31fd144ff36812e6a41f7d656b6bf43c58febcc63f0
4
+ data.tar.gz: fc06629c1eb2f1200c8413208113939b9ae1e8d9f9b6356128f772ff4140ba17
5
5
  SHA512:
6
- metadata.gz: fdb8fe6732f822e4b04ed29ea1c8fdfc4edf40652990d178d45b5fa017ba3424383051c464b8525f7c1981405ca2c534126df9ae406e22b491638527ae3a6e7e
7
- data.tar.gz: 2679a66ee3fddffecab7c114e1f66137d32ec9867b8a2986a21d85cc5ed6b3c1cee001bc91132a4f161f86741e2cb609fe0ded5b923c928cbace3d9485a758fa
6
+ metadata.gz: 8b1815eec9785b2afa06054d7ce4ca2e902e1a0039a5523ed86e5d7464985793cb3492010f5ebcf92728af5318e7bceb62776991cbbf0cd94b27b5ed36b473ac
7
+ data.tar.gz: 1011608e0c6e40e8d1f7336f2b90ac1e9069b89f6e744c49e9e3db633250a538af4ce8bd7ed5f67c86fd7320aba5dee64dc0166a83b54bca90154012ff147c2e
data/README.md CHANGED
@@ -33,6 +33,14 @@ In order to use this library, you first need to go through the following steps:
33
33
  1. [Enable the API.](https://console.cloud.google.com/apis/library/workstations.googleapis.com)
34
34
  1. {file:AUTHENTICATION.md Set up authentication.}
35
35
 
36
+ ```ruby
37
+ require "google/cloud/workstations"
38
+
39
+ client = Google::Cloud::Workstations.workstations
40
+ request = ::Google::Cloud::Workstations::V1::GetWorkstationClusterRequest.new # (request fields as keyword arguments...)
41
+ response = client.get_workstation_cluster request
42
+ ```
43
+
36
44
  ## Debug Logging
37
45
 
38
46
  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 Workstations
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-workstations
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
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.6.8
72
+ rubygems_version: 3.6.9
73
73
  specification_version: 4
74
74
  summary: Allows administrators to create managed developer environments in the cloud.
75
75
  test_files: []