Interface StopAirflowCommandResponseOrBuilder (1.41.0)

public interface StopAirflowCommandResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIsDone()

public abstract boolean getIsDone()

Whether the execution is still running.

bool is_done = 1;

Returns
TypeDescription
boolean

The isDone.

getOutput(int index)

public abstract String getOutput(int index)

Output message from stopping execution request.

repeated string output = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
int

The count of output.

getOutputList()

public abstract List<String> getOutputList()

Output message from stopping execution request.

repeated string output = 2;

Returns
TypeDescription
List<String>

A list containing the output.