Skip to content

Commit 10173a8

Browse files
author
Ajay Kannan
committed
---
yaml --- r: 6093 b: refs/heads/tswast-patch-1 c: a5f8276 h: refs/heads/master i: 6091: 6c1c214
1 parent 9ef7918 commit 10173a8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,5 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5757
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5858
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5959
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
60-
refs/heads/tswast-patch-1: 0aadec01a4ba8eebbb832b179c80c9129a48567a
60+
refs/heads/tswast-patch-1: a5f8276a4a47addd297f8e8bf5cb5ebef97f2eed
6161
refs/heads/pubsub-streaming-pull: 19262b752ee874eb2ca3b950eb2aef44d5a5267b

branches/tswast-patch-1/src/site/resources/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h1>gcloud</h1>
5757
<p>Google Cloud Client Library for Java - an idiomatic, intuitive, and natural way for Java developers to integrate with Google Cloud Platform services, like Cloud Datastore and Cloud Storage.</p>
5858
</div><!-- end of .col.col-left -->
5959
<div class="col col-right">
60-
<h2>Quickstart with Maven: Add this to your pom.xml</h2>
60+
<h2>Quickstart with Maven: Add gcloud to your pom.xml</h2>
6161
<pre>&lt;dependency&gt;
6262
&lt;groupId&gt;com.google.gcloud&lt;/groupId&gt;
6363
&lt;artifactId&gt;gcloud-java&lt;/artifactId&gt;
@@ -118,9 +118,9 @@ <h3 class="block-title">What is it?</h3>
118118

119119
<p><code>gcloud</code> is configured to access Google Cloud Platform
120120
services and authorize (OAuth 2.0) automatically on your behalf.
121-
With a quick install and a private key, you are up and ready
122-
to go. Better yet, if you are running on a Google Compute Engine
123-
instance, the installation is enough!</p>
121+
Add the <code>gcloud</code> dependency to your project and get a private key to be
122+
up and ready to go. Better yet, if you are running on a Google
123+
Compute Engine instance, the private key is automatically detected.
124124

125125
<h4>Retrieve Datastore Entries</h4>
126126

0 commit comments

Comments
 (0)