Interface ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResultOrBuilder

    • 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.
      • 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.
      • 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.