Interface ListFlowsResponseOrBuilder (0.52.0)

public interface ListFlowsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFlows(int index)

public abstract Flow getFlows(int index)

The list of flows. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3.Flow flows = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Flow

getFlowsCount()

public abstract int getFlowsCount()

The list of flows. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3.Flow flows = 1;

Returns
TypeDescription
int

getFlowsList()

public abstract List<Flow> getFlowsList()

The list of flows. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3.Flow flows = 1;

Returns
TypeDescription
List<Flow>

getFlowsOrBuilder(int index)

public abstract FlowOrBuilder getFlowsOrBuilder(int index)

The list of flows. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3.Flow flows = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FlowOrBuilder

getFlowsOrBuilderList()

public abstract List<? extends FlowOrBuilder> getFlowsOrBuilderList()

The list of flows. There will be a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.cx.v3.Flow flows = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.cx.v3.FlowOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.