Skip to content

Commit ee237cd

Browse files
feat: [binaryauthorization] add container_name, container_type fields to Continuous Validation Logs (#10085)
* feat: add container_name, container_type fields to Continuous Validation Logs PiperOrigin-RevId: 585695887 Source-Link: googleapis/googleapis@4eccaaf Source-Link: https://github.com/googleapis/googleapis-gen/commit/664879501d516e9c67d04851429a3f19f20b09a5 Copy-Tag: eyJwIjoiamF2YS1iaW5hcnktYXV0aG9yaXphdGlvbi8uT3dsQm90LnlhbWwiLCJoIjoiNjY0ODc5NTAxZDUxNmU5YzY3ZDA0ODUxNDI5YTNmMTlmMjBiMDlhNSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 84fe051 commit ee237cd

File tree

5 files changed

+721
-64
lines changed

5 files changed

+721
-64
lines changed

java-binary-authorization/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.23.0</version>
23+
<version>26.27.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
195195
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
196196
[stability-image]: https://img.shields.io/badge/stability-stable-green
197197
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-binary-authorization.svg
198-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-binary-authorization/1.23.0
198+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-binary-authorization/1.29.0
199199
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
200200
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
201201
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-binary-authorization/google-cloud-binary-authorization/src/main/resources/META-INF/native-image/com.google.cloud.binaryauthorization.v1beta1/reflect-config.json

+9
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,15 @@
593593
"allDeclaredClasses": true,
594594
"allPublicClasses": true
595595
},
596+
{
597+
"name": "com.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent$ContinuousValidationPodEvent$ImageDetails$ContainerType",
598+
"queryAllDeclaredConstructors": true,
599+
"queryAllPublicConstructors": true,
600+
"queryAllDeclaredMethods": true,
601+
"allPublicMethods": true,
602+
"allDeclaredClasses": true,
603+
"allPublicClasses": true
604+
},
596605
{
597606
"name": "com.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent$ContinuousValidationPodEvent$PolicyConformanceVerdict",
598607
"queryAllDeclaredConstructors": true,

0 commit comments

Comments
 (0)