diff --git a/src/site/resources/index.html b/src/site/resources/index.html index b25c498674c7..a7d7d9b9b0a8 100644 --- a/src/site/resources/index.html +++ b/src/site/resources/index.html @@ -143,8 +143,8 @@

Example: Retrieve Datastore Entries

FAQ

-

What is the relationship between the gcloud package and the gcloud command-line tool?

-

Both the gcloud command-line tool and gcloud package are a part of the Google Cloud SDK: a collection of tools and libraries that enable you to easily create and manage resources on the Google Cloud Platform. The gcloud command-line tool can be used to manage both your development workflow and your Google Cloud Platform resources while the gcloud package is the Google Cloud Client Library for Java.

+

What is the relationship between the gcloud-java library and the gcloud command-line tool?

+

Both the gcloud command-line tool and gcloud-java library are a part of the Google Cloud SDK: a collection of tools and libraries that enable you to easily create and manage resources on the Google Cloud Platform. The gcloud command-line tool can be used to manage both your development workflow and your Google Cloud Platform resources while the gcloud-java library is the Google Cloud Client Library for Java.

What is the relationship between gcloud and the Google APIs Java Client?

The Google APIs Java Client is a client library for using the broad set of Google APIs. gcloud is built specifically for the Google Cloud Platform and is the recommended way to integrate Google Cloud APIs into your Java applications. If your application requires both Google Cloud Platform and other Google APIs, the 2 libraries may be used by your application.