google-cloud-workstations 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: 033d7c5da70890efee309f39b093e353ae65b95bfa9f1861ed27353c920ff9f0
4
- data.tar.gz: 4998bb029b96bbf34c83c54dd1d5dafbfbb51b5a718376af9e6de34b09782d8a
3
+ metadata.gz: 9b892f95efe9df05cd2e79c0cc58bf4f7d7c2f57e540ee56049e5e1c3bd3a24c
4
+ data.tar.gz: 36cfe5ee8c84f605b7971d9188fb8583ddf1f7ba534b5638a2d68a74bc161f77
5
5
  SHA512:
6
- metadata.gz: fdb8fe6732f822e4b04ed29ea1c8fdfc4edf40652990d178d45b5fa017ba3424383051c464b8525f7c1981405ca2c534126df9ae406e22b491638527ae3a6e7e
7
- data.tar.gz: 2679a66ee3fddffecab7c114e1f66137d32ec9867b8a2986a21d85cc5ed6b3c1cee001bc91132a4f161f86741e2cb609fe0ded5b923c928cbace3d9485a758fa
6
+ metadata.gz: f1dbd4bc9ae36e0f0645f6a9b77c013b1884770b0951fe52d3ed6c2c4a98952a946e2427944ddbf28d77f965a9403b8cecd6effb450e01bbd9501cea49eb021a
7
+ data.tar.gz: a2d45ef2159f4048c9f84ad4308cbef472c7a156dc0945bf578e72aff04af6d049bed07cb0225e996fdac7547a1cd8939840dd4294fb36e0cea21305e0b2ddee
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.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-workstations
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
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '3.0'
65
+ version: '3.2'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
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: []