public interface ListTransitionRouteGroupsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
TransitionRouteGroup |
getTransitionRouteGroups(int index)
The list of transition route groups.
|
int |
getTransitionRouteGroupsCount()
The list of transition route groups.
|
List<TransitionRouteGroup> |
getTransitionRouteGroupsList()
The list of transition route groups.
|
TransitionRouteGroupOrBuilder |
getTransitionRouteGroupsOrBuilder(int index)
The list of transition route groups.
|
List<? extends TransitionRouteGroupOrBuilder> |
getTransitionRouteGroupsOrBuilderList()
The list of transition route groups.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TransitionRouteGroup> getTransitionRouteGroupsList()
The list of transition route groups. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.
repeated .google.cloud.dialogflow.cx.v3.TransitionRouteGroup transition_route_groups = 1;
TransitionRouteGroup getTransitionRouteGroups(int index)
The list of transition route groups. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.
repeated .google.cloud.dialogflow.cx.v3.TransitionRouteGroup transition_route_groups = 1;
int getTransitionRouteGroupsCount()
The list of transition route groups. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.
repeated .google.cloud.dialogflow.cx.v3.TransitionRouteGroup transition_route_groups = 1;
List<? extends TransitionRouteGroupOrBuilder> getTransitionRouteGroupsOrBuilderList()
The list of transition route groups. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.
repeated .google.cloud.dialogflow.cx.v3.TransitionRouteGroup transition_route_groups = 1;
TransitionRouteGroupOrBuilder getTransitionRouteGroupsOrBuilder(int index)
The list of transition route groups. There will be a maximum number of items returned based on the page_size field in the request. The list may in some cases be empty or contain fewer entries than page_size even if this isn't the last page.
repeated .google.cloud.dialogflow.cx.v3.TransitionRouteGroup transition_route_groups = 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.