Skip to content

Commit 9d3e01d

Browse files
committed
Update landing page
1 parent d227f71 commit 9d3e01d

1 file changed

Lines changed: 18 additions & 19 deletions

File tree

src/site/resources/index.html

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<head>
77
<meta charset="utf-8">
88
<meta http-equiv="X-UA-Compatible" content="IE=edge">
9-
<title>gcloud-java</title>
9+
<title>google-cloud-java</title>
1010
<meta name="description" content="Java idiomatic client for Google Cloud services">
1111
<meta name="viewport" content="width=device-width, initial-scale=1">
1212
<link rel="shortcut icon" href="https://cloud.google.com/images/gcp-favicon.ico">
@@ -53,7 +53,7 @@ <h1 class="logo"><img src="img/logo-full.svg" alt="Google Cloud Platform" /></h1
5353
</a>
5454
</li>
5555
<li>
56-
<a href="https://googlecloudplatform.github.io/gcloud-ruby/" title="Ruby docs page">
56+
<a href="https://googlecloudplatform.github.io/google-cloud-ruby/" title="Ruby docs page">
5757
<img src="img/icon-lang-ruby.svg" alt="Ruby icon" class="menu-icon" />
5858
Ruby
5959
</a>
@@ -67,17 +67,16 @@ <h1 class="logo"><img src="img/logo-full.svg" alt="Google Cloud Platform" /></h1
6767
<section class="hero-banner">
6868
<div class="container clearfix">
6969
<div class="col col-left">
70-
<h1>gcloud-java</h1>
70+
<h1>google-cloud</h1>
7171
<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>
7272
</div><!-- end of .col.col-left -->
7373
<div class="col col-right">
74-
<h2>Quickstart with Maven: add gcloud-java to your pom.xml</h2>
74+
<h2>Quickstart with Maven: add google-cloud to your pom.xml</h2>
7575
<pre>&lt;dependency&gt;
7676
&lt;groupId&gt;com.google.cloud&lt;/groupId&gt;
77-
&lt;artifactId&gt;gcloud-java&lt;/artifactId&gt;
77+
&lt;artifactId&gt;google-cloud&lt;/artifactId&gt;
7878
&lt;version&gt;{{SITE_VERSION}}&lt;/version&gt;
7979
&lt;/dependency&gt;</pre>
80-
<p><i>As of April 12th, 2016, gcloud-java's group ID and base package were renamed to "com.google.cloud". If you haven't already, please update your dependencies.</i></p>
8180
</div><!-- end of .col.col-right -->
8281
</div><!-- end of .container -->
8382
</section><!-- end of .hero-banner -->
@@ -86,25 +85,25 @@ <h2>Quickstart with Maven: add gcloud-java to your pom.xml</h2>
8685
<div class="container">
8786
<ul class="featuring-links">
8887
<li>
89-
<a href="./apidocs/index.html" title="gcloud-java docs" class="btn btn-docs">
88+
<a href="./apidocs/index.html" title="google-cloud docs" class="btn btn-docs">
9089
<img src="img/icon-lang-java-duke.svg" alt="Java icon" class="menu-icon" />
9190
Read the Docs
9291
</a>
9392
</li>
9493
<li>
95-
<a href="https://github.com/GoogleCloudPlatform/gcloud-java" title="gcloud-java on Github" class="ext-link">
94+
<a href="https://github.com/GoogleCloudPlatform/google-cloud-java" title="google-cloud on Github" class="ext-link">
9695
<img src="img/icon-link-github.svg" alt="Github icon" />
9796
Github
9897
</a>
9998
</li>
10099
<li>
101-
<a href="https://github.com/GoogleCloudPlatform/gcloud-java/issues" title="gcloud-java issues on Github" class="ext-link">
100+
<a href="https://github.com/GoogleCloudPlatform/google-cloud-java/issues" title="google-cloud issues on Github" class="ext-link">
102101
<img src="img/icon-link-github.svg" alt="Github icon" />
103102
Issues
104103
</a>
105104
</li>
106105
<li>
107-
<a href="http://stackoverflow.com/questions/tagged/gcloud-java" title="gcloud on StackOverflow" class="ext-link">
106+
<a href="http://stackoverflow.com/questions/tagged/gcloud-java" title="google-cloud on StackOverflow" class="ext-link">
108107
<img src="img/icon-link-stackoverflow.svg" alt="StackOverflow icon" />
109108
StackOverflow
110109
</a>
@@ -124,7 +123,7 @@ <h2>Quickstart with Maven: add gcloud-java to your pom.xml</h2>
124123
<div class="quote-box">
125124
<h3 class="block-title">What is it?</h3>
126125

