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

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

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

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

        public ExecuteAirflowCommandResponse.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<ExecuteAirflowCommandResponse.Builder>
        Throws:
        IOException
      • setExecutionId

        public ExecuteAirflowCommandResponse.Builder setExecutionId​(String value)
         The unique ID of the command execution for polling.
         
        string execution_id = 1;
        Parameters:
        value - The executionId to set.
        Returns:
        This builder for chaining.
      • clearExecutionId

        public ExecuteAirflowCommandResponse.Builder clearExecutionId()
         The unique ID of the command execution for polling.
         
        string execution_id = 1;
        Returns:
        This builder for chaining.
      • setExecutionIdBytes

        public ExecuteAirflowCommandResponse.Builder setExecutionIdBytes​(com.google.protobuf.ByteString value)
         The unique ID of the command execution for polling.
         
        string execution_id = 1;
        Parameters:
        value - The bytes for executionId to set.
        Returns:
        This builder for chaining.
      • setPod

        public ExecuteAirflowCommandResponse.Builder setPod​(String value)
         The name of the pod where the command is executed.
         
        string pod = 2;
        Parameters:
        value - The pod to set.
        Returns:
        This builder for chaining.
      • setPodBytes

        public ExecuteAirflowCommandResponse.Builder setPodBytes​(com.google.protobuf.ByteString value)
         The name of the pod where the command is executed.
         
        string pod = 2;
        Parameters:
        value - The bytes for pod to set.
        Returns:
        This builder for chaining.
      • getPodNamespaceBytes

        public com.google.protobuf.ByteString getPodNamespaceBytes()
         The namespace of the pod where the command is executed.
         
        string pod_namespace = 3;
        Specified by:
        getPodNamespaceBytes in interface ExecuteAirflowCommandResponseOrBuilder
        Returns:
        The bytes for podNamespace.
      • setPodNamespace

        public ExecuteAirflowCommandResponse.Builder setPodNamespace​(String value)
         The namespace of the pod where the command is executed.
         
        string pod_namespace = 3;
        Parameters:
        value - The podNamespace to set.
        Returns:
        This builder for chaining.
      • clearPodNamespace

        public ExecuteAirflowCommandResponse.Builder clearPodNamespace()
         The namespace of the pod where the command is executed.
         
        string pod_namespace = 3;
        Returns:
        This builder for chaining.
      • setPodNamespaceBytes

        public ExecuteAirflowCommandResponse.Builder setPodNamespaceBytes​(com.google.protobuf.ByteString value)
         The namespace of the pod where the command is executed.
         
        string pod_namespace = 3;
        Parameters:
        value - The bytes for podNamespace to set.
        Returns:
        This builder for chaining.
      • setError

        public ExecuteAirflowCommandResponse.Builder setError​(String value)
         Error message. Empty if there was no error.
         
        string error = 4;
        Parameters:
        value - The error to set.
        Returns:
        This builder for chaining.
      • setErrorBytes

        public ExecuteAirflowCommandResponse.Builder setErrorBytes​(com.google.protobuf.ByteString value)
         Error message. Empty if there was no error.
         
        string error = 4;
        Parameters:
        value - The bytes for error to set.
        Returns:
        This builder for chaining.