Skip to content

Commit 0cf66cb

Browse files
authored
Update Managed Kafka service name (#11411)
1 parent 818c46b commit 0cf66cb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

mmv1/products/managedkafka/Cluster.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ id_format: projects/{{project}}/locations/{{location}}/clusters/{{cluster_id}}
1919
import_format:
2020
- projects/{{project}}/locations/{{location}}/clusters/{{cluster_id}}
2121
name: Cluster
22-
description: An Apache Kafka for BigQuery cluster. Apache Kafka is a trademark owned by the Apache Software Foundation.
22+
description: A Managed Service for Apache Kafka cluster. Apache Kafka is a trademark owned by the Apache Software Foundation.
2323
min_version: beta
2424
update_verb: :PATCH
2525
update_mask: true
@@ -67,7 +67,7 @@ async: !ruby/object:Api::OpAsync
6767
parameters:
6868
- !ruby/object:Api::Type::String
6969
name: location
70-
description: "ID of the location of the Apache Kafka for BigQuery resource. See
70+
description: "ID of the location of the Kafka resource. See
7171
https://cloud.google.com/managed-kafka/docs/locations for a list of
7272
supported locations."
7373
url_param_only: true

mmv1/products/managedkafka/Topic.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ id_format: projects/{{project}}/locations/{{location}}/clusters/{{cluster}}/topi
1919
import_format:
2020
- projects/{{project}}/locations/{{location}}/clusters/{{cluster}}/topics/{{topic_id}}
2121
name: Topic
22-
description: An Apache Kafka for BigQuery topic. Apache Kafka is a trademark owned by the Apache Software Foundation.
22+
description: A Managed Service for Apache Kafka topic. Apache Kafka is a trademark owned by the Apache Software Foundation.
2323
min_version: beta
2424
update_verb: :PATCH
2525
update_mask: true
@@ -34,7 +34,7 @@ examples:
3434
parameters:
3535
- !ruby/object:Api::Type::String
3636
name: location
37-
description: "ID of the location of the Apache Kafka for BigQuery resource. See
37+
description: "ID of the location of the Kafka resource. See
3838
https://cloud.google.com/managed-kafka/docs/locations for a list of
3939
supported locations."
4040
url_param_only: true

mmv1/products/managedkafka/go_Cluster.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Warning: This is a temporary file, and should not be edited directly
1515
---
1616
name: 'Cluster'
17-
description: An Apache Kafka for BigQuery cluster. Apache Kafka is a trademark owned by the Apache Software Foundation.
17+
description: A Managed Service for Apache Kafka cluster. Apache Kafka is a trademark owned by the Apache Software Foundation.
1818
min_version: 'beta'
1919
docs:
2020
id_format: 'projects/{{project}}/locations/{{location}}/clusters/{{cluster_id}}'
@@ -63,7 +63,7 @@ examples:
6363
parameters:
6464
- name: 'location'
6565
type: String
66-
description: "ID of the location of the Apache Kafka for BigQuery resource. See
66+
description: "ID of the location of the Kafka resource. See
6767
https://cloud.google.com/managed-kafka/docs/locations for a list of
6868
supported locations."
6969
min_version: 'beta'

mmv1/products/managedkafka/go_Topic.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# Warning: This is a temporary file, and should not be edited directly
1515
---
1616
name: 'Topic'
17-
description: An Apache Kafka for BigQuery topic. Apache Kafka is a trademark owned by the Apache Software Foundation.
17+
description: A Managed Service for Apache Kafka topic. Apache Kafka is a trademark owned by the Apache Software Foundation.
1818
min_version: 'beta'
1919
docs:
2020
id_format: 'projects/{{project}}/locations/{{location}}/clusters/{{cluster}}/topics/{{topic_id}}'
@@ -40,7 +40,7 @@ examples:
4040
parameters:
4141
- name: 'location'
4242
type: String
43-
description: "ID of the location of the Apache Kafka for BigQuery resource. See
43+
description: "ID of the location of the Kafka resource. See
4444
https://cloud.google.com/managed-kafka/docs/locations for a list of
4545
supported locations."
4646
min_version: 'beta'

0 commit comments

Comments
 (0)