google-cloud-edge_container 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: e6caf7a290245b1791277a542c8bfa4ad883ea82bc8246846ca42836ecca3d5a
4
- data.tar.gz: a70eef2a3764dd5b15eea034169caf70683791861b9de6d4e11e8f2f2c483714
3
+ metadata.gz: f81c31bce62fc85e7e71d436f1fb914d6d76c511a775d8864b28140ba693fb74
4
+ data.tar.gz: 200b46c1d8d4d6fda8848c66fc7c7fe0d2e3f57cfb8a034870875758eac77f90
5
5
  SHA512:
6
- metadata.gz: 2728324a391e52e5fcb4411509937eb6600f6f131cbef6e1177861f7207b142eb8b2f9b5a9c4fbd17bcd8aeda7e0a27a0778ede3a7fea68cb6d0183433341008
7
- data.tar.gz: 2457f138ebab0a64ec45efdeb65f928f8fd88e09e2ad2fed970d08a7bd108003c7be48c24757d3d31f4e7498503d1c9e46370d934d20a497f05ab98fbcb89b0a
6
+ metadata.gz: e74131b4cf2b96bfa2ec9128bf959cd541f80f6f2ee3c64a3bde89b4900ecdf28240fb0ea903a35d83c90bfc2a459ae4fdb65646c1766f335276059a90d159e5
7
+ data.tar.gz: 121d5ce30382da25a96b5921ac7677928d110adc171ef789d0ab94fb492513d842b514f22b683ee4ed9e7e112b2d0c15be5ab981e2b65ad0e4c4c0ed7c595124
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.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-edge_container
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: API Client library for the Distributed Cloud Edge Container API
75
75
  test_files: []