google-cloud-edge_container 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: e6caf7a290245b1791277a542c8bfa4ad883ea82bc8246846ca42836ecca3d5a
4
- data.tar.gz: a70eef2a3764dd5b15eea034169caf70683791861b9de6d4e11e8f2f2c483714
3
+ metadata.gz: 8395aa500657c38ee62d3eda8d73123e31f395f44a0f11ff6535b9d7840feed4
4
+ data.tar.gz: 00e026695d4c11b13da5bd160dcf0280000786ad251db14815b3a03302cd342f
5
5
  SHA512:
6
- metadata.gz: 2728324a391e52e5fcb4411509937eb6600f6f131cbef6e1177861f7207b142eb8b2f9b5a9c4fbd17bcd8aeda7e0a27a0778ede3a7fea68cb6d0183433341008
7
- data.tar.gz: 2457f138ebab0a64ec45efdeb65f928f8fd88e09e2ad2fed970d08a7bd108003c7be48c24757d3d31f4e7498503d1c9e46370d934d20a497f05ab98fbcb89b0a
6
+ metadata.gz: c6c4e15eaac2a8b37ae3da86e26db4f1b3fed8ded673d9231d032cad3585c935d1a8f7effa79406a05be9ed2c35e8d38580b5a3ce70da9b296e8c7321c70a40e
7
+ data.tar.gz: c766007b4b94aab8d08ce38f35cae8cc50c4ccbb735aea202d524a3379215041af0aa6b866e691c971278ed052402c484928a329072a7f4e65d8389882b00be2
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/edgecontainer.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/edge_container"
39
+
40
+ client = Google::Cloud::EdgeContainer.edge_container
41
+ request = ::Google::Cloud::EdgeContainer::V1::ListClustersRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_clusters 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 EdgeContainer
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-edge_container
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: API Client library for the Distributed Cloud Edge Container API
75
75
  test_files: []