Class ListParticipantsResponse (4.43.0)

public final class ListParticipantsResponse extends GeneratedMessageV3 implements ListParticipantsResponseOrBuilder

The response message for Participants.ListParticipants.

Protobuf type google.cloud.dialogflow.v2.ListParticipantsResponse

Static Fields

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

PARTICIPANTS_FIELD_NUMBER

public static final int PARTICIPANTS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListParticipantsResponse getDefaultInstance()
Returns
TypeDescription
ListParticipantsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ListParticipantsResponse.Builder newBuilder()
Returns
TypeDescription
ListParticipantsResponse.Builder

newBuilder(ListParticipantsResponse prototype)

public static ListParticipantsResponse.Builder newBuilder(ListParticipantsResponse prototype)
Parameter
NameDescription
prototypeListParticipantsResponse
Returns
TypeDescription
ListParticipantsResponse.Builder

parseDelimitedFrom(InputStream input)

public static ListParticipantsResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListParticipantsResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListParticipantsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListParticipantsResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ListParticipantsResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ListParticipantsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ListParticipantsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListParticipantsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ListParticipantsResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ListParticipantsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ListParticipantsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListParticipantsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ListParticipantsResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ListParticipantsResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ListParticipantsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListParticipantsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ListParticipantsResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ListParticipantsResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ListParticipantsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListParticipantsResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ListParticipantsResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ListParticipantsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ListParticipantsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListParticipantsResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ListParticipantsResponse> parser()
Returns
TypeDescription
Parser<ListParticipantsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public ListParticipantsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListParticipantsResponse

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;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

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;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

public Parser<ListParticipantsResponse> getParserForType()
Returns
TypeDescription
Parser<ListParticipantsResponse>
Overrides

getParticipants(int index)

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
Participant

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;

Returns
TypeDescription
int

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;

Returns
TypeDescription
List<Participant>

getParticipantsOrBuilder(int index)

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.v2.Participant participants = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ParticipantOrBuilder

getParticipantsOrBuilderList()

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.v2.Participant participants = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.v2.ParticipantOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ListParticipantsResponse.Builder newBuilderForType()
Returns
TypeDescription
ListParticipantsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ListParticipantsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ListParticipantsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ListParticipantsResponse.Builder toBuilder()
Returns
TypeDescription
ListParticipantsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException