public static interface ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Description of the above result.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Description of the above result.
|
String |
getImage()
The name of the image.
|
com.google.protobuf.ByteString |
getImageBytes()
The name of the image.
|
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.AuditResult |
getResult()
The result of the audit for this image.
|
int |
getResultValue()
The result of the audit for this image.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getImage()
The name of the image.
string image = 1;com.google.protobuf.ByteString getImageBytes()
The name of the image.
string image = 1;int getResultValue()
The result of the audit for this image.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.AuditResult result = 2;
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.AuditResult getResult()
The result of the audit for this image.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.AuditResult result = 2;
String getDescription()
Description of the above result.
string description = 3;com.google.protobuf.ByteString getDescriptionBytes()
Description of the above result.
string description = 3;Copyright © 2023 Google LLC. All rights reserved.