Interface ListWorkflowRevisionsResponseOrBuilder (2.62.0)

public interface ListWorkflowRevisionsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

getWorkflows(int index)

public abstract Workflow getWorkflows(int index)

The revisions of the workflow, ordered in reverse chronological order.

repeated .google.cloud.workflows.v1.Workflow workflows = 1;

Parameter
Name Description
index int
Returns
Type Description
Workflow

getWorkflowsCount()

public abstract int getWorkflowsCount()

The revisions of the workflow, ordered in reverse chronological order.

repeated .google.cloud.workflows.v1.Workflow workflows = 1;

Returns
Type Description
int

getWorkflowsList()

public abstract List<Workflow> getWorkflowsList()

The revisions of the workflow, ordered in reverse chronological order.

repeated .google.cloud.workflows.v1.Workflow workflows = 1;

Returns
Type Description
List<Workflow>

getWorkflowsOrBuilder(int index)

public abstract WorkflowOrBuilder getWorkflowsOrBuilder(int index)

The revisions of the workflow, ordered in reverse chronological order.

repeated .google.cloud.workflows.v1.Workflow workflows = 1;

Parameter
Name Description
index int
Returns
Type Description
WorkflowOrBuilder

getWorkflowsOrBuilderList()

public abstract List<? extends WorkflowOrBuilder> getWorkflowsOrBuilderList()

The revisions of the workflow, ordered in reverse chronological order.

repeated .google.cloud.workflows.v1.Workflow workflows = 1;

Returns
Type Description
List<? extends com.google.cloud.workflows.v1.WorkflowOrBuilder>