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

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

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

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

        public StopAirflowCommandRequest.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<StopAirflowCommandRequest.Builder>
      • isInitialized

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

        public StopAirflowCommandRequest.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<StopAirflowCommandRequest.Builder>
        Throws:
        IOException
      • getEnvironment

        public String getEnvironment()
         The resource name of the environment in the form:
         "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
         
        string environment = 1;
        Specified by:
        getEnvironment in interface StopAirflowCommandRequestOrBuilder
        Returns:
        The environment.
      • getEnvironmentBytes

        public com.google.protobuf.ByteString getEnvironmentBytes()
         The resource name of the environment in the form:
         "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
         
        string environment = 1;
        Specified by:
        getEnvironmentBytes in interface StopAirflowCommandRequestOrBuilder
        Returns:
        The bytes for environment.
      • setEnvironment

        public StopAirflowCommandRequest.Builder setEnvironment​(String value)
         The resource name of the environment in the form:
         "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
         
        string environment = 1;
        Parameters:
        value - The environment to set.
        Returns:
        This builder for chaining.
      • clearEnvironment

        public StopAirflowCommandRequest.Builder clearEnvironment()
         The resource name of the environment in the form:
         "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
         
        string environment = 1;
        Returns:
        This builder for chaining.
      • setEnvironmentBytes

        public StopAirflowCommandRequest.Builder setEnvironmentBytes​(com.google.protobuf.ByteString value)
         The resource name of the environment in the form:
         "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
         
        string environment = 1;
        Parameters:
        value - The bytes for environment to set.
        Returns:
        This builder for chaining.
      • getExecutionIdBytes

        public com.google.protobuf.ByteString getExecutionIdBytes()
         The unique ID of the command execution.
         
        string execution_id = 2;
        Specified by:
        getExecutionIdBytes in interface StopAirflowCommandRequestOrBuilder
        Returns:
        The bytes for executionId.
      • setExecutionId

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

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

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

        public com.google.protobuf.ByteString getPodBytes()
         The name of the pod where the command is executed.
         
        string pod = 3;
        Specified by:
        getPodBytes in interface StopAirflowCommandRequestOrBuilder
        Returns:
        The bytes for pod.
      • setPod

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

        public StopAirflowCommandRequest.Builder clearPod()
         The name of the pod where the command is executed.
         
        string pod = 3;
        Returns:
        This builder for chaining.
      • setPodBytes

        public StopAirflowCommandRequest.Builder setPodBytes​(com.google.protobuf.ByteString value)
         The name of the pod where the command is executed.
         
        string pod = 3;
        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 = 4;
        Specified by:
        getPodNamespaceBytes in interface StopAirflowCommandRequestOrBuilder
        Returns:
        The bytes for podNamespace.
      • setPodNamespace

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

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

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

        public boolean getForce()
         If true, the execution is terminated forcefully (SIGKILL). If false, the
         execution is stopped gracefully, giving it time for cleanup.
         
        bool force = 5;
        Specified by:
        getForce in interface StopAirflowCommandRequestOrBuilder
        Returns:
        The force.
      • setForce

        public StopAirflowCommandRequest.Builder setForce​(boolean value)
         If true, the execution is terminated forcefully (SIGKILL). If false, the
         execution is stopped gracefully, giving it time for cleanup.
         
        bool force = 5;
        Parameters:
        value - The force to set.
        Returns:
        This builder for chaining.
      • clearForce

        public StopAirflowCommandRequest.Builder clearForce()
         If true, the execution is terminated forcefully (SIGKILL). If false, the
         execution is stopped gracefully, giving it time for cleanup.
         
        bool force = 5;
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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