public interface ListFlowsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Flow |
getFlows(int index)
The list of flows.
|
int |
getFlowsCount()
The list of flows.
|
List<Flow> |
getFlowsList()
The list of flows.
|
FlowOrBuilder |
getFlowsOrBuilder(int index)
The list of flows.
|
List<? extends FlowOrBuilder> |
getFlowsOrBuilderList()
The list of flows.
|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more
results in the list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;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;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;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;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;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;com.google.protobuf.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;Copyright © 2025 Google LLC. All rights reserved.