public interface ListParticipantsResponseOrBuilder extends 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.
|
ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results or empty if there are no
more results in the list.
|
Participant |
getParticipants(int index)
The list of participants.
|
int |
getParticipantsCount()
The list of participants.
|
List<Participant> |
getParticipantsList()
The list of participants.
|
ParticipantOrBuilder |
getParticipantsOrBuilder(int index)
The list of participants.
|
List<? extends ParticipantOrBuilder> |
getParticipantsOrBuilderList()
The list of participants.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
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;
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;
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;
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;
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;
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 © 2022 Google LLC. All rights reserved.