public static final class ListParticipantsResponse.Builder extends GeneratedMessageV3.Builder<ListParticipantsResponse.Builder> implements ListParticipantsResponseOrBuilder
The response message for [Participants.ListParticipants][google.cloud.dialogflow.v2beta1.Participants.ListParticipants].Protobuf type
google.cloud.dialogflow.v2beta1.ListParticipantsResponse
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeDelimitedFrom, mergeDelimitedFrom
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>
public ListParticipantsResponse.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>
public ListParticipantsResponse getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public ListParticipantsResponse build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public ListParticipantsResponse buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public ListParticipantsResponse.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>
public ListParticipantsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>
public ListParticipantsResponse.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>
public ListParticipantsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>
public ListParticipantsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>
public ListParticipantsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>
public ListParticipantsResponse.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<ListParticipantsResponse.Builder>
public ListParticipantsResponse.Builder mergeFrom(ListParticipantsResponse other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>
public ListParticipantsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<ListParticipantsResponse.Builder>
IOException
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.v2beta1.Participant participants = 1;
getParticipantsList
in interface ListParticipantsResponseOrBuilder
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.v2beta1.Participant participants = 1;
getParticipantsCount
in interface ListParticipantsResponseOrBuilder
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.v2beta1.Participant participants = 1;
getParticipants
in interface ListParticipantsResponseOrBuilder
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.v2beta1.Participant participants = 1;
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.v2beta1.Participant participants = 1;
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.v2beta1.Participant participants = 1;
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.v2beta1.Participant participants = 1;
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.v2beta1.Participant participants = 1;
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.v2beta1.Participant participants = 1;
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.v2beta1.Participant participants = 1;
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.v2beta1.Participant participants = 1;
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.v2beta1.Participant participants = 1;
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.v2beta1.Participant participants = 1;
public 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;
getParticipantsOrBuilder
in interface ListParticipantsResponseOrBuilder
public 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;
getParticipantsOrBuilderList
in interface ListParticipantsResponseOrBuilder
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.v2beta1.Participant participants = 1;
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.v2beta1.Participant participants = 1;
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.v2beta1.Participant participants = 1;
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;
getNextPageToken
in interface ListParticipantsResponseOrBuilder
public 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;
getNextPageTokenBytes
in interface ListParticipantsResponseOrBuilder
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;
value
- The nextPageToken to set.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;
public ListParticipantsResponse.Builder setNextPageTokenBytes(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;
value
- The bytes for nextPageToken to set.public final ListParticipantsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>
public final ListParticipantsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>
Copyright © 2022 Google LLC. All rights reserved.