Interface ListParticipantsResponseOrBuilder (4.47.0)

public interface ListParticipantsResponseOrBuilder 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.

getParticipants(int index)

public abstract Participant getParticipants(int index)

The list of participants. There is a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.v2.Participant participants = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Participant

getParticipantsCount()

public abstract int getParticipantsCount()

The list of participants. There is a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.v2.Participant participants = 1;

Returns
TypeDescription
int

getParticipantsList()

public abstract List<Participant> getParticipantsList()

The list of participants. There is a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.v2.Participant participants = 1;

Returns
TypeDescription
List<Participant>

getParticipantsOrBuilder(int index)

public abstract ParticipantOrBuilder getParticipantsOrBuilder(int index)

The list of participants. There is a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.v2.Participant participants = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ParticipantOrBuilder

getParticipantsOrBuilderList()

public abstract List<? extends ParticipantOrBuilder> getParticipantsOrBuilderList()

The list of participants. There is a maximum number of items returned based on the page_size field in the request.

repeated .google.cloud.dialogflow.v2.Participant participants = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.v2.ParticipantOrBuilder>