Lines Matching +full:cloud +full:- +full:client
1 # Google Cloud Debugger Client for Java
3 Java idiomatic client for [Cloud Debugger][product-docs].
5 [![Maven][maven-version-image]][maven-version-link]
6 ![Stability][stability-image]
8 - [Product Documentation][product-docs]
9 - [Client Library Documentation][javadocs]
15 If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
21 <groupId>com.google.cloud</groupId>
22 <artifactId>libraries-bom</artifactId>
32 <groupId>com.google.cloud</groupId>
33 <artifactId>google-cloud-debugger-client</artifactId>
39 <!-- {x-version-update-start:google-cloud-debugger-client:released} -->
43 <groupId>com.google.cloud</groupId>
44 <artifactId>google-cloud-debugger-client</artifactId>
52 implementation 'com.google.cloud:google-cloud-debugger-client:1.17.0'
58 libraryDependencies += "com.google.cloud" % "google-cloud-debugger-client" % "1.17.0"
60 <!-- {x-version-update-end} -->
68 …client application making API calls must be granted [authorization scopes][auth-scopes] required f…
74 You will need a [Google Cloud Platform Console][developer-console] project with the Cloud Debugger …
75 You will need to [enable billing][enable-billing] to use Google Cloud Debugger.
76 [Follow these instructions][create-project] to get your project set up. You will also need to set u…
77 [installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands …
82 You'll need to obtain the `google-cloud-debugger-client` library. See the [Quickstart](#quickstart…
83 to add `google-cloud-debugger-client` as a dependency in your code.
85 ## About Cloud Debugger
88 …Cloud Debugger][product-docs] is a feature of Google Cloud Platform that lets you inspect the stat…
90 See the [Cloud Debugger client library docs][javadocs] to learn how to
91 use this Cloud Debugger Client Library.
104 Cloud Debugger uses gRPC for the transport layer.
108 Java 8 or above is required for using this client.
110 Google's Java client libraries,
111 [Google Cloud Client Libraries][cloudlibs]
113 [Google Cloud API Libraries][apilibs],
130 Google tests its client libraries with all current LTS versions covered by
136 Google's client libraries support legacy versions of Java runtimes with long
147 the individual GitHub repository `github.com/GoogleAPIs/java-SERVICENAME`
148 and on [google-cloud-java][g-c-j].
165 this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more
171 Apache 2.0 - See [LICENSE][license] for more information.
176 ------------ | ------
177 Java 8 | [![Kokoro CI][kokoro-badge-image-2]][kokoro-badge-link-2]
178 Java 8 OSX | [![Kokoro CI][kokoro-badge-image-3]][kokoro-badge-link-3]
179 Java 8 Windows | [![Kokoro CI][kokoro-badge-image-4]][kokoro-badge-link-4]
180 Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
184 [product-docs]: https://cloud.google.com/debugger/docs
185 [javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-debugger-client/latest/overvi…
186 [kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-…
187 [kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-j…
188 [kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-…
189 [kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-j…
190 [kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-…
191 [kokoro-badge-link-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-j…
192 [kokoro-badge-image-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-…
193 [kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-j…
194 [kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-…
195 [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-j…
196 [stability-image]: https://img.shields.io/badge/stability-stable-green
197 [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-debugge…
198 [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-debugger-…
199 [authentication]: https://github.com/googleapis/google-cloud-java#authentication
200 [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
201 [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
202 [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
203 [developer-console]: https://console.developers.google.com/
204 [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
205 [cloud-cli]: https://cloud.google.com/cli
206 [troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
207 [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
208 [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#con…
209 [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE
210 [enable-billing]: https://cloud.google.com/apis/docs/getting-started#enabling_billing
211 [enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=clouddebugger.googleapis.com
212 [libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud…
213 [shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
216 [cloudlibs]: https://cloud.google.com/apis/docs/client-libraries-explained
217 [apilibs]: https://cloud.google.com/apis/docs/client-libraries-explained#google_api_client_libraries
218 [oracle]: https://www.oracle.com/java/technologies/java-se-support-roadmap.html
219 [g-c-j]: http://github.com/googleapis/google-cloud-java