public interface StopAirflowCommandResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIsDone()
public abstract boolean getIsDone()
Whether the execution is still running.
bool is_done = 1;
Returns | |
---|---|
Type | Description |
boolean |
The isDone. |
getOutput(int index)
public abstract String getOutput(int index)
Output message from stopping execution request.
repeated string output = 2;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The output at the given index. |
getOutputBytes(int index)
public abstract ByteString getOutputBytes(int index)
Output message from stopping execution request.
repeated string output = 2;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the output at the given index. |
getOutputCount()
public abstract int getOutputCount()
Output message from stopping execution request.
repeated string output = 2;
Returns | |
---|---|
Type | Description |
int |
The count of output. |
getOutputList()
public abstract List<String> getOutputList()
Output message from stopping execution request.
repeated string output = 2;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the output. |