google-cloud-managed_kafka-v1 0.1.2 → 0.1.3
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 +4 -4
- data/.yardopts +1 -1
- data/README.md +3 -3
- data/lib/google/cloud/managed_kafka/v1/version.rb +1 -1
- data/proto_docs/README.md +1 -1
- data/proto_docs/google/api/client.rb +17 -0
- data/proto_docs/google/cloud/managedkafka/v1/resources.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f02966bb29882d46e406e95df39f9933f6c9d4d7a263971fc9455e01846fadc0
|
|
4
|
+
data.tar.gz: 50e37934038fed5a3e0d98ebcd88a2a9a38c3dba9580ebbf7a6532c7e87697f7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0f5971a5b4c502b350ae6a48716b48890475183ab7e33cad9a5b625639a5c907a818e4109bcd7e1a66d4b01c58f755be7283ccc866fa2e9aca871fe04acda50f
|
|
7
|
+
data.tar.gz: a67b250229743969b18e84a6fe3b3c2dbf271a7f24bc14882c0ba377c460efc87b4741fad40b858e4cbe3a58e1310b643c028df2c9f9fa76acfc69a6336b4f40
|
data/.yardopts
CHANGED
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Ruby Client for the
|
|
1
|
+
# Ruby Client for the Managed Service for Apache Kafka V1 API
|
|
2
2
|
|
|
3
3
|
Manage Apache Kafka clusters and resources.
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@ Manage Apache Kafka clusters and resources.
|
|
|
6
6
|
https://github.com/googleapis/google-cloud-ruby
|
|
7
7
|
|
|
8
8
|
This gem is a _versioned_ client. It provides basic client classes for a
|
|
9
|
-
specific version of the
|
|
9
|
+
specific version of the Managed Service for Apache Kafka V1 API. Most users should consider using
|
|
10
10
|
the main client gem,
|
|
11
11
|
[google-cloud-managed_kafka](https://rubygems.org/gems/google-cloud-managed_kafka).
|
|
12
12
|
See the section below titled *Which client should I use?* for more information.
|
|
@@ -39,7 +39,7 @@ response = client.list_clusters request
|
|
|
39
39
|
View the [Client Library Documentation](https://cloud.google.com/ruby/docs/reference/google-cloud-managed_kafka-v1/latest)
|
|
40
40
|
for class and method documentation.
|
|
41
41
|
|
|
42
|
-
See also the [Product Documentation](https://cloud.google.com/managed-kafka)
|
|
42
|
+
See also the [Product Documentation](https://cloud.google.com/managed-service-for-apache-kafka/docs)
|
|
43
43
|
for general usage information.
|
|
44
44
|
|
|
45
45
|
## Enabling Logging
|
data/proto_docs/README.md
CHANGED
|
@@ -196,9 +196,26 @@ module Google
|
|
|
196
196
|
# @!attribute [rw] common
|
|
197
197
|
# @return [::Google::Api::CommonLanguageSettings]
|
|
198
198
|
# Some settings.
|
|
199
|
+
# @!attribute [rw] experimental_features
|
|
200
|
+
# @return [::Google::Api::PythonSettings::ExperimentalFeatures]
|
|
201
|
+
# Experimental features to be included during client library generation.
|
|
199
202
|
class PythonSettings
|
|
200
203
|
include ::Google::Protobuf::MessageExts
|
|
201
204
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
205
|
+
|
|
206
|
+
# Experimental features to be included during client library generation.
|
|
207
|
+
# These fields will be deprecated once the feature graduates and is enabled
|
|
208
|
+
# by default.
|
|
209
|
+
# @!attribute [rw] rest_async_io_enabled
|
|
210
|
+
# @return [::Boolean]
|
|
211
|
+
# Enables generation of asynchronous REST clients if `rest` transport is
|
|
212
|
+
# enabled. By default, asynchronous REST clients will not be generated.
|
|
213
|
+
# This feature will be enabled by default 1 month after launching the
|
|
214
|
+
# feature in preview packages.
|
|
215
|
+
class ExperimentalFeatures
|
|
216
|
+
include ::Google::Protobuf::MessageExts
|
|
217
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
218
|
+
end
|
|
202
219
|
end
|
|
203
220
|
|
|
204
221
|
# Settings for Node client libraries.
|
|
@@ -217,7 +217,7 @@ module Google
|
|
|
217
217
|
# Metadata for a consumer group corresponding to a specific partition.
|
|
218
218
|
# @!attribute [rw] offset
|
|
219
219
|
# @return [::Integer]
|
|
220
|
-
# Required. The offset for this partition, or 0 if no offset has been
|
|
220
|
+
# Required. The current offset for this partition, or 0 if no offset has been
|
|
221
221
|
# committed.
|
|
222
222
|
# @!attribute [rw] metadata
|
|
223
223
|
# @return [::String]
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-managed_kafka-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-08-
|
|
11
|
+
date: 2024-08-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|