Interface ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResultOrBuilder (1.50.0)

publicstaticinterface ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResultOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getCheckIndex()

publicabstractStringgetCheckIndex()

The index of the check.

string check_index = 4;

Returns
Type Description
String

The checkIndex.

getCheckIndexBytes()

publicabstractByteStringgetCheckIndexBytes()

The index of the check.

string check_index = 4;

Returns
Type Description
ByteString

The bytes for checkIndex.

getCheckName()

publicabstractStringgetCheckName()

The name of the check.

string check_name = 5;

Returns
Type Description
String

The checkName.

getCheckNameBytes()

publicabstractByteStringgetCheckNameBytes()

The name of the check.

string check_name = 5;

Returns
Type Description
ByteString

The bytes for checkName.

getCheckSetIndex()

publicabstractStringgetCheckSetIndex()

The index of the check set.

string check_set_index = 1;

Returns
Type Description
String

The checkSetIndex.

getCheckSetIndexBytes()

publicabstractByteStringgetCheckSetIndexBytes()

The index of the check set.

string check_set_index = 1;

Returns
Type Description
ByteString

The bytes for checkSetIndex.

getCheckSetName()

publicabstractStringgetCheckSetName()

The name of the check set.

string check_set_name = 2;

Returns
Type Description
String

The checkSetName.

getCheckSetNameBytes()

publicabstractByteStringgetCheckSetNameBytes()

The name of the check set.

string check_set_name = 2;

Returns
Type Description
ByteString

The bytes for checkSetName.

getCheckSetScope()

publicabstractContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScopegetCheckSetScope()

The scope of the check set.

.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope check_set_scope = 3;

Returns
Type Description
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope

The checkSetScope.

getCheckSetScopeOrBuilder()

publicabstractContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScopeOrBuildergetCheckSetScopeOrBuilder()

The scope of the check set.

.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope check_set_scope = 3;

Returns
Type Description
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScopeOrBuilder

getCheckType()

publicabstractStringgetCheckType()

The type of the check.

string check_type = 6;

Returns
Type Description
String

The checkType.

getCheckTypeBytes()

publicabstractByteStringgetCheckTypeBytes()

The type of the check.

string check_type = 6;

Returns
Type Description
ByteString

The bytes for checkType.

getExplanation()

publicabstractStringgetExplanation()

User-friendly explanation of this check result.

string explanation = 8;

Returns
Type Description
String

The explanation.

getExplanationBytes()

publicabstractByteStringgetExplanationBytes()

User-friendly explanation of this check result.

string explanation = 8;

Returns
Type Description
ByteString

The bytes for explanation.

getVerdict()

publicabstractContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdictgetVerdict()

The verdict of this check.

.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict verdict = 7;

Returns
Type Description
ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict

The verdict.

getVerdictValue()

publicabstractintgetVerdictValue()

The verdict of this check.

.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckVerdict verdict = 7;

Returns
Type Description
int

The enum numeric value on the wire for verdict.

hasCheckSetScope()

publicabstractbooleanhasCheckSetScope()

The scope of the check set.

.google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult.CheckSetScope check_set_scope = 3;

Returns
Type Description
boolean

Whether the checkSetScope field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.