google-cloud-shell 1.5.1 → 1.5.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: a812f4301c6c57e8032a6a90b0c3bdd206138ccf550325901ad5cebb75ff4b9c
4
- data.tar.gz: 7ba1fcda312b7ddacb71c1b170986787641113e84666a8842511e03b82a6d795
3
+ metadata.gz: 4eaac67d347930d5a3112681e5b2d9caaab6962261f2a2cdbc1a9f94dbbd5f9f
4
+ data.tar.gz: fe65a78ed0a7593023d7c0ebc98b63c2d4c105d6511539fca57dcb4f8d4317bc
5
5
  SHA512:
6
- metadata.gz: 84d61d217685ea6fa38d48d91a020348129ded04d24f58b82d18ca038dbec1993ba2c5798459f6264a7e89d771905adad2121e455267ae97e40b0c03d344384d
7
- data.tar.gz: f30db4ae593433f6a0648792caa8dddcb4363503dd982c04ccd6f47effe12622e1a8f337b21fac290b3a10fe93dfba25f9d9269189bcd6b60fb1044600fb3b69
6
+ metadata.gz: 1fe173bd02981aeb5d66306371b98a37e7763558b0dee6b8b3086976eaaaa4f338429d96e87d11b31bd5ca02b02baa7afd78169a73f02d7b54b1e643238e3978
7
+ data.tar.gz: 6fe0f15c2c4780f0c6da6f5d832555be12fcf451342a5bc42b7c095157b4304e7191adcada2278e5f5673b9a76353df9bf38ba48a5c16996f3a4e1a71640218e
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/cloudshell.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/shell"
39
+
40
+ client = Google::Cloud::Shell.cloud_shell_service
41
+ request = ::Google::Cloud::Shell::V1::GetEnvironmentRequest.new # (request fields as keyword arguments...)
42
+ response = client.get_environment 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 Shell
23
- VERSION = "1.5.1"
23
+ VERSION = "1.5.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-shell
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.1
4
+ version: 1.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.6.8
79
+ rubygems_version: 3.6.9
80
80
  specification_version: 4
81
81
  summary: API Client library for the Cloud Shell API
82
82
  test_files: []