public static interface ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()Description of the above result.
string description = 3;
| Type | Description |
| String | The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Description of the above result.
string description = 3;
| Type | Description |
| ByteString | The bytes for description. |
getImage()
public abstract String getImage()The name of the image.
string image = 1;
| Type | Description |
| String | The image. |
getImageBytes()
public abstract ByteString getImageBytes()The name of the image.
string image = 1;
| Type | Description |
| ByteString | The bytes for image. |
getResult()
public abstract ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.AuditResult getResult()The result of the audit for this image.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.AuditResult result = 2;
| Type | Description |
| ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.AuditResult | The result. |
getResultValue()
public abstract int getResultValue()The result of the audit for this image.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.AuditResult result = 2;
| Type | Description |
| int | The enum numeric value on the wire for result. |