Lines Matching +full:java +full:- +full:storage
1 # Google Storage Insights API Client for Java
3 Java idiomatic client for [Storage Insights API][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:
25 <artifactId>libraries-bom</artifactId>
36 <artifactId>google-cloud-storageinsights</artifactId>
42 <!-- {x-version-update-start:google-cloud-storageinsights:released} -->
47 <artifactId>google-cloud-storageinsights</artifactId>
55 implementation 'com.google.cloud:google-cloud-storageinsights:0.2.0'
61 libraryDependencies += "com.google.cloud" % "google-cloud-storageinsights" % "0.2.0"
63 <!-- {x-version-update-end} -->
71 …-scopes] required for the desired Storage Insights API APIs, and the authenticated principal must …
77 … [Google Cloud Platform Console][developer-console] project with the Storage Insights API [API ena…
78 You will need to [enable billing][enable-billing] to use Google Storage Insights API.
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-storageinsights` library. See the [Quickstart](#quickstart…
86 to add `google-cloud-storageinsights` as a dependency in your code.
88 ## About Storage Insights API
91 [Storage Insights API][product-docs] Provides insights capability on Google Cloud Storage
93 See the [Storage Insights API client library docs][javadocs] to learn how to
94 use this Storage Insights API Client Library.
107 Storage Insights API uses gRPC for the transport layer.
109 ## Supported Java Versions
111 Java 8 or above is required for using this client.
113 Google's Java client libraries,
118 [Oracle Java SE support roadmap][oracle]
119 (see the Oracle Java SE Product Releases section).
123 In general, new feature development occurs with support for the lowest Java
128 Java 11 and (in September 2021) Java 17 are the best choices for new
139 Google's client libraries support legacy versions of Java runtimes with long
144 Java 7, though apps might need to upgrade to current versions of the library
149 The latest versions and the supported Java versions are identified on
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.
181 Java Version | Status
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]
188 Java is a registered trademark of Oracle and/or its affiliates.
190 [product-docs]: https://cloud.google.com/storage/docs/insights/storage-insights/
191 [javadocs]: https://cloud.google.com/java/docs/reference/google-cloud-storageinsights/latest/overvi…
192 [kokoro-badge-image-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storagei…
193 [kokoro-badge-link-1]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storagein…
194 [kokoro-badge-image-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storagei…
195 [kokoro-badge-link-2]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storagein…
196 [kokoro-badge-image-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storagei…
197 [kokoro-badge-link-3]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storagein…
198 [kokoro-badge-image-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storagei…
199 [kokoro-badge-link-4]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storagein…
200 [kokoro-badge-image-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storagei…
201 [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storagein…
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-storage…
204 [maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storagein…
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/java-storageinsights/blob/main/CONTRIBUTING.md
214 [code-of-conduct]: https://github.com/googleapis/java-storageinsights/blob/main/CODE_OF_CONDUCT.md#…
215 [license]: https://github.com/googleapis/java-storageinsights/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=storageinsights.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