Skip to content

Commit

Permalink
chore: update managedkafka (#11314)
Browse files Browse the repository at this point in the history
* chore: update managedkafka

* change name pretty
  • Loading branch information
JoeWang1127 authored Nov 18, 2024
1 parent 32c071a commit 9801be5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1232,7 +1232,7 @@ libraries:
- proto_path: google/cloud/managedidentities/v1beta1

- api_shortname: managedkafka
name_pretty: Managed Service for Apache Kafka API
name_pretty: Managed Service for Apache Kafka
product_documentation: https://cloud.google.com/managed-kafka
api_description: Manage Apache Kafka clusters and resources.
client_documentation:
Expand Down
4 changes: 2 additions & 2 deletions java-managedkafka/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"api_shortname": "managedkafka",
"name_pretty": "Managed Service for Apache Kafka API",
"name_pretty": "Managed Service for Apache Kafka",
"product_documentation": "https://cloud.google.com/managed-kafka",
"api_description": "Manage Apache Kafka clusters and resources.",
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-managedkafka/latest/overview",
Expand All @@ -13,4 +13,4 @@
"api_id": "managedkafka.googleapis.com",
"library_type": "GAPIC_AUTO",
"requires_billing": true
}
}
20 changes: 10 additions & 10 deletions java-managedkafka/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Managed Service for Apache Kafka API Client for Java
# Google Managed Service for Apache Kafka Client for Java

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

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

## Authorization

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.
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.

## Getting Started

### Prerequisites

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

## About Managed Service for Apache Kafka API
## About Managed Service for Apache Kafka


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

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



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

## Transport

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

## Supported Java Versions

Expand Down

0 comments on commit 9801be5

Please sign in to comment.