public static final class ListParticipantsResponse.Builder extends com.google.protobuf.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| Modifier and Type | Method and Description |
|---|---|
ListParticipantsResponse.Builder |
addAllParticipants(Iterable<? extends Participant> values)
The list of participants.
|
ListParticipantsResponse.Builder |
addParticipants(int index,
Participant.Builder builderForValue)
The list of participants.
|
ListParticipantsResponse.Builder |
addParticipants(int index,
Participant value)
The list of participants.
|
ListParticipantsResponse.Builder |
addParticipants(Participant.Builder builderForValue)
The list of participants.
|
ListParticipantsResponse.Builder |
addParticipants(Participant value)
The list of participants.
|
Participant.Builder |
addParticipantsBuilder()
The list of participants.
|
Participant.Builder |
addParticipantsBuilder(int index)
The list of participants.
|
ListParticipantsResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListParticipantsResponse |
build() |
ListParticipantsResponse |
buildPartial() |
ListParticipantsResponse.Builder |
clear() |
ListParticipantsResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ListParticipantsResponse.Builder |
clearNextPageToken()
Token to retrieve the next page of results or empty if there are no
more results in the list.
|
ListParticipantsResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListParticipantsResponse.Builder |
clearParticipants()
The list of participants.
|
ListParticipantsResponse.Builder |
clone() |
ListParticipantsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getNextPageToken()
Token to retrieve the next page of results or empty if there are no
more results in the list.
|
com.google.protobuf.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.
|
Participant.Builder |
getParticipantsBuilder(int index)
The list of participants.
|
List<Participant.Builder> |
getParticipantsBuilderList()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListParticipantsResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListParticipantsResponse.Builder |
mergeFrom(ListParticipantsResponse other) |
ListParticipantsResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListParticipantsResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListParticipantsResponse.Builder |
removeParticipants(int index)
The list of participants.
|
ListParticipantsResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListParticipantsResponse.Builder |
setNextPageToken(String value)
Token to retrieve the next page of results or empty if there are no
more results in the list.
|
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.
|
ListParticipantsResponse.Builder |
setParticipants(int index,
Participant.Builder builderForValue)
The list of participants.
|
ListParticipantsResponse.Builder |
setParticipants(int index,
Participant value)
The list of participants.
|
ListParticipantsResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ListParticipantsResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>public ListParticipantsResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>public ListParticipantsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListParticipantsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListParticipantsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListParticipantsResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>public ListParticipantsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>public ListParticipantsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>public ListParticipantsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>public ListParticipantsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>public ListParticipantsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>public ListParticipantsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListParticipantsResponse.Builder>public ListParticipantsResponse.Builder mergeFrom(ListParticipantsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>public ListParticipantsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListParticipantsResponse.Builder>IOExceptionpublic 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 ListParticipantsResponseOrBuilderpublic 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 ListParticipantsResponseOrBuilderpublic 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 ListParticipantsResponseOrBuilderpublic 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 ListParticipantsResponseOrBuilderpublic 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 ListParticipantsResponseOrBuilderpublic 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 ListParticipantsResponseOrBuilderpublic 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;getNextPageTokenBytes in interface ListParticipantsResponseOrBuilderpublic 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(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;value - The bytes for nextPageToken to set.public final ListParticipantsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>public final ListParticipantsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListParticipantsResponse.Builder>Copyright © 2023 Google LLC. All rights reserved.