public static interface Service.ValidateAttestationOccurrenceResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDenialReason()
The reason for denial if the Attestation couldn't be validated.
|
com.google.protobuf.ByteString |
getDenialReasonBytes()
The reason for denial if the Attestation couldn't be validated.
|
Service.ValidateAttestationOccurrenceResponse.Result |
getResult()
The result of the Attestation validation.
|
int |
getResultValue()
The result of the Attestation validation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getResultValue()
The result of the Attestation validation.
.google.cloud.binaryauthorization.v1.ValidateAttestationOccurrenceResponse.Result result = 1;
Service.ValidateAttestationOccurrenceResponse.Result getResult()
The result of the Attestation validation.
.google.cloud.binaryauthorization.v1.ValidateAttestationOccurrenceResponse.Result result = 1;
String getDenialReason()
The reason for denial if the Attestation couldn't be validated.
string denial_reason = 2;com.google.protobuf.ByteString getDenialReasonBytes()
The reason for denial if the Attestation couldn't be validated.
string denial_reason = 2;Copyright © 2023 Google LLC. All rights reserved.