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

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

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

        public PollAirflowCommandResponse 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<PollAirflowCommandResponse.Builder>
      • mergeFrom

        public PollAirflowCommandResponse.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<PollAirflowCommandResponse.Builder>
        Throws:
        IOException
      • getOutputCount

        public int getOutputCount()
         Output from the command execution. It may not contain the full output
         and the caller may need to poll for more lines.
         
        repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
        Specified by:
        getOutputCount in interface PollAirflowCommandResponseOrBuilder
      • getOutput

        public PollAirflowCommandResponse.Line getOutput​(int index)
         Output from the command execution. It may not contain the full output
         and the caller may need to poll for more lines.
         
        repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
        Specified by:
        getOutput in interface PollAirflowCommandResponseOrBuilder
      • setOutput

        public PollAirflowCommandResponse.Builder setOutput​(int index,
                                                            PollAirflowCommandResponse.Line value)
         Output from the command execution. It may not contain the full output
         and the caller may need to poll for more lines.
         
        repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
      • addOutput

        public PollAirflowCommandResponse.Builder addOutput​(PollAirflowCommandResponse.Line value)
         Output from the command execution. It may not contain the full output
         and the caller may need to poll for more lines.
         
        repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
      • addOutput

        public PollAirflowCommandResponse.Builder addOutput​(int index,
                                                            PollAirflowCommandResponse.Line value)
         Output from the command execution. It may not contain the full output
         and the caller may need to poll for more lines.
         
        repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
      • clearOutput

        public PollAirflowCommandResponse.Builder clearOutput()
         Output from the command execution. It may not contain the full output
         and the caller may need to poll for more lines.
         
        repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
      • removeOutput

        public PollAirflowCommandResponse.Builder removeOutput​(int index)
         Output from the command execution. It may not contain the full output
         and the caller may need to poll for more lines.
         
        repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
      • getOutputBuilder

        public PollAirflowCommandResponse.Line.Builder getOutputBuilder​(int index)
         Output from the command execution. It may not contain the full output
         and the caller may need to poll for more lines.
         
        repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
      • addOutputBuilder

        public PollAirflowCommandResponse.Line.Builder addOutputBuilder()
         Output from the command execution. It may not contain the full output
         and the caller may need to poll for more lines.
         
        repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
      • addOutputBuilder

        public PollAirflowCommandResponse.Line.Builder addOutputBuilder​(int index)
         Output from the command execution. It may not contain the full output
         and the caller may need to poll for more lines.
         
        repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
      • getOutputBuilderList

        public List<PollAirflowCommandResponse.Line.Builder> getOutputBuilderList()
         Output from the command execution. It may not contain the full output
         and the caller may need to poll for more lines.
         
        repeated .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.Line output = 1;
      • getOutputEnd

        public boolean getOutputEnd()
         Whether the command execution has finished and there is no more output.
         
        bool output_end = 2;
        Specified by:
        getOutputEnd in interface PollAirflowCommandResponseOrBuilder
        Returns:
        The outputEnd.
      • setOutputEnd

        public PollAirflowCommandResponse.Builder setOutputEnd​(boolean value)
         Whether the command execution has finished and there is no more output.
         
        bool output_end = 2;
        Parameters:
        value - The outputEnd to set.
        Returns:
        This builder for chaining.
      • clearOutputEnd

        public PollAirflowCommandResponse.Builder clearOutputEnd()
         Whether the command execution has finished and there is no more output.
         
        bool output_end = 2;
        Returns:
        This builder for chaining.
      • hasExitInfo

        public boolean hasExitInfo()
         The result exit status of the command.
         
        .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
        Specified by:
        hasExitInfo in interface PollAirflowCommandResponseOrBuilder
        Returns:
        Whether the exitInfo field is set.
      • clearExitInfo

        public PollAirflowCommandResponse.Builder clearExitInfo()
         The result exit status of the command.
         
        .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
      • getExitInfoBuilder

        public PollAirflowCommandResponse.ExitInfo.Builder getExitInfoBuilder()
         The result exit status of the command.
         
        .google.cloud.orchestration.airflow.service.v1beta1.PollAirflowCommandResponse.ExitInfo exit_info = 3;
      • setUnknownFields

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

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