Lines Matching +full:cloud +full:- +full:client

1 # Google Anthos Multicloud Client for Java
3 Java idiomatic client for [Anthos Multicloud][product-docs].
5 [![Maven][maven-version-image]][maven-version-link]
6 ![Stability][stability-image]
8 - [Product Documentation][product-docs]
9 - [Client Library Documentation][javadocs]
11 > Note: This client is a work-in-progress, and may occasionally
12 > make backwards-incompatible changes.
18 If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
24 <groupId>com.google.cloud</groupId>
25 <artifactId>libraries-bom</artifactId>
35 <groupId>com.google.cloud</groupId>
36 <artifactId>google-cloud-gke-multi-cloud</artifactId>
42 <!-- {x-version-update-start:google-cloud-gke-multi-cloud:released} -->
46 <groupId>com.google.cloud</groupId>
47 <artifactId>google-cloud-gke-multi-cloud</artifactId>
55 implementation 'com.google.cloud:google-cloud-gke-multi-cloud:0.16.0'
61 libraryDependencies += "com.google.cloud" % "google-cloud-gke-multi-cloud" % "0.16.0"
63 <!-- {x-version-update-end} -->
71client application making API calls must be granted [authorization scopes][auth-scopes] required f…
77 You will need a [Google Cloud Platform Console][developer-console] project with the Anthos Multiclo…
78 You will need to [enable billing][enable-billing] to use Google Anthos Multicloud.
79 [Follow these instructions][create-project] to get your project set up. You will also need to set u…
80 [installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands …
85 You'll need to obtain the `google-cloud-gke-multi-cloud` library. See the [Quickstart](#quickstart…
86 to add `google-cloud-gke-multi-cloud` as a dependency in your code.
91 …ud][product-docs] enables you to provision and manage GKE clusters running on AWS and Azure infras…
93 See the [Anthos Multicloud client library docs][javadocs] to learn how to
94 use this Anthos Multicloud Client Library.
111 Java 8 or above is required for using this client.
113 Google's Java client libraries,
114 [Google Cloud Client Libraries][cloudlibs]
116 [Google Cloud API Libraries][apilibs],
133 Google tests its client libraries with all current LTS versions covered by
139 Google's client libraries support legacy versions of Java runtimes with long
150 the individual GitHub repository `github.com/GoogleAPIs/java-SERVICENAME`
151 and on [google-cloud-java][g-c-j].
171 this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more
177 Apache 2.0 - See [LICENSE][license] for more information.
182 ------------ | ------
183 Java 8 | [![Kokoro CI][kokoro-badge-image-2]][kokoro-badge-link-2]
184 Java 8 OSX | [![Kokoro CI][kokoro-badge-image-3]][kokoro-badge-link-3]
185 Java 8 Windows | [![Kokoro CI][kokoro-badge-image-4]][kokoro-badge-link-4]
186 Java 11 | [![Kokoro CI][kokoro-badge-image-5]][kokoro-badge-link-5]
190 [product-docs]: https://cloud.google.com/anthos/clusters/docs/multi-cloud
191 [javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-gke-multi-cloud/latest/overvi…
192 [kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-
193 [kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-j…
194 [kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-
195 [kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-j…
196 [kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-
197 [kokoro-badge-link-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-j…
198 [kokoro-badge-image-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-
199 [kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-j…
200 [kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-
201 [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-j…
202 [stability-image]: https://img.shields.io/badge/stability-preview-yellow
203 [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-gke-mul…
204 [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-gke-multi
205 [authentication]: https://github.com/googleapis/google-cloud-java#authentication
206 [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
207 [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
208 [iam-policy]: https://cloud.google.com/iam/docs/overview#cloud-iam-policy
209 [developer-console]: https://console.developers.google.com/
210 [create-project]: https://cloud.google.com/resource-manager/docs/creating-managing-projects
211 [cloud-cli]: https://cloud.google.com/cli
212 [troubleshooting]: https://github.com/googleapis/google-cloud-java/blob/main/TROUBLESHOOTING.md
213 [contributing]: https://github.com/googleapis/google-cloud-java/blob/main/CONTRIBUTING.md
214 [code-of-conduct]: https://github.com/googleapis/google-cloud-java/blob/main/CODE_OF_CONDUCT.md#con…
215 [license]: https://github.com/googleapis/google-cloud-java/blob/main/LICENSE
216 [enable-billing]: https://cloud.google.com/apis/docs/getting-started#enabling_billing
217 [enable-api]: https://console.cloud.google.com/flows/enableapi?apiid=gkemulticloud.googleapis.com
218 [libraries-bom]: https://github.com/GoogleCloudPlatform/cloud-opensource-java/wiki/The-Google-Cloud…
219 [shell_img]: https://gstatic.com/cloudssh/images/open-btn.png
222 [cloudlibs]: https://cloud.google.com/apis/docs/client-libraries-explained
223 [apilibs]: https://cloud.google.com/apis/docs/client-libraries-explained#google_api_client_libraries
224 [oracle]: https://www.oracle.com/java/technologies/java-se-support-roadmap.html
225 [g-c-j]: http://github.com/googleapis/google-cloud-java