Class StopAirflowCommandResponse.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<StopAirflowCommandResponse.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<StopAirflowCommandResponse.Builder>
      • getDefaultInstanceForType

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

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

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

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

        public StopAirflowCommandResponse.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<StopAirflowCommandResponse.Builder>
        Throws:
        IOException
      • setIsDone

        public StopAirflowCommandResponse.Builder setIsDone​(boolean value)
         Whether the execution is still running.
         
        bool is_done = 1;
        Parameters:
        value - The isDone to set.
        Returns:
        This builder for chaining.
      • getOutputList

        public com.google.protobuf.ProtocolStringList getOutputList()
         Output message from stopping execution request.
         
        repeated string output = 2;
        Specified by:
        getOutputList in interface StopAirflowCommandResponseOrBuilder
        Returns:
        A list containing the output.
      • getOutput

        public String getOutput​(int index)
         Output message from stopping execution request.
         
        repeated string output = 2;
        Specified by:
        getOutput in interface StopAirflowCommandResponseOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The output at the given index.
      • getOutputBytes

        public com.google.protobuf.ByteString getOutputBytes​(int index)
         Output message from stopping execution request.
         
        repeated string output = 2;
        Specified by:
        getOutputBytes in interface StopAirflowCommandResponseOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the output at the given index.
      • setOutput

        public StopAirflowCommandResponse.Builder setOutput​(int index,
                                                            String value)
         Output message from stopping execution request.
         
        repeated string output = 2;
        Parameters:
        index - The index to set the value at.
        value - The output to set.
        Returns:
        This builder for chaining.
      • addOutput

        public StopAirflowCommandResponse.Builder addOutput​(String value)
         Output message from stopping execution request.
         
        repeated string output = 2;
        Parameters:
        value - The output to add.
        Returns:
        This builder for chaining.
      • addAllOutput

        public StopAirflowCommandResponse.Builder addAllOutput​(Iterable<String> values)
         Output message from stopping execution request.
         
        repeated string output = 2;
        Parameters:
        values - The output to add.
        Returns:
        This builder for chaining.
      • clearOutput

        public StopAirflowCommandResponse.Builder clearOutput()
         Output message from stopping execution request.
         
        repeated string output = 2;
        Returns:
        This builder for chaining.
      • addOutputBytes

        public StopAirflowCommandResponse.Builder addOutputBytes​(com.google.protobuf.ByteString value)
         Output message from stopping execution request.
         
        repeated string output = 2;
        Parameters:
        value - The bytes of the output to add.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final StopAirflowCommandResponse.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<StopAirflowCommandResponse.Builder>
      • mergeUnknownFields

        public final StopAirflowCommandResponse.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<StopAirflowCommandResponse.Builder>