We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7a9cb commit e813a85Copy full SHA for e813a85
2 files changed
google/cloud/managedkafka/v1/managedkafka_v1.yaml
@@ -1,7 +1,7 @@
1
type: google.api.Service
2
config_version: 3
3
name: managedkafka.googleapis.com
4
-title: Apache Kafka for BigQuery API
+title: Managed Service for Apache Kafka API
5
6
apis:
7
- name: google.cloud.location.Locations
google/cloud/managedkafka/v1/resources.proto
@@ -206,7 +206,7 @@ message ConsumerTopicMetadata {
206
207
// Metadata for a consumer group corresponding to a specific partition.
208
message ConsumerPartitionMetadata {
209
- // Required. The offset for this partition, or 0 if no offset has been
+ // Required. The current offset for this partition, or 0 if no offset has been
210
// committed.
211
int64 offset = 1 [(google.api.field_behavior) = REQUIRED];
212
0 commit comments