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
{{ message }}
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
See the [Authentication](https://github.com/googleapis/google-cloud-java#authentication) section in the base directory's README.
62
+
See the [Authentication][authentication] section in the base directory's README.
60
63
61
-
About Cloud Labeling
62
-
----------------------------
64
+
## Getting Started
63
65
64
-
See the [Cloud Data Labeling client library docs][datalabeling-lib-docs] to learn how to use this Cloud Data Labeling Client Library.
66
+
### Prerequisites
65
67
66
-
Getting Started
67
-
---------------
68
-
#### Prerequisites
69
-
You will need a [Google Developers Console](https://console.developers.google.com/) project with the Cloud Data Labeling API enabled. [Follow these instructions](https://cloud.google.com/resource-manager/docs/creating-managing-projects) to get your project set up. You will also need to set up the local development environment by [installing the Google Cloud SDK](https://cloud.google.com/sdk/) and running the following commands in command line: `gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
68
+
You will need a [Google Cloud Platform Console][developer-console] project with the Google Cloud Data Labeling [API enabled][enable-api].
70
69
71
-
#### Installation and setup
72
-
You'll need to obtain the `google-cloud-datalabeling` library. See the [Quickstart](#quickstart) section to add `google-cloud-datalabeling` as a dependency in your code.
70
+
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
71
+
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
72
+
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
73
73
74
-
Troubleshooting
75
-
---------------
74
+
### Installation and setup
76
75
77
-
To get help, follow the instructions in the [shared Troubleshooting document](https://github.com/googleapis/google-cloud-common/blob/master/troubleshooting/readme.md#troubleshooting).
76
+
You'll need to obtain the `google-cloud-datalabeling` library. See the [Quickstart](#quickstart) section
77
+
to add `google-cloud-datalabeling` as a dependency in your code.
78
78
79
-
Transport
80
-
---------
81
-
Cloud Data Labeling uses gRPC for the transport layer.
79
+
## About Google Cloud Data Labeling
82
80
83
-
Java Versions
84
-
-------------
81
+
See the [Google Cloud Data Labeling client library docs][javadocs] to learn how to
82
+
use this Google Cloud Data Labeling Client Library.
85
83
86
-
Java 7 or above is required for using this client.
84
+
## Troubleshooting
87
85
88
-
Versioning
89
-
----------
86
+
To get help, follow the instructions in the [shared Troubleshooting document][troubleshooting].
90
87
91
-
This library follows [Semantic Versioning](http://semver.org/).
88
+
## Transport
92
89
93
-
It is currently in major version zero (``0.y.z``), which means that anything may change at any time and the public API should not be considered stable.
90
+
Google Cloud Data Labeling uses gRPC for the transport layer.
94
91
95
-
Contributing
96
-
------------
92
+
## Java Versions
97
93
98
-
Contributions to this library are always welcome and highly encouraged.
94
+
Java 7 or above is required for using this client.
99
95
100
-
See `google-cloud`'s [CONTRIBUTING] documentation and the [shared documentation](https://github.com/googleapis/google-cloud-common/blob/master/contributing/readme.md#how-to-contribute-to-gcloud) for more information on how to get started.
96
+
## Versioning
101
97
102
-
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.
98
+
This library follows [Semantic Versioning](http://semver.org/).
99
+
100
+
101
+
It is currently in major version zero (``0.y.z``), which means that anything may change at any time
102
+
and the public API should not be considered stable.
0 commit comments