public interface StopAirflowCommandRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEnvironment()
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}".
|
com.google.protobuf.ByteString |
getEnvironmentBytes()
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}".
|
String |
getExecutionId()
The unique ID of the command execution.
|
com.google.protobuf.ByteString |
getExecutionIdBytes()
The unique ID of the command execution.
|
boolean |
getForce()
If true, the execution is terminated forcefully (SIGKILL).
|
String |
getPod()
The name of the pod where the command is executed.
|
com.google.protobuf.ByteString |
getPodBytes()
The name of the pod where the command is executed.
|
String |
getPodNamespace()
The namespace of the pod where the command is executed.
|
com.google.protobuf.ByteString |
getPodNamespaceBytes()
The namespace of the pod where the command is executed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getEnvironment()
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}".
string environment = 1;com.google.protobuf.ByteString getEnvironmentBytes()
The resource name of the environment in the form:
"projects/{projectId}/locations/{locationId}/environments/{environmentId}".
string environment = 1;String getExecutionId()
The unique ID of the command execution.
string execution_id = 2;com.google.protobuf.ByteString getExecutionIdBytes()
The unique ID of the command execution.
string execution_id = 2;String getPod()
The name of the pod where the command is executed.
string pod = 3;com.google.protobuf.ByteString getPodBytes()
The name of the pod where the command is executed.
string pod = 3;String getPodNamespace()
The namespace of the pod where the command is executed.
string pod_namespace = 4;com.google.protobuf.ByteString getPodNamespaceBytes()
The namespace of the pod where the command is executed.
string pod_namespace = 4;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;Copyright © 2024 Google LLC. All rights reserved.