Skip to content

Commit bca9597

Browse files
docs: [storageinsights] Add link to documentation for ReportConfig proto fields (#9756)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 555577242 Source-Link: https://togithub.com/googleapis/googleapis/commit/b691174abb7190d187238b62d57996b67a0da7c0 Source-Link: https://togithub.com/googleapis/googleapis-gen/commit/3dea718c2ec1e14416603709d3cf72c0d691b1d1 Copy-Tag: eyJwIjoiamF2YS1zdG9yYWdlaW5zaWdodHMvLk93bEJvdC55YW1sIiwiaCI6IjNkZWE3MThjMmVjMWUxNDQxNjYwMzcwOWQzY2Y3MmMwZDY5MWIxZDEifQ==
1 parent f07db1b commit bca9597

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

java-storageinsights/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2323
<dependency>
2424
<groupId>com.google.cloud</groupId>
2525
<artifactId>libraries-bom</artifactId>
26-
<version>26.19.0</version>
26+
<version>26.22.0</version>
2727
<type>pom</type>
2828
<scope>import</scope>
2929
</dependency>
@@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
201201
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/java-storageinsights/java11.html
202202
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
203203
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-storageinsights.svg
204-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storageinsights/0.6.0
204+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-storageinsights/0.8.0
205205
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
206206
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
207207
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-storageinsights/proto-google-cloud-storageinsights-v1/src/main/java/com/google/cloud/storageinsights/v1/ReportConfig.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
* <pre>
2525
* Message describing ReportConfig object. ReportConfig is the configuration to
2626
* generate reports.
27+
* See
28+
* https://cloud.google.com/storage/docs/insights/using-inventory-reports#create-config-rest
29+
* for more details on how to set various fields.
2730
* Next ID: 12
2831
* </pre>
2932
*
@@ -987,6 +990,9 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
987990
* <pre>
988991
* Message describing ReportConfig object. ReportConfig is the configuration to
989992
* generate reports.
993+
* See
994+
* https://cloud.google.com/storage/docs/insights/using-inventory-reports#create-config-rest
995+
* for more details on how to set various fields.
990996
* Next ID: 12
991997
* </pre>
992998
*

java-storageinsights/proto-google-cloud-storageinsights-v1/src/main/proto/google/cloud/storageinsights/v1/storageinsights.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,9 @@ message ObjectMetadataReportOptions {
445445

446446
// Message describing ReportConfig object. ReportConfig is the configuration to
447447
// generate reports.
448+
// See
449+
// https://cloud.google.com/storage/docs/insights/using-inventory-reports#create-config-rest
450+
// for more details on how to set various fields.
448451
// Next ID: 12
449452
message ReportConfig {
450453
option (google.api.resource) = {

0 commit comments

Comments
 (0)