diff --git a/java-storageinsights/README.md b/java-storageinsights/README.md index ee0f4d7d9c70..c9ce12453a25 100644 --- a/java-storageinsights/README.md +++ b/java-storageinsights/README.md @@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud libraries-bom - 26.19.0 + 26.22.0 pom import @@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates. [kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storageinsights/java11.html [stability-image]: https://img.shields.io/badge/stability-preview-yellow [maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-storageinsights.svg -[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storageinsights/0.6.0 +[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storageinsights/0.8.0 [authentication]: https://github.com/googleapis/google-cloud-java#authentication [auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes [predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles diff --git a/java-storageinsights/proto-google-cloud-storageinsights-v1/src/main/java/com/google/cloud/storageinsights/v1/ReportConfig.java b/java-storageinsights/proto-google-cloud-storageinsights-v1/src/main/java/com/google/cloud/storageinsights/v1/ReportConfig.java index 448f620299bb..ecb5806a6c22 100644 --- a/java-storageinsights/proto-google-cloud-storageinsights-v1/src/main/java/com/google/cloud/storageinsights/v1/ReportConfig.java +++ b/java-storageinsights/proto-google-cloud-storageinsights-v1/src/main/java/com/google/cloud/storageinsights/v1/ReportConfig.java @@ -24,6 +24,9 @@ *
  * Message describing ReportConfig object. ReportConfig is the configuration to
  * generate reports.
+ * See
+ * https://cloud.google.com/storage/docs/insights/using-inventory-reports#create-config-rest
+ * for more details on how to set various fields.
  * Next ID: 12
  * 
* @@ -987,6 +990,9 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build *
    * Message describing ReportConfig object. ReportConfig is the configuration to
    * generate reports.
+   * See
+   * https://cloud.google.com/storage/docs/insights/using-inventory-reports#create-config-rest
+   * for more details on how to set various fields.
    * Next ID: 12
    * 
* diff --git a/java-storageinsights/proto-google-cloud-storageinsights-v1/src/main/proto/google/cloud/storageinsights/v1/storageinsights.proto b/java-storageinsights/proto-google-cloud-storageinsights-v1/src/main/proto/google/cloud/storageinsights/v1/storageinsights.proto index c7d04dd6cb80..68dce54c3e2d 100644 --- a/java-storageinsights/proto-google-cloud-storageinsights-v1/src/main/proto/google/cloud/storageinsights/v1/storageinsights.proto +++ b/java-storageinsights/proto-google-cloud-storageinsights-v1/src/main/proto/google/cloud/storageinsights/v1/storageinsights.proto @@ -445,6 +445,9 @@ message ObjectMetadataReportOptions { // Message describing ReportConfig object. ReportConfig is the configuration to // generate reports. +// See +// https://cloud.google.com/storage/docs/insights/using-inventory-reports#create-config-rest +// for more details on how to set various fields. // Next ID: 12 message ReportConfig { option (google.api.resource) = {