Skip to content

Commit 71b3df6

Browse files
---
yaml --- r: 8225 b: refs/heads/master c: 93b75d9 h: refs/heads/master i: 8223: cc35eec
1 parent 2f33e2f commit 71b3df6

10 files changed

Lines changed: 35 additions & 9 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 7fad7b17596847e9f7276700f387908f3a86e6ef
2+
refs/heads/master: 93b75d9d1b67daafee9b088e2429bcaa11fd9125
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 0114589947fea527ea3831330789accedbecf45c
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-bigquery/src/main/java/com/google/cloud/bigquery/package-info.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
*/
1616

1717
/**
18-
* A client to Google Cloud BigQuery.
18+
* A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data
19+
* warehouse for analytics.
1920
*
2021
* <p>A simple usage example showing how to create a table if it does not exist and load data into
2122
* it. For the complete source code see

trunk/google-cloud-compute/src/main/java/com/google/cloud/compute/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/**
18-
* A client to Google Cloud Compute.
18+
* A client for Google Compute Engine – High-performance, scalable virtual machines.
1919
*
2020
* <p>Here's a simple usage example for using google-cloud from App/Compute Engine. This example
2121
* shows how to create a snapshot from an existing disk. For the complete source code see

trunk/google-cloud-datastore/src/main/java/com/google/cloud/datastore/package-info.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
*/
1616

1717
/**
18-
* A client to the Google Cloud Datastore.
18+
* A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile
19+
* applications.
1920
*
2021
* <p>Here's a simple usage example for using google-cloud from App/Compute Engine. This example
2122
* shows how to create a Datastore entity. For the complete source code see

trunk/google-cloud-dns/src/main/java/com/google/cloud/dns/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/**
18-
* A client to the Google Cloud DNS.
18+
* A client for Cloud DNS - A highly available global DNS network.
1919
*
2020
* <p>
2121
* Here are two simple usage examples from within Compute/App Engine.

trunk/google-cloud-logging/src/main/java/com/google/cloud/logging/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/**
18-
* A client to Stackdriver Logging.
18+
* A client for Stackdriver Logging - Real-time log management and analysis.
1919
*
2020
* <p>Here's a simple usage example for using google-cloud from Compute Engine/App Engine Flexible.
2121
* This example shows how to write and list log entries. For the complete source code see

trunk/google-cloud-resourcemanager/src/main/java/com/google/cloud/resourcemanager/package-info.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
*/
1616

1717
/**
18-
* A client to Google Cloud Resource Manager.
18+
* A client for Cloud Resource Manager - Centrally manage all your projects, IAM, and resource
19+
* containers.
1920
*
2021
* <p>Here's a simple usage example for using google-cloud from App/Compute Engine. This example
2122
* creates a project if it does not exist. For the complete source code see
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/*
2+
* Copyright 2017 Google Inc. All Rights Reserved.
3+
*
4+
* Licensed under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License.
6+
* You may obtain a copy of the License at
7+
*
8+
* http://www.apache.org/licenses/LICENSE-2.0
9+
*
10+
* Unless required by applicable law or agreed to in writing, software
11+
* distributed under the License is distributed on an "AS IS" BASIS,
12+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
* See the License for the specific language governing permissions and
14+
* limitations under the License.
15+
*/
16+
17+
/**
18+
* A client for Cloud Spanner - A no-compromise relational database service.
19+
*
20+
* @see <a href="https://cloud.google.com/spanner/">Cloud Spanner</a>
21+
*/
22+
23+
package com.google.cloud.spanner;

trunk/google-cloud-storage/src/main/java/com/google/cloud/storage/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/**
18-
* A client to Google Cloud Storage.
18+
* A client for Cloud Storage - Unified object storage.
1919
*
2020
* <p>Here's a simple usage example for using google-cloud from App/Compute Engine. This example
2121
* shows how to create a Storage blob. For the complete source code see

trunk/google-cloud-translate/src/main/java/com/google/cloud/translate/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
/**
18-
* A client to Google Translation.
18+
* A client for Cloud Translation - Fast, dynamic translation.
1919
*
2020
* <p>Here's a simple usage example for Google Cloud Translation. This example shows how to detect
2121
* the language of some text and how to translate some text. The example assumes that either

0 commit comments

Comments
 (0)