Skip to content

Commit

Permalink
docs: [storageinsights] Add link to documentation for ReportConfig pr…
Browse files Browse the repository at this point in the history
…oto 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==
  • Loading branch information
gcf-owl-bot[bot] committed Aug 30, 2023
1 parent f07db1b commit bca9597
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java-storageinsights/README.md
Expand Up @@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.19.0</version>
<version>26.22.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -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
Expand Down
Expand Up @@ -24,6 +24,9 @@
* <pre>
* 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
* </pre>
*
Expand Down Expand Up @@ -987,6 +990,9 @@ protected Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.Build
* <pre>
* 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
* </pre>
*
Expand Down
Expand Up @@ -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) = {
Expand Down

0 comments on commit bca9597

Please sign in to comment.