Interface ListExecutionsResponseOrBuilder (2.13.0)

Stay organized with collections Save and categorize content based on your preferences.
public interface ListExecutionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint
Returns
TypeDescription
Execution

getExecutionsCount()

public abstract int getExecutionsCount()

The executions which match the request.

repeated .google.cloud.workflows.executions.v1.Execution executions = 1;

Returns
TypeDescription
int

getExecutionsList()

public abstract List<Execution> getExecutionsList()

The executions which match the request.

repeated .google.cloud.workflows.executions.v1.Execution executions = 1;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
ExecutionOrBuilder

getExecutionsOrBuilderList()

public abstract List<? extends ExecutionOrBuilder> getExecutionsOrBuilderList()

The executions which match the request.

repeated .google.cloud.workflows.executions.v1.Execution executions = 1;

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

The bytes for nextPageToken.