public interface StopAirflowCommandRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnvironment()
public abstract String getEnvironment()The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}".
string environment = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for environment. |
getExecutionId()
public abstract String getExecutionId()The unique ID of the command execution.
string execution_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The executionId. |
getExecutionIdBytes()
public abstract ByteString getExecutionIdBytes()The unique ID of the command execution.
string execution_id = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
The force. |
getPod()
public abstract String getPod()The name of the pod where the command is executed.
string pod = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pod. |
getPodBytes()
public abstract ByteString getPodBytes()The name of the pod where the command is executed.
string pod = 3;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
The podNamespace. |
getPodNamespaceBytes()
public abstract ByteString getPodNamespaceBytes()The namespace of the pod where the command is executed.
string pod_namespace = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for podNamespace. |