Interface ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetailsOrBuilder

    • Method Detail

      • getImage

        String getImage()
         The name of the image.
         
        string image = 1;
        Returns:
        The image.
      • getImageBytes

        com.google.protobuf.ByteString getImageBytes()
         The name of the image.
         
        string image = 1;
        Returns:
        The bytes for image.
      • getResultValue

        int getResultValue()
         The result of the audit for this image.
         
        .google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.AuditResult result = 2;
        Returns:
        The enum numeric value on the wire for result.
      • getDescription

        String getDescription()
         Description of the above result.
         
        string description = 3;
        Returns:
        The description.
      • getDescriptionBytes

        com.google.protobuf.ByteString getDescriptionBytes()
         Description of the above result.
         
        string description = 3;
        Returns:
        The bytes for description.
      • getCheckResultsCount

        int getCheckResultsCount()
         List of check results.
         
        repeated .google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent.ImageDetails.CheckResult check_results = 4;