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 +4 -4
- data/README.md +8 -0
- data/lib/google/cloud/workstations/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2b8cd722ec98ef8a56a9c31fd144ff36812e6a41f7d656b6bf43c58febcc63f0
|
4
|
+
data.tar.gz: fc06629c1eb2f1200c8413208113939b9ae1e8d9f9b6356128f772ff4140ba17
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
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.
|
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.
|
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: []
|