Interface ContinuousValidationEventOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ContinuousValidationEvent, ContinuousValidationEvent.Builder

    public interface ContinuousValidationEventOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasPodEvent

        boolean hasPodEvent()
         Pod event.
         
        .google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ContinuousValidationPodEvent pod_event = 1;
        Returns:
        Whether the podEvent field is set.
      • hasConfigErrorEvent

        boolean hasConfigErrorEvent()
         Config error event.
         
        .google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ConfigErrorEvent config_error_event = 4;
        Returns:
        Whether the configErrorEvent field is set.
      • getConfigErrorEvent

        ContinuousValidationEvent.ConfigErrorEvent getConfigErrorEvent()
         Config error event.
         
        .google.cloud.binaryauthorization.v1beta1.ContinuousValidationEvent.ConfigErrorEvent config_error_event = 4;
        Returns:
        The configErrorEvent.