Interface PipelineConditionOrBuilder

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

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

      • hasPipelineReadyCondition

        boolean hasPipelineReadyCondition()
         Details around the Pipeline's overall status.
         
        .google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
        Returns:
        Whether the pipelineReadyCondition field is set.
      • getPipelineReadyCondition

        PipelineReadyCondition getPipelineReadyCondition()
         Details around the Pipeline's overall status.
         
        .google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
        Returns:
        The pipelineReadyCondition.
      • getPipelineReadyConditionOrBuilder

        PipelineReadyConditionOrBuilder getPipelineReadyConditionOrBuilder()
         Details around the Pipeline's overall status.
         
        .google.cloud.deploy.v1.PipelineReadyCondition pipeline_ready_condition = 1;
      • hasTargetsPresentCondition

        boolean hasTargetsPresentCondition()
         Details around targets enumerated in the pipeline.
         
        .google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
        Returns:
        Whether the targetsPresentCondition field is set.
      • getTargetsPresentCondition

        TargetsPresentCondition getTargetsPresentCondition()
         Details around targets enumerated in the pipeline.
         
        .google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
        Returns:
        The targetsPresentCondition.
      • getTargetsPresentConditionOrBuilder

        TargetsPresentConditionOrBuilder getTargetsPresentConditionOrBuilder()
         Details around targets enumerated in the pipeline.
         
        .google.cloud.deploy.v1.TargetsPresentCondition targets_present_condition = 3;
      • hasTargetsTypeCondition

        boolean hasTargetsTypeCondition()
         Details on the whether the targets enumerated in the pipeline are of the
         same type.
         
        .google.cloud.deploy.v1.TargetsTypeCondition targets_type_condition = 4;
        Returns:
        Whether the targetsTypeCondition field is set.
      • getTargetsTypeCondition

        TargetsTypeCondition getTargetsTypeCondition()
         Details on the whether the targets enumerated in the pipeline are of the
         same type.
         
        .google.cloud.deploy.v1.TargetsTypeCondition targets_type_condition = 4;
        Returns:
        The targetsTypeCondition.
      • getTargetsTypeConditionOrBuilder

        TargetsTypeConditionOrBuilder getTargetsTypeConditionOrBuilder()
         Details on the whether the targets enumerated in the pipeline are of the
         same type.
         
        .google.cloud.deploy.v1.TargetsTypeCondition targets_type_condition = 4;