Interface StopAirflowCommandRequestOrBuilder (1.41.0)

public interface StopAirflowCommandRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnvironment()

public abstract String getEnvironment()

The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".

string environment = 1;

Returns
TypeDescription
String

The environment.

getEnvironmentBytes()

public abstract ByteString getEnvironmentBytes()

The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".

string environment = 1;

Returns
TypeDescription
ByteString

The bytes for environment.

getExecutionId()

public abstract String getExecutionId()

The unique ID of the command execution.

string execution_id = 2;

Returns
TypeDescription
String

The executionId.

getExecutionIdBytes()

public abstract ByteString getExecutionIdBytes()

The unique ID of the command execution.

string execution_id = 2;

Returns
TypeDescription
ByteString

The bytes for executionId.

getForce()

public abstract 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;

Returns
TypeDescription
boolean

The force.

getPod()

public abstract String getPod()

The name of the pod where the command is executed.

string pod = 3;

Returns
TypeDescription
String

The pod.

getPodBytes()

public abstract ByteString getPodBytes()

The name of the pod where the command is executed.

string pod = 3;

Returns
TypeDescription
ByteString

The bytes for pod.

getPodNamespace()

public abstract String getPodNamespace()

The namespace of the pod where the command is executed.

string pod_namespace = 4;

Returns
TypeDescription
String

The podNamespace.

getPodNamespaceBytes()

public abstract ByteString getPodNamespaceBytes()

The namespace of the pod where the command is executed.

string pod_namespace = 4;

Returns
TypeDescription
ByteString

The bytes for podNamespace.