google-cloud-gke_hub 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: f4e39b34e4e159e0730c2a19eb202927da753802e0d93f402bf817fc432ee87a
4
- data.tar.gz: 2a254bdf7102c55aa9429e2a60cd67c514867963517be0aef7e76b9144b9bf76
3
+ metadata.gz: 8f03bf68f82421c04583e6c557b58da3c0a81a48a5ec84d2f26271f744206ee9
4
+ data.tar.gz: 5972c148f289a6c8dd95892d204bcf15cdb5a727ad79b1600ca2b2a0e51ffc99
5
5
  SHA512:
6
- metadata.gz: 14bcdf5d6f0a152f8ad402e7ce6676ac4ab07714113cff1fd9530aa8ba7bc4cf0f15eb7c5909373dcaec4407ea3d4d98a5a76450cd37d6007c53dca1a9557325
7
- data.tar.gz: 459c863f99c19d3b86362cd617a0a776ede7abe62982a442b10d05947547d7fe61cb880a0891448f6a53abe408ad6ccf66f4c6530d7596b9178a916687abdac5
6
+ metadata.gz: 7addbc30f24ed2a8370630e20af30de8bab7e30bfd2e208129a521040d1762b70d36a438d6be438efed1431a185757257ef0d8674b60fb1836824005bab79467
7
+ data.tar.gz: 1dc00fe73c0190d5bcb28ed316bfa19caac65aeb3ccff769e661bc7fc3d1ad8a8d1369b625b927eaf664522b210059adeafa37adb7b9c9f8081ac72eadf2cb10
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/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.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-gke_hub
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
@@ -64,14 +64,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
64
64
  requirements:
65
65
  - - ">="
66
66
  - !ruby/object:Gem::Version
67
- version: '3.0'
67
+ version: '3.2'
68
68
  required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  requirements:
70
70
  - - ">="
71
71
  - !ruby/object:Gem::Version
72
72
  version: '0'
73
73
  requirements: []
74
- rubygems_version: 3.6.8
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: []