Interface ExecuteAirflowCommandResponseOrBuilder (1.41.0)

public interface ExecuteAirflowCommandResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getError()

public abstract String getError()

Error message. Empty if there was no error.

string error = 4;

Returns
TypeDescription
String

The error.

getErrorBytes()

public abstract ByteString getErrorBytes()

Error message. Empty if there was no error.

string error = 4;

Returns
TypeDescription
ByteString

The bytes for error.

getExecutionId()

public abstract String getExecutionId()

The unique ID of the command execution for polling.

string execution_id = 1;

Returns
TypeDescription
String

The executionId.

getExecutionIdBytes()

public abstract ByteString getExecutionIdBytes()

The unique ID of the command execution for polling.

string execution_id = 1;

Returns
TypeDescription
ByteString

The bytes for executionId.

getPod()

public abstract String getPod()

The name of the pod where the command is executed.

string pod = 2;

Returns
TypeDescription
String

The pod.

getPodBytes()

public abstract ByteString getPodBytes()

The name of the pod where the command is executed.

string pod = 2;

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 = 3;

Returns
TypeDescription
String

The podNamespace.

getPodNamespaceBytes()

public abstract ByteString getPodNamespaceBytes()

The namespace of the pod where the command is executed.

string pod_namespace = 3;

Returns
TypeDescription
ByteString

The bytes for podNamespace.