Interface ListParticipantsResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ListParticipantsResponse, ListParticipantsResponse.Builder

    public interface ListParticipantsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getParticipantsList

        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.v2beta1.Participant participants = 1;
      • getParticipants

        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.v2beta1.Participant participants = 1;
      • getParticipantsCount

        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.v2beta1.Participant participants = 1;
      • getParticipantsOrBuilderList

        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.v2beta1.Participant participants = 1;
      • getParticipantsOrBuilder

        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.v2beta1.Participant participants = 1;
      • getNextPageToken

        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:
        The nextPageToken.
      • getNextPageTokenBytes

        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;
        Returns:
        The bytes for nextPageToken.