public static enum ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict extends Enum<ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict> implements com.google.protobuf.ProtocolMessageEnum
Result of evaluating one check.Protobuf enum
google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict| Enum Constant and Description |
|---|
CHECK_VERDICT_UNSPECIFIED
We should always have a verdict.
|
NON_CONFORMANT
The check was successfully evaluated and the image did not satisfy
the check.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CHECK_VERDICT_UNSPECIFIED_VALUE
We should always have a verdict.
|
static int |
NON_CONFORMANT_VALUE
The check was successfully evaluated and the image did not satisfy
the check.
|
public static final ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict CHECK_VERDICT_UNSPECIFIED
We should always have a verdict. This is an error.
CHECK_VERDICT_UNSPECIFIED = 0;public static final ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict NON_CONFORMANT
The check was successfully evaluated and the image did not satisfy the check.
NON_CONFORMANT = 1;public static final ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict UNRECOGNIZED
public static final int CHECK_VERDICT_UNSPECIFIED_VALUE
We should always have a verdict. This is an error.
CHECK_VERDICT_UNSPECIFIED = 0;public static final int NON_CONFORMANT_VALUE
The check was successfully evaluated and the image did not satisfy the check.
NON_CONFORMANT = 1;public static ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict[] values()
for (ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict c : ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict.values()) System.out.println(c);
public static ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.