public final class ListParticipantsResponse extends GeneratedMessageV3 implements ListParticipantsResponseOrBuilder
Response of ListParticipants method.
Protobuf type google.apps.meet.v2beta.ListParticipantsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListParticipantsResponseImplements
ListParticipantsResponseOrBuilderStatic Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
PARTICIPANTS_FIELD_NUMBER
public static final int PARTICIPANTS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
TOTAL_SIZE_FIELD_NUMBER
public static final int TOTAL_SIZE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListParticipantsResponse getDefaultInstance()
Returns | |
---|---|
Type | Description |
ListParticipantsResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ListParticipantsResponse.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ListParticipantsResponse.Builder |
newBuilder(ListParticipantsResponse prototype)
public static ListParticipantsResponse.Builder newBuilder(ListParticipantsResponse prototype)
Parameter | |
---|---|
Name | Description |
prototype | ListParticipantsResponse |
Returns | |
---|---|
Type | Description |
ListParticipantsResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ListParticipantsResponse parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
ListParticipantsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListParticipantsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListParticipantsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListParticipantsResponse parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
ListParticipantsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListParticipantsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListParticipantsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListParticipantsResponse parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
ListParticipantsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListParticipantsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListParticipantsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListParticipantsResponse parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
ListParticipantsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListParticipantsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListParticipantsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListParticipantsResponse parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
ListParticipantsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListParticipantsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListParticipantsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListParticipantsResponse parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
ListParticipantsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListParticipantsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListParticipantsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListParticipantsResponse> parser()
Returns | |
---|---|
Type | Description |
Parser<ListParticipantsResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public ListParticipantsResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListParticipantsResponse |
getNextPageToken()
public String getNextPageToken()
Token to be circulated back for further List call if current List doesn't include all the participants. Unset if all participants are returned.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String | The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
Token to be circulated back for further List call if current List doesn't include all the participants. Unset if all participants are returned.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for nextPageToken. |
getParserForType()
public Parser<ListParticipantsResponse> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ListParticipantsResponse> |
getParticipants(int index)
public Participant getParticipants(int index)
List of participants in one page.
repeated .google.apps.meet.v2beta.Participant participants = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
Participant |
getParticipantsCount()
public int getParticipantsCount()
List of participants in one page.
repeated .google.apps.meet.v2beta.Participant participants = 1;
Returns | |
---|---|
Type | Description |
int |
getParticipantsList()
public List<Participant> getParticipantsList()
List of participants in one page.
repeated .google.apps.meet.v2beta.Participant participants = 1;
Returns | |
---|---|
Type | Description |
List<Participant> |
getParticipantsOrBuilder(int index)
public ParticipantOrBuilder getParticipantsOrBuilder(int index)
List of participants in one page.
repeated .google.apps.meet.v2beta.Participant participants = 1;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
ParticipantOrBuilder |
getParticipantsOrBuilderList()
public List<? extends ParticipantOrBuilder> getParticipantsOrBuilderList()
List of participants in one page.
repeated .google.apps.meet.v2beta.Participant participants = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.apps.meet.v2beta.ParticipantOrBuilder> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getTotalSize()
public int getTotalSize()
Total, exact number of participants
. By default, this field isn't
included in the response. Set the field mask in
SystemParameterContext
to receive this field in the response.
int32 total_size = 3;
Returns | |
---|---|
Type | Description |
int | The totalSize. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public ListParticipantsResponse.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ListParticipantsResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListParticipantsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
ListParticipantsResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ListParticipantsResponse.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ListParticipantsResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |