Class ListParticipantsResponse.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>
      • getDefaultInstanceForType

        public ListParticipantsResponse getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ListParticipantsResponse build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ListParticipantsResponse buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public ListParticipantsResponse.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                 int index,
                                                                 Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>
      • addRepeatedField

        public ListParticipantsResponse.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                 Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>
      • mergeFrom

        public ListParticipantsResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListParticipantsResponse.Builder>
        Throws:
        IOException
      • getParticipantsList

        public 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;
        Specified by:
        getParticipantsList in interface ListParticipantsResponseOrBuilder
      • getParticipantsCount

        public 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;
        Specified by:
        getParticipantsCount in interface ListParticipantsResponseOrBuilder
      • getParticipants

        public 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;
        Specified by:
        getParticipants in interface ListParticipantsResponseOrBuilder
      • setParticipants

        public ListParticipantsResponse.Builder setParticipants​(int index,
                                                                Participant value)
         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;
      • setParticipants

        public ListParticipantsResponse.Builder setParticipants​(int index,
                                                                Participant.Builder builderForValue)
         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;
      • addParticipants

        public ListParticipantsResponse.Builder addParticipants​(Participant value)
         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;
      • addParticipants

        public ListParticipantsResponse.Builder addParticipants​(int index,
                                                                Participant value)
         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;
      • addParticipants

        public ListParticipantsResponse.Builder addParticipants​(Participant.Builder builderForValue)
         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;
      • addParticipants

        public ListParticipantsResponse.Builder addParticipants​(int index,
                                                                Participant.Builder builderForValue)
         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;
      • addAllParticipants

        public ListParticipantsResponse.Builder addAllParticipants​(Iterable<? extends Participant> values)
         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;
      • clearParticipants

        public ListParticipantsResponse.Builder clearParticipants()
         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;
      • removeParticipants

        public ListParticipantsResponse.Builder removeParticipants​(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;
      • getParticipantsBuilder

        public Participant.Builder getParticipantsBuilder​(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;
      • addParticipantsBuilder

        public Participant.Builder addParticipantsBuilder()
         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;
      • addParticipantsBuilder

        public Participant.Builder addParticipantsBuilder​(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;
      • getParticipantsBuilderList

        public List<Participant.Builder> getParticipantsBuilderList()
         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;
      • getNextPageToken

        public 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;
        Specified by:
        getNextPageToken in interface ListParticipantsResponseOrBuilder
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        public 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;
        Specified by:
        getNextPageTokenBytes in interface ListParticipantsResponseOrBuilder
        Returns:
        The bytes for nextPageToken.
      • setNextPageToken

        public ListParticipantsResponse.Builder setNextPageToken​(String value)
         Token to retrieve the next page of results or empty if there are no
         more results in the list.
         
        string next_page_token = 2;
        Parameters:
        value - The nextPageToken to set.
        Returns:
        This builder for chaining.
      • clearNextPageToken

        public ListParticipantsResponse.Builder clearNextPageToken()
         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:
        This builder for chaining.
      • setNextPageTokenBytes

        public ListParticipantsResponse.Builder setNextPageTokenBytes​(com.google.protobuf.ByteString value)
         Token to retrieve the next page of results or empty if there are no
         more results in the list.
         
        string next_page_token = 2;
        Parameters:
        value - The bytes for nextPageToken to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final ListParticipantsResponse.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>
      • mergeUnknownFields

        public final ListParticipantsResponse.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>