127-
<p><code>gcloud-java</code> is a client library for accessing Google
126+
<p><code>google-cloud</code> is a client library for accessing Google
128127
Cloud Platform services that significantly reduces the boilerplate
129128
code you have to write. The library provides high-level API
130129
abstractions so they're easier to understand. It embraces
@@ -133,9 +132,9 @@ <h3 class="block-title">What is it?</h3>
133132
All this means you spend more time creating code that matters
134133
to you.</p>
135134

136-
<p><code>gcloud-java</code> is configured to access Google Cloud Platform
135+
<p><code>google-cloud</code> is configured to access Google Cloud Platform
137136
services and authorize (OAuth 2.0) automatically on your behalf.
138-
Add the <code>gcloud-java</code> dependency to your project and get a private key to be
137+
Add the <code>google-cloud</code> dependency to your project and get a private key to be
139138
up and ready to go. Better yet, if you are running on Google
140139
App Engine or Compute Engine, the private key is automatically detected.
141140
</div>
@@ -192,7 +191,7 @@ <h3 class="block-title">Examples</h3>
192191

193192
<ul>
194193
<li>
195-
<a href="https://github.com/GoogleCloudPlatform/getting-started-java/tree/master/bookshelf"><code>Bookshelf</code></a> - An App Engine app that manages a virtual bookshelf using gcloud-java libraries for Datastore and Storage.
194+
<a href="https://github.com/GoogleCloudPlatform/getting-started-java/tree/master/bookshelf"><code>Bookshelf</code></a> - An App Engine app that manages a virtual bookshelf using google-cloud libraries for Datastore and Storage.
196195
</li>
197196

198197
<li>
@@ -202,7 +201,7 @@ <h3 class="block-title">Examples</h3>
202201
<a href="https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managed_vms/cloudstorage"><code>Flexible Environment/Storage example</code></a> - An app that uploads files to a public Cloud Storage bucket on the App Engine Flexible Environment runtime.
203202
</li>
204203
<li>
205-
<a href="https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managed_vms/sparkjava"><code>SparkJava demo</code></a> - Uses gcloud-java with App Engine Flexible Environment, Datastore, and SparkJava.
204+
<a href="https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/managed_vms/sparkjava"><code>SparkJava demo</code></a> - Uses google-cloud with App Engine Flexible Environment, Datastore, and SparkJava.
206205
</li>
207206
<li>
208207
<a href="https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/datastore"><code>TaskList</code></a> - An command line app that manages a to-do list using Cloud Datastore.
@@ -214,11 +213,11 @@ <h3 class="block-title">Examples</h3>
214213
<section class="block faq">
215214
<div class="container">
216215
<h3 class="block-title">FAQ</h3>
217-
<h4>What is the relationship between the <code>gcloud-java</code> library and the <code>gcloud</code> command-line tool?</h4>
218-
<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>
216+
<h4>What is the relationship between the <code>google-cloud</code> library and the <code>gcloud</code> command-line tool?</h4>
217+
<p>Both the <code>gcloud</code> command-line tool and <code>google-cloud</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 <code>google-cloud</code> library is the Google Cloud Client Library for Java.</p>
219218

220-
<h4>What is the relationship between <code>gcloud-java</code> and the Google APIs Java Client?</h4>
221-
<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. <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>
219+
<h4>What is the relationship between <code>google-cloud</code> and the Google APIs Java Client?</h4>
220+
<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. <code>google-cloud</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>
222221
</div><!-- end of .container -->
223222
</section><!-- end of .faq -->
224223
</article><!-- end of .main -->

0 commit comments

Comments
 (0)