Interface ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult,ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.Builder
- Enclosing class:
- ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails
public static interface ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCheckIndex()The index of the check.com.google.protobuf.ByteStringgetCheckIndexBytes()The index of the check.StringgetCheckName()The name of the check.com.google.protobuf.ByteStringgetCheckNameBytes()The name of the check.StringgetCheckSetIndex()The index of the check set.com.google.protobuf.ByteStringgetCheckSetIndexBytes()The index of the check set.StringgetCheckSetName()The name of the check set.com.google.protobuf.ByteStringgetCheckSetNameBytes()The name of the check set.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScopegetCheckSetScope()The scope of the check set.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScopeOrBuildergetCheckSetScopeOrBuilder()The scope of the check set.StringgetCheckType()The type of the check.com.google.protobuf.ByteStringgetCheckTypeBytes()The type of the check.StringgetExplanation()User-friendly explanation of this check result.com.google.protobuf.ByteStringgetExplanationBytes()User-friendly explanation of this check result.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdictgetVerdict()The verdict of this check.intgetVerdictValue()The verdict of this check.booleanhasCheckSetScope()The scope of the check set.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCheckSetIndex
String getCheckSetIndex()
The index of the check set.
string check_set_index = 1;- Returns:
- The checkSetIndex.
-
getCheckSetIndexBytes
com.google.protobuf.ByteString getCheckSetIndexBytes()
The index of the check set.
string check_set_index = 1;- Returns:
- The bytes for checkSetIndex.
-
getCheckSetName
String getCheckSetName()
The name of the check set.
string check_set_name = 2;- Returns:
- The checkSetName.
-
getCheckSetNameBytes
com.google.protobuf.ByteString getCheckSetNameBytes()
The name of the check set.
string check_set_name = 2;- Returns:
- The bytes for checkSetName.
-
hasCheckSetScope
boolean hasCheckSetScope()
The scope of the check set.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope check_set_scope = 3;- Returns:
- Whether the checkSetScope field is set.
-
getCheckSetScope
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;- Returns:
- The checkSetScope.
-
getCheckSetScopeOrBuilder
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;
-
getCheckIndex
String getCheckIndex()
The index of the check.
string check_index = 4;- Returns:
- The checkIndex.
-
getCheckIndexBytes
com.google.protobuf.ByteString getCheckIndexBytes()
The index of the check.
string check_index = 4;- Returns:
- The bytes for checkIndex.
-
getCheckName
String getCheckName()
The name of the check.
string check_name = 5;- Returns:
- The checkName.
-
getCheckNameBytes
com.google.protobuf.ByteString getCheckNameBytes()
The name of the check.
string check_name = 5;- Returns:
- The bytes for checkName.
-
getCheckType
String getCheckType()
The type of the check.
string check_type = 6;- Returns:
- The checkType.
-
getCheckTypeBytes
com.google.protobuf.ByteString getCheckTypeBytes()
The type of the check.
string check_type = 6;- Returns:
- The bytes for checkType.
-
getVerdictValue
int getVerdictValue()
The verdict of this check.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict verdict = 7;- Returns:
- The enum numeric value on the wire for verdict.
-
getVerdict
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict getVerdict()
The verdict of this check.
.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict verdict = 7;- Returns:
- The verdict.
-
getExplanation
String getExplanation()
User-friendly explanation of this check result.
string explanation = 8;- Returns:
- The explanation.
-
getExplanationBytes
com.google.protobuf.ByteString getExplanationBytes()
User-friendly explanation of this check result.
string explanation = 8;- Returns:
- The bytes for explanation.
-
-