google-cloud-managed_kafka-v1 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d1769e73f7d01e6981502338872c049747317f89a71368047c5f97d5352d8b3
4
- data.tar.gz: bc81424a216bf05d2a29d6c41d19ece56de904135f75797d58b3c7d71d111dd1
3
+ metadata.gz: f02966bb29882d46e406e95df39f9933f6c9d4d7a263971fc9455e01846fadc0
4
+ data.tar.gz: 50e37934038fed5a3e0d98ebcd88a2a9a38c3dba9580ebbf7a6532c7e87697f7
5
5
  SHA512:
6
- metadata.gz: 19e30c1ed10754e0c42ed25e1c16ab893b35c3f38befb5964ffd9e0819aa97df774cc55ed173c9c3ddcc97376b87f233dae915371d2f3875acf3d591d987643a
7
- data.tar.gz: 9463ac9cef46953fc2cbdd95051e66371b0c5587e95b07a36d8f977ce3820369a0bbefa06c64cd9d52a4a5875c5070f2968205fc15bc0c28e724ca7dbe622c19
6
+ metadata.gz: 0f5971a5b4c502b350ae6a48716b48890475183ab7e33cad9a5b625639a5c907a818e4109bcd7e1a66d4b01c58f755be7283ccc866fa2e9aca871fe04acda50f
7
+ data.tar.gz: a67b250229743969b18e84a6fe3b3c2dbf271a7f24bc14882c0ba377c460efc87b4741fad40b858e4cbe3a58e1310b643c028df2c9f9fa76acfc69a6336b4f40
data/.yardopts CHANGED
@@ -1,5 +1,5 @@
1
1
  --no-private
2
- --title="Apache Kafka for BigQuery V1 API"
2
+ --title="Managed Service for Apache Kafka V1 API"
3
3
  --exclude _pb\.rb$
4
4
  --markup markdown
5
5
  --markup-provider redcarpet
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Ruby Client for the Apache Kafka for BigQuery V1 API
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 Apache Kafka for BigQuery V1 API. Most users should consider using
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
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ManagedKafka
23
23
  module V1
24
- VERSION = "0.1.2"
24
+ VERSION = "0.1.3"
25
25
  end
26
26
  end
27
27
  end
data/proto_docs/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Apache Kafka for BigQuery V1 Protocol Buffer Documentation
1
+ # Managed Service for Apache Kafka V1 Protocol Buffer Documentation
2
2
 
3
3
  These files are for the YARD documentation of the generated protobuf files.
4
4
  They are not intended to be required or loaded at runtime.
@@ -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.2
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-09 00:00:00.000000000 Z
11
+ date: 2024-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common