Interface PollAirflowCommandRequestOrBuilder (1.41.0)

public interface PollAirflowCommandRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnvironment()

public abstract String getEnvironment()

The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"

string environment = 1;

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

The bytes for environment.

getExecutionId()

public abstract String getExecutionId()

The unique ID of the command execution.

string execution_id = 2;

Returns
TypeDescription
String

The executionId.

getExecutionIdBytes()

public abstract ByteString getExecutionIdBytes()

The unique ID of the command execution.

string execution_id = 2;

Returns
TypeDescription
ByteString

The bytes for executionId.

getNextLineNumber()

public abstract int getNextLineNumber()

Line number from which new logs should be fetched.

int32 next_line_number = 5;

Returns
TypeDescription
int

The nextLineNumber.

getPod()

public abstract String getPod()

The name of the pod where the command is executed.

string pod = 3;

Returns
TypeDescription
String

The pod.

getPodBytes()

public abstract ByteString getPodBytes()

The name of the pod where the command is executed.

string pod = 3;

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

Returns
TypeDescription
String

The podNamespace.

getPodNamespaceBytes()

public abstract ByteString getPodNamespaceBytes()

The namespace of the pod where the command is executed.

string pod_namespace = 4;

Returns
TypeDescription
ByteString

The bytes for podNamespace.