Interface ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetailsOrBuilder (1.6.0)

publicstaticinterface ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetailsOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

publicabstractStringgetDescription()

Description of the above result.

string description = 3;

Returns
Type Description
String

The description.

getDescriptionBytes()

publicabstractByteStringgetDescriptionBytes()

Description of the above result.

string description = 3;

Returns
Type Description
ByteString

The bytes for description.

getImage()

publicabstractStringgetImage()

The name of the image.

string image = 1;

Returns
Type Description
String

The image.

getImageBytes()

publicabstractByteStringgetImageBytes()

The name of the image.

string image = 1;

Returns
Type Description
ByteString

The bytes for image.

getResult()

publicabstractContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.AuditResultgetResult()

The result of the audit for this image.

.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.AuditResult result = 2;

Returns
Type Description

getResultValue()

publicabstractintgetResultValue()

The result of the audit for this image.

.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.AuditResult result = 2;

Returns
Type Description
int

The enum numeric value on the wire for result.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.