Interface ListTransitionRouteGroupsResponseOrBuilder (0.52.0)

public interface ListTransitionRouteGroupsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

getTransitionRouteGroups(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
TransitionRouteGroup

getTransitionRouteGroupsCount()

public abstract 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;

Returns
TypeDescription
int

getTransitionRouteGroupsList()

public abstract List<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;

Returns
TypeDescription
List<TransitionRouteGroup>

getTransitionRouteGroupsOrBuilder(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
TransitionRouteGroupOrBuilder

getTransitionRouteGroupsOrBuilderList()

public abstract 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;

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