Interface PipelineReadyConditionOrBuilder

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

    public interface PipelineReadyConditionOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getStatus()
      True if the Pipeline is in a valid state.
      com.google.protobuf.Timestamp getUpdateTime()
      Last time the condition was updated.
      com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
      Last time the condition was updated.
      boolean hasUpdateTime()
      Last time the condition was updated.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getStatus

        boolean getStatus()
         True if the Pipeline is in a valid state. Otherwise at least one condition
         in `PipelineCondition` is in an invalid state. Iterate over those
         conditions and see which condition(s) has status = false to find out what
         is wrong with the Pipeline.
         
        bool status = 3;
        Returns:
        The status.
      • hasUpdateTime

        boolean hasUpdateTime()
         Last time the condition was updated.
         
        .google.protobuf.Timestamp update_time = 4;
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        com.google.protobuf.Timestamp getUpdateTime()
         Last time the condition was updated.
         
        .google.protobuf.Timestamp update_time = 4;
        Returns:
        The updateTime.
      • getUpdateTimeOrBuilder

        com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Last time the condition was updated.
         
        .google.protobuf.Timestamp update_time = 4;