Skip to content

Commit

Permalink
changed wording in the first FAQ question
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajay Kannan committed Aug 18, 2015
1 parent 6335704 commit 3526735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/site/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ <h4>Example: Retrieve Datastore Entries</h4>
<section class="block faq">
<div class="container">
<h3 class="block-title">FAQ</h3>
<h4>What is the relationship between the gcloud package and the gcloud command-line tool?</h4>
<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>
<h4>What is the relationship between the gcloud-java library and the gcloud command-line tool?</h4>
<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>

<h4>What is the relationship between gcloud and the Google APIs Java Client?</h4>
<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>
Expand Down

0 comments on commit 3526735

Please sign in to comment.