public interface ListExecutionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExecutions(int index)
public abstract Execution getExecutions(int index)The executions which match the request.
repeated .google.cloud.workflows.executions.v1.Execution executions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Execution |
|
getExecutionsCount()
public abstract int getExecutionsCount()The executions which match the request.
repeated .google.cloud.workflows.executions.v1.Execution executions = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getExecutionsList()
public abstract List<Execution> getExecutionsList()The executions which match the request.
repeated .google.cloud.workflows.executions.v1.Execution executions = 1;
| Returns | |
|---|---|
| Type | Description |
List<Execution> |
|
getExecutionsOrBuilder(int index)
public abstract ExecutionOrBuilder getExecutionsOrBuilder(int index)The executions which match the request.
repeated .google.cloud.workflows.executions.v1.Execution executions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ExecutionOrBuilder |
|
getExecutionsOrBuilderList()
public abstract List<? extends ExecutionOrBuilder> getExecutionsOrBuilderList()The executions which match the request.
repeated .google.cloud.workflows.executions.v1.Execution executions = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.workflows.executions.v1.ExecutionOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |