Skip to content

Commit 9801be5

Browse files
authored
chore: update managedkafka (#11314)
* chore: update managedkafka * change name pretty
1 parent 32c071a commit 9801be5

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@ libraries:
12321232
- proto_path: google/cloud/managedidentities/v1beta1
12331233

12341234
- api_shortname: managedkafka
1235-
name_pretty: Managed Service for Apache Kafka API
1235+
name_pretty: Managed Service for Apache Kafka
12361236
product_documentation: https://cloud.google.com/managed-kafka
12371237
api_description: Manage Apache Kafka clusters and resources.
12381238
client_documentation:

java-managedkafka/.repo-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"api_shortname": "managedkafka",
3-
"name_pretty": "Managed Service for Apache Kafka API",
3+
"name_pretty": "Managed Service for Apache Kafka",
44
"product_documentation": "https://cloud.google.com/managed-kafka",
55
"api_description": "Manage Apache Kafka clusters and resources.",
66
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-managedkafka/latest/overview",
@@ -13,4 +13,4 @@
1313
"api_id": "managedkafka.googleapis.com",
1414
"library_type": "GAPIC_AUTO",
1515
"requires_billing": true
16-
}
16+
}

java-managedkafka/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Managed Service for Apache Kafka API Client for Java
1+
# Google Managed Service for Apache Kafka Client for Java
22

3-
Java idiomatic client for [Managed Service for Apache Kafka API][product-docs].
3+
Java idiomatic client for [Managed Service for Apache Kafka][product-docs].
44

55
[![Maven][maven-version-image]][maven-version-link]
66
![Stability][stability-image]
@@ -67,14 +67,14 @@ See the [Authentication][authentication] section in the base directory's README.
6767

6868
## Authorization
6969

70-
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired Managed Service for Apache Kafka API APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Managed Service for Apache Kafka API calls.
70+
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired Managed Service for Apache Kafka APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the Managed Service for Apache Kafka API calls.
7171

7272
## Getting Started
7373

7474
### Prerequisites
7575

76-
You will need a [Google Cloud Platform Console][developer-console] project with the Managed Service for Apache Kafka API [API enabled][enable-api].
77-
You will need to [enable billing][enable-billing] to use Google Managed Service for Apache Kafka API.
76+
You will need a [Google Cloud Platform Console][developer-console] project with the Managed Service for Apache Kafka [API enabled][enable-api].
77+
You will need to [enable billing][enable-billing] to use Google Managed Service for Apache Kafka.
7878
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
7979
[installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands in command line:
8080
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
@@ -84,13 +84,13 @@ You will need to [enable billing][enable-billing] to use Google Managed Service
8484
You'll need to obtain the `google-cloud-managedkafka` library. See the [Quickstart](#quickstart) section
8585
to add `google-cloud-managedkafka` as a dependency in your code.
8686

87-
## About Managed Service for Apache Kafka API
87+
## About Managed Service for Apache Kafka
8888

8989

90-
[Managed Service for Apache Kafka API][product-docs] Manage Apache Kafka clusters and resources.
90+
[Managed Service for Apache Kafka][product-docs] Manage Apache Kafka clusters and resources.
9191

92-
See the [Managed Service for Apache Kafka API client library docs][javadocs] to learn how to
93-
use this Managed Service for Apache Kafka API Client Library.
92+
See the [Managed Service for Apache Kafka client library docs][javadocs] to learn how to
93+
use this Managed Service for Apache Kafka Client Library.
9494

9595

9696

@@ -103,7 +103,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
103103

104104
## Transport
105105

106-
Managed Service for Apache Kafka API uses both gRPC and HTTP/JSON for the transport layer.
106+
Managed Service for Apache Kafka uses both gRPC and HTTP/JSON for the transport layer.
107107

108108
## Supported Java Versions
109109

0 commit comments

Comments
 (0)