public interface PollAirflowCommandRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnvironment()
public abstract String getEnvironment()The resource name of the environment in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"
string environment = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for environment. |
getExecutionId()
public abstract String getExecutionId()The unique ID of the command execution.
string execution_id = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The executionId. |
getExecutionIdBytes()
public abstract ByteString getExecutionIdBytes()The unique ID of the command execution.
string execution_id = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
The nextLineNumber. |
getPod()
public abstract String getPod()The name of the pod where the command is executed.
string pod = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pod. |
getPodBytes()
public abstract ByteString getPodBytes()The name of the pod where the command is executed.
string pod = 3;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
The podNamespace. |
getPodNamespaceBytes()
public abstract ByteString getPodNamespaceBytes()The namespace of the pod where the command is executed.
string pod_namespace = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for podNamespace. |