You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<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>
59
66
</div><!-- end of .col.col-left -->
60
67
<divclass="col col-right">
61
-
<h2>Quickstart with Maven: Add gcloud to your pom.xml</h2>
68
+
<h2>Quickstart with Maven: add gcloud-java to your pom.xml</h2>
62
69
<pre><dependency>
63
70
<groupId>com.google.cloud</groupId>
64
71
<artifactId>gcloud-java</artifactId>
@@ -111,7 +118,7 @@ <h2>Quickstart with Maven: Add gcloud to your pom.xml</h2>
111
118
<divclass="quote-box">
112
119
<h3class="block-title">What is it?</h3>
113
120
114
-
<p><code>gcloud</code> is a client library for accessing Google
121
+
<p><code>gcloud-java</code> is a client library for accessing Google
115
122
Cloud Platform services that significantly reduces the boilerplate
116
123
code you have to write. The library provides high-level API
117
124
abstractions so they're easier to understand. It embraces
@@ -120,9 +127,9 @@ <h3 class="block-title">What is it?</h3>
120
127
All this means you spend more time creating code that matters
121
128
to you.</p>
122
129
123
-
<p><code>gcloud</code> is configured to access Google Cloud Platform
130
+
<p><code>gcloud-java</code> is configured to access Google Cloud Platform
124
131
services and authorize (OAuth 2.0) automatically on your behalf.
125
-
Add the <code>gcloud</code> dependency to your project and get a private key to be
132
+
Add the <code>gcloud-java</code> dependency to your project and get a private key to be
126
133
up and ready to go. Better yet, if you are running on Google
127
134
App Engine or Compute Engine, the private key is automatically detected.
<h4>What is the relationship between the gcloud-java library and the gcloud command-line tool?</h4>
205
-
<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>
211
+
<h4>What is the relationship between the <code>gcloud-java</code> library and the <code>gcloud</code> command-line tool?</h4>
212
+
<p>Both the <code>gcloud</code> command-line tool and <code>gcloud-java</code> 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 <code>gcloud</code> 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>
206
213
207
-
<h4>What is the relationship between gcloud and the Google APIs Java Client?</h4>
208
-
<p>The <ahref="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>
214
+
<h4>What is the relationship between <code>gcloud-java</code> and the Google APIs Java Client?</h4>
215
+
<p>The <ahref="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. <code>gcloud-java</code> 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