public static enum Service.ValidateAttestationOccurrenceResponse.Result extends Enum<Service.ValidateAttestationOccurrenceResponse.Result> implements com.google.protobuf.ProtocolMessageEnum
The enum returned in the "result" field.Protobuf enum
google.cloud.binaryauthorization.v1.ValidateAttestationOccurrenceResponse.Result| Enum Constant and Description |
|---|
ATTESTATION_NOT_VERIFIABLE
The Attestation was not able to verified by the Attestor.
|
RESULT_UNSPECIFIED
Unspecified.
|
UNRECOGNIZED |
VERIFIED
The Attestation was able to verified by the Attestor.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
ATTESTATION_NOT_VERIFIABLE_VALUE
The Attestation was not able to verified by the Attestor.
|
static int |
RESULT_UNSPECIFIED_VALUE
Unspecified.
|
static int |
VERIFIED_VALUE
The Attestation was able to verified by the Attestor.
|
| Modifier and Type | Method and Description |
|---|---|
static Service.ValidateAttestationOccurrenceResponse.Result |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Service.ValidateAttestationOccurrenceResponse.Result> |
internalGetValueMap() |
static Service.ValidateAttestationOccurrenceResponse.Result |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Service.ValidateAttestationOccurrenceResponse.Result |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Service.ValidateAttestationOccurrenceResponse.Result |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Service.ValidateAttestationOccurrenceResponse.Result[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Service.ValidateAttestationOccurrenceResponse.Result RESULT_UNSPECIFIED
Unspecified.
RESULT_UNSPECIFIED = 0;public static final Service.ValidateAttestationOccurrenceResponse.Result VERIFIED
The Attestation was able to verified by the Attestor.
VERIFIED = 1;public static final Service.ValidateAttestationOccurrenceResponse.Result ATTESTATION_NOT_VERIFIABLE
The Attestation was not able to verified by the Attestor.
ATTESTATION_NOT_VERIFIABLE = 2;public static final Service.ValidateAttestationOccurrenceResponse.Result UNRECOGNIZED
public static final int RESULT_UNSPECIFIED_VALUE
Unspecified.
RESULT_UNSPECIFIED = 0;public static final int VERIFIED_VALUE
The Attestation was able to verified by the Attestor.
VERIFIED = 1;public static final int ATTESTATION_NOT_VERIFIABLE_VALUE
The Attestation was not able to verified by the Attestor.
ATTESTATION_NOT_VERIFIABLE = 2;public static Service.ValidateAttestationOccurrenceResponse.Result[] values()
for (Service.ValidateAttestationOccurrenceResponse.Result c : Service.ValidateAttestationOccurrenceResponse.Result.values()) System.out.println(c);
public static Service.ValidateAttestationOccurrenceResponse.Result 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 Service.ValidateAttestationOccurrenceResponse.Result valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Service.ValidateAttestationOccurrenceResponse.Result forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Service.ValidateAttestationOccurrenceResponse.Result> 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 Service.ValidateAttestationOccurrenceResponse.Result valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.