Skip to content

Commit 1edd68c

Browse files
---
yaml --- r: 8325 b: refs/heads/snehashah-snippets c: 93b75d9 h: refs/heads/master i: 8323: ff6ca12
1 parent 777380e commit 1edd68c

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
@@ -56,7 +56,7 @@ refs/tags/v0.18.0: 9d193c4c4b9d1c6f21515dd8e50836b9194ec9bb
5656
refs/tags/v0.19.0: e67b56e4d8dad5f9a7b38c9b2107c23c828f2ed5
5757
refs/tags/v0.20.0: 839f7fb7156535146aa1cb2c5aadd8d375d854e8
5858
refs/tags/v0.20.1: 370471f437f1f4f68a11e068df5cd6bf39edb1fa
59-
refs/heads/snehashah-snippets: 7fad7b17596847e9f7276700f387908f3a86e6ef
59+
refs/heads/snehashah-snippets: 93b75d9d1b67daafee9b088e2429bcaa11fd9125
6060
refs/tags/v0.20.2: 5a53aa06f268b74dc192204f4f83e1a04d40f65d
6161
refs/tags/v0.20.3: 269025fdc14af0b68df214a4518be5379b2fe569
6262
refs/tags/v0.21.0: f88b200e00e41ba6262ee88a92abba38b1e2417e

branches/snehashah-snippets/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

branches/snehashah-snippets/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

branches/snehashah-snippets/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

branches/snehashah-snippets/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.

branches/snehashah-snippets/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

branches/snehashah-snippets/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;

branches/snehashah-snippets/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

branches/snehashah-snippets/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)