google-cloud-edge_container 2.0.0 → 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: e7fd6a87d55fb3b1438af687db492d14c22de92edd88aa9b0e1c3136ed1708d5
4
- data.tar.gz: 9e2935f195adbf36e4a92eefd470ed3300e7b68f4227eed47c929a42fb502fb2
3
+ metadata.gz: 8395aa500657c38ee62d3eda8d73123e31f395f44a0f11ff6535b9d7840feed4
4
+ data.tar.gz: 00e026695d4c11b13da5bd160dcf0280000786ad251db14815b3a03302cd342f
5
5
  SHA512:
6
- metadata.gz: b9b582ef30b9b0bbfc418eb12262a23ed0e06a91c4b6b07afe74bd034f3f9b0855138d2381da07c0241b06e995e7fcf7e0a34a59c2afe387e55f4620a7017ddb
7
- data.tar.gz: 7b85ad53fde9b61c8797c31f4651b76682c954d77c86ff341c4f325293041c6fe89bc2ebf1a669f7ee134e8cfb410483857d0f72055f75689bc72656d7cb062b
6
+ metadata.gz: c6c4e15eaac2a8b37ae3da86e26db4f1b3fed8ded673d9231d032cad3585c935d1a8f7effa79406a05be9ed2c35e8d38580b5a3ce70da9b296e8c7321c70a40e
7
+ data.tar.gz: c766007b4b94aab8d08ce38f35cae8cc50c4ccbb735aea202d524a3379215041af0aa6b866e691c971278ed052402c484928a329072a7f4e65d8389882b00be2
data/README.md CHANGED
@@ -7,7 +7,7 @@ google-cloud-edge_container is the official client library for the Distributed C
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-edge_container-v*`.
9
9
  The gem `google-cloud-edge_container` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -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.0"
23
+ VERSION = "2.0.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-edge_container
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-13 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -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.3
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: []