Class PipelineReadyCondition.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineReadyCondition.Builder>
      • clear

        public PipelineReadyCondition.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineReadyCondition.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineReadyCondition.Builder>
      • getDefaultInstanceForType

        public PipelineReadyCondition getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public PipelineReadyCondition build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public PipelineReadyCondition buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public PipelineReadyCondition.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineReadyCondition.Builder>
      • clearField

        public PipelineReadyCondition.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineReadyCondition.Builder>
      • clearOneof

        public PipelineReadyCondition.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineReadyCondition.Builder>
      • setRepeatedField

        public PipelineReadyCondition.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               int index,
                                                               Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineReadyCondition.Builder>
      • addRepeatedField

        public PipelineReadyCondition.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineReadyCondition.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineReadyCondition.Builder>
      • mergeFrom

        public PipelineReadyCondition.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<PipelineReadyCondition.Builder>
        Throws:
        IOException
      • getStatus

        public 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;
        Specified by:
        getStatus in interface PipelineReadyConditionOrBuilder
        Returns:
        The status.
      • setStatus

        public PipelineReadyCondition.Builder setStatus​(boolean value)
         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;
        Parameters:
        value - The status to set.
        Returns:
        This builder for chaining.
      • clearStatus

        public PipelineReadyCondition.Builder clearStatus()
         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:
        This builder for chaining.
      • hasUpdateTime

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

        public com.google.protobuf.Timestamp getUpdateTime()
         Last time the condition was updated.
         
        .google.protobuf.Timestamp update_time = 4;
        Specified by:
        getUpdateTime in interface PipelineReadyConditionOrBuilder
        Returns:
        The updateTime.
      • setUpdateTime

        public PipelineReadyCondition.Builder setUpdateTime​(com.google.protobuf.Timestamp value)
         Last time the condition was updated.
         
        .google.protobuf.Timestamp update_time = 4;
      • setUpdateTime

        public PipelineReadyCondition.Builder setUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Last time the condition was updated.
         
        .google.protobuf.Timestamp update_time = 4;
      • mergeUpdateTime

        public PipelineReadyCondition.Builder mergeUpdateTime​(com.google.protobuf.Timestamp value)
         Last time the condition was updated.
         
        .google.protobuf.Timestamp update_time = 4;
      • clearUpdateTime

        public PipelineReadyCondition.Builder clearUpdateTime()
         Last time the condition was updated.
         
        .google.protobuf.Timestamp update_time = 4;
      • getUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
         Last time the condition was updated.
         
        .google.protobuf.Timestamp update_time = 4;
      • setUnknownFields

        public final PipelineReadyCondition.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineReadyCondition.Builder>
      • mergeUnknownFields

        public final PipelineReadyCondition.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<PipelineReadyCondition.Builder>