public static interface ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCheckIndex()
The index of the check.
|
com.google.protobuf.ByteString |
getCheckIndexBytes()
The index of the check.
|
String |
getCheckName()
The name of the check.
|
com.google.protobuf.ByteString |
getCheckNameBytes()
The name of the check.
|
String |
getCheckSetIndex()
The index of the check set.
|
com.google.protobuf.ByteString |
getCheckSetIndexBytes()
The index of the check set.
|
String |
getCheckSetName()
The name of the check set.
|
com.google.protobuf.ByteString |
getCheckSetNameBytes()
The name of the check set.
|
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope |
getCheckSetScope()
The scope of the check set.
|
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScopeOrBuilder |
getCheckSetScopeOrBuilder()
The scope of the check set.
|
String |
getCheckType()
The type of the check.
|
com.google.protobuf.ByteString |
getCheckTypeBytes()
The type of the check.
|
String |
getExplanation()
User-friendly explanation of this check result.
|
com.google.protobuf.ByteString |
getExplanationBytes()
User-friendly explanation of this check result.
|
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict |
getVerdict()
The verdict of this check.
|
int |
getVerdictValue()
The verdict of this check.
|
boolean |
hasCheckSetScope()
The scope of the check set.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCheckSetIndex()
The index of the check set.
string check_set_index = 1;com.google.protobuf.ByteString getCheckSetIndexBytes()
The index of the check set.
string check_set_index = 1;String getCheckSetName()
The name of the check set.
string check_set_name = 2;com.google.protobuf.ByteString getCheckSetNameBytes()
The name of the check set.
string check_set_name = 2;boolean hasCheckSetScope()
The scope of the check set.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope check_set_scope = 3;
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope getCheckSetScope()
The scope of the check set.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope check_set_scope = 3;
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScopeOrBuilder getCheckSetScopeOrBuilder()
The scope of the check set.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope check_set_scope = 3;
String getCheckIndex()
The index of the check.
string check_index = 4;com.google.protobuf.ByteString getCheckIndexBytes()
The index of the check.
string check_index = 4;String getCheckName()
The name of the check.
string check_name = 5;com.google.protobuf.ByteString getCheckNameBytes()
The name of the check.
string check_name = 5;String getCheckType()
The type of the check.
string check_type = 6;com.google.protobuf.ByteString getCheckTypeBytes()
The type of the check.
string check_type = 6;int getVerdictValue()
The verdict of this check.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict verdict = 7;
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict getVerdict()
The verdict of this check.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict verdict = 7;
String getExplanation()
User-friendly explanation of this check result.
string explanation = 8;com.google.protobuf.ByteString getExplanationBytes()
User-friendly explanation of this check result.
string explanation = 8;Copyright © 2023 Google LLC. All rights reserved.