diff --git a/docs/json/home.html b/docs/json/home.html index 498547bc17b2..737848b44868 100644 --- a/docs/json/home.html +++ b/docs/json/home.html @@ -1,7 +1,7 @@
-

gcloud

+

gcloud-python

Google Cloud Client Library for Python - an idiomatic, intuitive, and natural way for Python developers to integrate with Google Cloud Platform services, like Cloud Datastore @@ -60,7 +60,7 @@

What is it?

-

gcloud is a client library for accessing Google +

gcloud-python is a client library for accessing Google Cloud Platform services that significantly reduces the boilerplate code you have to write. The library provides high-level API abstractions so they're easier to understand. It embraces @@ -69,7 +69,7 @@

What is it?

All this means you spend more time creating code that matters to you.

-

gcloud is configured to access Google Cloud Platform +

gcloud-python is configured to access Google Cloud Platform services and authorize (OAuth 2.0) automatically on your behalf. With a one-line install and a private key, you are up and ready to go. Better yet, if you are running on a Google Compute Engine @@ -107,22 +107,22 @@

Examples

FAQ

-

What is the relationship between the gcloud package +

What is the relationship between the gcloud-python 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 + gcloud-python 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 Platform resources while the gcloud-python package is the Google Cloud Client Library for Python.

-

What is the relationship between gcloud +

What is the relationship between gcloud-python and the Google APIs Python Client?

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

diff --git a/docs/json/index.html b/docs/json/index.html index a0615a61e83c..205a209b78d8 100644 --- a/docs/json/index.html +++ b/docs/json/index.html @@ -1,4 +1,4 @@ -gcloud
\ No newline at end of file +