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
Java 7 or above is required for using this client.
32
+
33
+
Versioning
34
+
----------
35
+
36
+
This library follows [Semantic Versioning] (http://semver.org/).
37
+
38
+
It is currently in major version zero (``0.y.z``), which means that anything
39
+
may change at any time and the public API should not be considered
40
+
stable.
41
+
42
+
Contributing
43
+
------------
44
+
45
+
Contributions to this library are always welcome and highly encouraged.
46
+
47
+
See `gcloud-java`'s [CONTRIBUTING] documentation and the `gcloud-*`[shared documentation](https://github.com/GoogleCloudPlatform/gcloud-common/blob/master/contributing/readme.md#how-to-contribute-to-gcloud) for more information on how to get started.
48
+
49
+
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more information.
Copy file name to clipboardExpand all lines: trunk/gcloud-java-examples/README.md
+47-47Lines changed: 47 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,54 +39,54 @@ To run examples from your command line:
39
39
40
40
4. Run an example using Maven from command line.
41
41
42
-
Here's an example run of `BigQueryExample`.
43
-
44
-
Before running the example, go to the [Google Developers Console][developers-console] to ensure
45
-
that BigQuery API is enabled. You can upload a CSV file `my_csv_file` to the `my_bucket` bucket
46
-
(replace `my_csv_file` and `my_bucket` with actual file and bucket names) using the GCS
47
-
[web browser](https://console.developers.google.com/storage/browser). The CSV file will be used to
48
-
load data into a BigQuery table and should look something like:
$mvn exec:java -Dexec.mainClass="com.google.gcloud.examples.BigQueryExample" -Dexec.args="query 'select * from new_dataset_id.new_table_id'"
61
-
```
62
-
63
-
Here's an example run of `DatastoreExample`.
42
+
*Here's an example run of `BigQueryExample`.
43
+
44
+
Before running the example, go to the [Google Developers Console][developers-console] to ensure
45
+
that BigQuery API is enabled. You can upload a CSV file `my_csv_file` to the `my_bucket` bucket
46
+
(replace `my_csv_file` and `my_bucket` with actual file and bucket names) using the GCS
47
+
[web browser](https://console.developers.google.com/storage/browser). The CSV file will be used to
48
+
load data into a BigQuery table and should look something like:
mvn exec:java -Dexec.mainClass="com.google.gcloud.examples.BigQueryExample" -Dexec.args="query 'select * from new_dataset_id.new_table_id'"
61
+
```
62
+
63
+
* Here's an example run of `DatastoreExample`.
64
64
65
-
Note that you have to enable the Google Cloud Datastore API on the [Google Developers Console][developers-console] before running the following commands.
Before running the example, go to the [Google Developers Console][developers-console] to ensure that Google Cloud Storage API is enabled and that you have a bucket. Also ensure that you have a test file (`test.txt` is chosen here) to upload to Cloud Storage stored locally on your machine.
Be sure to change the placeholder project ID "your-project-id" with your own project ID. Also note that you have to enable the Google Cloud Datastore API on the [Google Developers Console][developers-console] before running the following commands.
Before running the example, go to the [Google Developers Console][developers-console] to ensure that Google Cloud Storage API is enabled and that you have a bucket. Also ensure that you have a test file (`test.txt` is chosen here) to upload to Cloud Storage stored locally on your machine.
0 commit comments