diff --git a/README.md b/README.md index 8338be7c683b8..96dcaaa06f9a2 100644 --- a/README.md +++ b/README.md @@ -290,7 +290,7 @@ See each library's `README.md` file for more information about: - [Managed Service for Microsoft Active Directory API](google/cloud/managedidentities/README.md) [\[quickstart\]](google/cloud/managedidentities/quickstart/README.md) [\[reference\]](https://cloud.google.com/cpp/docs/reference/managedidentities/latest) -- [Apache Kafka for BigQuery API](google/cloud/managedkafka/README.md) +- [Managed Service for Apache Kafka API](google/cloud/managedkafka/README.md) [\[quickstart\]](google/cloud/managedkafka/quickstart/README.md) [\[reference\]](https://cloud.google.com/cpp/docs/reference/managedkafka/latest) - [Cloud Memorystore for Memcached API](google/cloud/memcache/README.md) diff --git a/google/cloud/managedkafka/CMakeLists.txt b/google/cloud/managedkafka/CMakeLists.txt index 90391d0e56920..653964417ab91 100644 --- a/google/cloud/managedkafka/CMakeLists.txt +++ b/google/cloud/managedkafka/CMakeLists.txt @@ -16,8 +16,8 @@ include(GoogleCloudCppLibrary) -google_cloud_cpp_add_gapic_library(managedkafka "Apache Kafka for BigQuery API" - SERVICE_DIRS "v1/") +google_cloud_cpp_add_gapic_library( + managedkafka "Managed Service for Apache Kafka API" SERVICE_DIRS "v1/") if (BUILD_TESTING AND GOOGLE_CLOUD_CPP_ENABLE_CXX_EXCEPTIONS) add_executable(managedkafka_quickstart "quickstart/quickstart.cc") diff --git a/google/cloud/managedkafka/README.md b/google/cloud/managedkafka/README.md index 115720e8a9f18..9517b21833fd1 100644 --- a/google/cloud/managedkafka/README.md +++ b/google/cloud/managedkafka/README.md @@ -1,7 +1,7 @@ -# Apache Kafka for BigQuery API C++ Client Library +# Managed Service for Apache Kafka API C++ Client Library This directory contains an idiomatic C++ client library for the -[Apache Kafka for BigQuery API][cloud-service-docs]. +[Managed Service for Apache Kafka API][cloud-service-docs]. Manage Apache Kafka clusters and resources. @@ -51,7 +51,7 @@ int main(int argc, char* argv[]) try { ## More Information - Official documentation about the - [Apache Kafka for BigQuery API][cloud-service-docs] service + [Managed Service for Apache Kafka API][cloud-service-docs] service - [Reference doxygen documentation][doxygen-link] for each release of this client library - Detailed header comments in our [public `.h`][source-link] files diff --git a/google/cloud/managedkafka/doc/main.dox b/google/cloud/managedkafka/doc/main.dox index 6928f37f5d505..539ac2796a953 100644 --- a/google/cloud/managedkafka/doc/main.dox +++ b/google/cloud/managedkafka/doc/main.dox @@ -1,8 +1,8 @@ /*! -@mainpage Apache Kafka for BigQuery API C++ Client Library +@mainpage Managed Service for Apache Kafka API C++ Client Library -An idiomatic C++ client library for the [Apache Kafka for BigQuery API][cloud-service-docs]. +An idiomatic C++ client library for the [Managed Service for Apache Kafka API][cloud-service-docs]. Manage Apache Kafka clusters and resources. @@ -15,7 +15,7 @@ While this library is **GA**, please note that the Google Cloud C++ client libra The following shows the code that you'll run in the `google/cloud/managedkafka/quickstart/` directory, -which should give you a taste of the Apache Kafka for BigQuery API C++ client library API. +which should give you a taste of the Managed Service for Apache Kafka API C++ client library API. @snippet quickstart.cc all diff --git a/google/cloud/managedkafka/doc/options.dox b/google/cloud/managedkafka/doc/options.dox index 6e3107e1d0566..857755ed47341 100644 --- a/google/cloud/managedkafka/doc/options.dox +++ b/google/cloud/managedkafka/doc/options.dox @@ -1,5 +1,5 @@ /*! -@defgroup google-cloud-managedkafka-options Apache Kafka for BigQuery API Configuration Options +@defgroup google-cloud-managedkafka-options Managed Service for Apache Kafka API Configuration Options This library uses the same mechanism (`google::cloud::Options`) and the common [options](@ref options) as all other C++ client libraries for its configuration. diff --git a/google/cloud/managedkafka/quickstart/CMakeLists.txt b/google/cloud/managedkafka/quickstart/CMakeLists.txt index cd0b53ac96553..f3c75a7474e69 100644 --- a/google/cloud/managedkafka/quickstart/CMakeLists.txt +++ b/google/cloud/managedkafka/quickstart/CMakeLists.txt @@ -12,7 +12,7 @@ # License for the specific language governing permissions and limitations under # the License. -# This file shows how to use the Apache Kafka for BigQuery API C++ client +# This file shows how to use the Managed Service for Apache Kafka API C++ client # library from a larger CMake project. cmake_minimum_required(VERSION 3.10...3.24) diff --git a/google/cloud/managedkafka/quickstart/Makefile b/google/cloud/managedkafka/quickstart/Makefile index 834e05614d5a8..ea8ae74f56d77 100644 --- a/google/cloud/managedkafka/quickstart/Makefile +++ b/google/cloud/managedkafka/quickstart/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# This is a minimal Makefile to show how to use the Apache Kafka for BigQuery API C++ client +# This is a minimal Makefile to show how to use the Managed Service for Apache Kafka API C++ client # for developers who use make(1) as their build system. # The CXX, CXXFLAGS and CXXLD variables are hard-coded. These values work for @@ -24,7 +24,7 @@ BIN=. all: $(BIN)/quickstart -# Configuration variables to compile and link against the Apache Kafka for BigQuery API C++ +# Configuration variables to compile and link against the Managed Service for Apache Kafka API C++ # client library. CLIENT_MODULE := google_cloud_cpp_managedkafka CLIENT_CXXFLAGS := $(shell pkg-config $(CLIENT_MODULE) --cflags) diff --git a/google/cloud/managedkafka/quickstart/README.md b/google/cloud/managedkafka/quickstart/README.md index e200a51904a44..0a8c3d246de40 100644 --- a/google/cloud/managedkafka/quickstart/README.md +++ b/google/cloud/managedkafka/quickstart/README.md @@ -1,4 +1,4 @@ -# HOWTO: using the Apache Kafka for BigQuery API C++ client in your project +# HOWTO: using the Managed Service for Apache Kafka API C++ client in your project This directory contains small examples showing how to use the Apache Kafka for BigQuery API C++ client library in your own project. These instructions assume @@ -29,12 +29,13 @@ detail. ## Configuring authentication for the C++ Client Library -Like most Google Cloud Platform (GCP) services, Apache Kafka for BigQuery API -requires that your application authenticates with the service before accessing -any data. If you are not familiar with GCP authentication please take this -opportunity to review the [Authentication Overview][authentication-quickstart]. -This library uses the `GOOGLE_APPLICATION_CREDENTIALS` environment variable to -find the credentials file. For example: +Like most Google Cloud Platform (GCP) services, Managed Service for Apache Kafka +API requires that your application authenticates with the service before +accessing any data. If you are not familiar with GCP authentication please take +this opportunity to review the +[Authentication Overview][authentication-quickstart]. This library uses the +`GOOGLE_APPLICATION_CREDENTIALS` environment variable to find the credentials +file. For example: | Shell | Command | | :----------------- | ------------------------------------------------------------------------------------ | diff --git a/google/cloud/managedkafka/quickstart/WORKSPACE.bazel b/google/cloud/managedkafka/quickstart/WORKSPACE.bazel index c6981fcb17228..5b6aaacd2cca7 100644 --- a/google/cloud/managedkafka/quickstart/WORKSPACE.bazel +++ b/google/cloud/managedkafka/quickstart/WORKSPACE.bazel @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# A minimal WORKSPACE file showing how to use the Apache Kafka for BigQuery API +# A minimal WORKSPACE file showing how to use the Managed Service for Apache Kafka API # C++ client library in Bazel-based projects. workspace(name = "qs")