google-cloud-gke_hub 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: a2f623d5ef05b073dcd4fca68be80ba991449bc272f1bd47181ff1575fcfb398
4
- data.tar.gz: 3e0ae68c97f12bb16bf1e2faefedc0b4761dc5c94ee36faa7c7db405c9c7de15
3
+ metadata.gz: ee6ecf241974f4a4dfc3027d8eb7836a8ffd08ce8dc29c7cbbbbe78abdca205c
4
+ data.tar.gz: b04f2e9f73beedf50d650394a97b38d9d9d5c195c9a6d984deb7bed177fa8576
5
5
  SHA512:
6
- metadata.gz: d02d1d1ee315e2e13435f78fd271631b7cc9df1bec1e86039820cd07217274e1e2badb9177419e22be8a676a0253155dc6dd3e2615d4262febd74ba6fa57e978
7
- data.tar.gz: 89f179e1e651aa131ba5a50dc2f41cff5f7465d11f870dbe7ddf9e950521320314aa633aa41de4a76465763d9142fcb848221a5d24ea2973d81f21663955b9dc
6
+ metadata.gz: 5898f8bce73528e22b6d8b835b301e8d83cdf9448b52df34b615b079175125f26a524d471944533633e153cf7f9983e9f7dfa28e6e11ff7b292aad0bf4fd860b
7
+ data.tar.gz: 12b1fa92e2ea18e8e19b322bfa7ddedb8d3f387ff0d3c9bf4ffa06c83df1c791953c5ca36f9cdb4f94cebfa54f881e4fa258ff5105d85380da020240df0af590
data/README.md CHANGED
@@ -7,7 +7,7 @@ The GKE Hub API centrally manages features and services on all your Kubernetes 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-gke_hub-v*`.
9
9
  The gem `google-cloud-gke_hub` 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/gkehub.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/gke_hub"
39
+
40
+ client = Google::Cloud::GkeHub.gke_hub
41
+ request = ::Google::Cloud::GkeHub::V1::ListMembershipsRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_memberships 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 GkeHub
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-gke_hub
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
@@ -71,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  - !ruby/object:Gem::Version
72
72
  version: '0'
73
73
  requirements: []
74
- rubygems_version: 3.6.3
74
+ rubygems_version: 3.6.9
75
75
  specification_version: 4
76
76
  summary: API Client library for the GKE Hub API
77
77
  test_files: []