Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/managedkafka/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

include(GoogleCloudCppLibrary)

google_cloud_cpp_add_gapic_library(managedkafka "Apache Kafka for BigQuery API"
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)
Expand Down
6 changes: 3 additions & 3 deletions google/cloud/managedkafka/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions google/cloud/managedkafka/doc/main.dox
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion google/cloud/managedkafka/doc/options.dox
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/managedkafka/quickstart/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions google/cloud/managedkafka/quickstart/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions google/cloud/managedkafka/quickstart/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -29,7 +29,7 @@ detail.

## Configuring authentication for the C++ Client Library

Like most Google Cloud Platform (GCP) services, Apache Kafka for BigQuery API
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].
Expand Down
2 changes: 1 addition & 1 deletion google/cloud/managedkafka/quickstart/WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
Loading