You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -67,14 +67,14 @@ See the [Authentication][authentication] section in the base directory's README.
67
67
68
68
## Authorization
69
69
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.
71
71
72
72
## Getting Started
73
73
74
74
### Prerequisites
75
75
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.
78
78
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
79
79
[installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands in command line:
80
80
`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
84
84
You'll need to obtain the `google-cloud-managedkafka` library. See the [Quickstart](#quickstart) section
85
85
to add `google-cloud-managedkafka` as a dependency in your code.
86
86
87
-
## About Managed Service for Apache Kafka API
87
+
## About Managed Service for Apache Kafka
88
88
89
89
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.
91
91
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.
94
94
95
95
96
96
@@ -103,7 +103,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
103
103
104
104
## Transport
105
105
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.
0 commit comments