Skip to content

Commit e813a85

Browse files
Google APIscopybara-github
authored andcommitted
docs: changed API title to official name
PiperOrigin-RevId: 662676310
1 parent 2b7a9cb commit e813a85

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

google/cloud/managedkafka/v1/managedkafka_v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
type: google.api.Service
22
config_version: 3
33
name: managedkafka.googleapis.com
4-
title: Apache Kafka for BigQuery API
4+
title: Managed Service for Apache Kafka API
55

66
apis:
77
- name: google.cloud.location.Locations

google/cloud/managedkafka/v1/resources.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ message ConsumerTopicMetadata {
206206

207207
// Metadata for a consumer group corresponding to a specific partition.
208208
message ConsumerPartitionMetadata {
209-
// Required. The offset for this partition, or 0 if no offset has been
209+
// Required. The current offset for this partition, or 0 if no offset has been
210210
// committed.
211211
int64 offset = 1 [(google.api.field_behavior) = REQUIRED];
212212

0 commit comments

Comments
 (0)