public static enum ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict extends Enum<ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict> implements com.google.protobuf.ProtocolMessageEnum
Audit time policy conformance verdict.Protobuf enum
google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict| Enum Constant and Description |
|---|
POLICY_CONFORMANCE_VERDICT_UNSPECIFIED
We should always have a verdict.
|
UNRECOGNIZED |
VIOLATES_POLICY
The pod violates the policy.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
POLICY_CONFORMANCE_VERDICT_UNSPECIFIED_VALUE
We should always have a verdict.
|
static int |
VIOLATES_POLICY_VALUE
The pod violates the policy.
|
public static final ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict POLICY_CONFORMANCE_VERDICT_UNSPECIFIED
We should always have a verdict. This is an error.
POLICY_CONFORMANCE_VERDICT_UNSPECIFIED = 0;public static final ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict VIOLATES_POLICY
The pod violates the policy.
VIOLATES_POLICY = 1;public static final ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict UNRECOGNIZED
public static final int POLICY_CONFORMANCE_VERDICT_UNSPECIFIED_VALUE
We should always have a verdict. This is an error.
POLICY_CONFORMANCE_VERDICT_UNSPECIFIED = 0;public static final int VIOLATES_POLICY_VALUE
The pod violates the policy.
VIOLATES_POLICY = 1;public static ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict[] values()
for (ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict c : ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict.values()) System.out.println(c);
public static ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict 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.PolicyConformanceVerdict valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ContinuousValidationEvent.ContinuousValidationPodEvent.PolicyConformanceVerdict> 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.PolicyConformanceVerdict valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.