google-cloud-managed_kafka 2.1.1 → 2.1.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: ea15a14aaf899f11280d29e2259866d54de8e70a153808f1e0f94801e4dbd258
4
- data.tar.gz: 4ea794b15b332ad25163cf30b80cc30df472cbe24514e0da129a013d72dc35d1
3
+ metadata.gz: 8ab1ab26808f0572b7eff6a860bfdb1a78f2d476f8f16b78aaa5fc3cc2395a5a
4
+ data.tar.gz: e8acc7dd35a15591e93ba198aa7495ffe534fd49df88b19b16cb356ed20623ef
5
5
  SHA512:
6
- metadata.gz: 61eac3fc2e25a6f1e524155e0a19f98d8bdcf1ef9684c925f8c95be199ca67d3a1965f3ae495b25bd8c380e802edd1a807ec3fa75c88761f10ca5e3c331d6023
7
- data.tar.gz: cbe951dcb008a9970ef97dee6c2b68fe0a10f602272354b7286b2a2fbe0fe198a0741dd37dc5dad0c74e1206561916e1b64a801749668cc9ca85df907687fe1d
6
+ metadata.gz: 86ff2bd3753d47c4c6000baf07dd3d6a260799bf560deaf505d1b288513e91fa65a3b52459e3f302008fe93be86b501933512334591e626daf9c06c06dc6bb83
7
+ data.tar.gz: 96662fce62afa8896250296a5cc57fc97af381f3f93aefca92c3d29da2f8dded2474eb6f4e567070e347567a0b31df17a2c838872a46ec372fe8216ac965efe8
data/README.md CHANGED
@@ -33,6 +33,14 @@ In order to use this library, you first need to go through the following steps:
33
33
  1. [Enable the API.](https://console.cloud.google.com/apis/library/managedkafka.googleapis.com)
34
34
  1. {file:AUTHENTICATION.md Set up authentication.}
35
35
 
36
+ ```ruby
37
+ require "google/cloud/managed_kafka"
38
+
39
+ client = Google::Cloud::ManagedKafka.managed_kafka
40
+ request = ::Google::Cloud::ManagedKafka::V1::ListClustersRequest.new # (request fields as keyword arguments...)
41
+ response = client.list_clusters request
42
+ ```
43
+
36
44
  ## Debug Logging
37
45
 
38
46
  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 ManagedKafka
23
- VERSION = "2.1.1"
23
+ VERSION = "2.1.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-managed_kafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -68,7 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  requirements: []
71
- rubygems_version: 3.6.8
71
+ rubygems_version: 3.6.9
72
72
  specification_version: 4
73
73
  summary: Manage Apache Kafka clusters and resources.
74
74
  test_files: []