public interface ListExecutionsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExecutions(int index)
public abstract Execution getExecutions(int index)The resulting list of Executions.
repeated .google.cloud.run.v2.Execution executions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Execution |
|
getExecutionsCount()
public abstract int getExecutionsCount()The resulting list of Executions.
repeated .google.cloud.run.v2.Execution executions = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getExecutionsList()
public abstract List<Execution> getExecutionsList()The resulting list of Executions.
repeated .google.cloud.run.v2.Execution executions = 1;
| Returns | |
|---|---|
| Type | Description |
List<Execution> |
|
getExecutionsOrBuilder(int index)
public abstract ExecutionOrBuilder getExecutionsOrBuilder(int index)The resulting list of Executions.
repeated .google.cloud.run.v2.Execution executions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ExecutionOrBuilder |
|
getExecutionsOrBuilderList()
public abstract List<? extends ExecutionOrBuilder> getExecutionsOrBuilderList()The resulting list of Executions.
repeated .google.cloud.run.v2.Execution executions = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.run.v2.ExecutionOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token indicating there are more items than page_size. Use it in the next ListExecutions request to continue.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token indicating there are more items than page_size. Use it in the next ListExecutions request to continue.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |