Skip to content

Commit 3526735

Browse files
author
Ajay Kannan
committed
changed wording in the first FAQ question
1 parent 6335704 commit 3526735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/site/resources/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ <h4>Example: Retrieve Datastore Entries</h4>
143143
<section class="block faq">
144144
<div class="container">
145145
<h3 class="block-title">FAQ</h3>
146-
<h4>What is the relationship between the gcloud package and the gcloud command-line tool?</h4>
147-
<p>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.</p>
146+
<h4>What is the relationship between the gcloud-java library and the gcloud command-line tool?</h4>
147+
<p>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.</p>
148148

149149
<h4>What is the relationship between gcloud and the Google APIs Java Client?</h4>
150150
<p>The <a href="https://github.com/google/google-api-java-client">Google APIs Java Client</a> 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.</p>

0 commit comments

Comments
 (0)