public final class ListParticipantSessionsResponse extends GeneratedMessageV3 implements ListParticipantSessionsResponseOrBuilder
Response of ListParticipants method.
Protobuf type google.apps.meet.v2beta.ListParticipantSessionsResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ListParticipantSessionsResponseImplements
ListParticipantSessionsResponseOrBuilderStatic Fields
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
PARTICIPANT_SESSIONS_FIELD_NUMBER
public static final int PARTICIPANT_SESSIONS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ListParticipantSessionsResponse getDefaultInstance()
Returns | |
---|---|
Type | Description |
ListParticipantSessionsResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ListParticipantSessionsResponse.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ListParticipantSessionsResponse.Builder |
newBuilder(ListParticipantSessionsResponse prototype)
public static ListParticipantSessionsResponse.Builder newBuilder(ListParticipantSessionsResponse prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ListParticipantSessionsResponse |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsResponse.Builder |
parseDelimitedFrom(InputStream input)
public static ListParticipantSessionsResponse parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListParticipantSessionsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ListParticipantSessionsResponse parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListParticipantSessionsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ListParticipantSessionsResponse parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListParticipantSessionsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ListParticipantSessionsResponse parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListParticipantSessionsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static ListParticipantSessionsResponse parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListParticipantSessionsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ListParticipantSessionsResponse parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListParticipantSessionsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ListParticipantSessionsResponse> parser()
Returns | |
---|---|
Type | Description |
Parser<ListParticipantSessionsResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
getDefaultInstanceForType()
public ListParticipantSessionsResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListParticipantSessionsResponse |
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<ListParticipantSessionsResponse> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<ListParticipantSessionsResponse> |
getParticipantSessions(int index)
public ParticipantSession getParticipantSessions(int index)
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ParticipantSession |
getParticipantSessionsCount()
public int getParticipantSessionsCount()
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
Returns | |
---|---|
Type | Description |
int |
getParticipantSessionsList()
public List<ParticipantSession> getParticipantSessionsList()
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
Returns | |
---|---|
Type | Description |
List<ParticipantSession> |
getParticipantSessionsOrBuilder(int index)
public ParticipantSessionOrBuilder getParticipantSessionsOrBuilder(int index)
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ParticipantSessionOrBuilder |
getParticipantSessionsOrBuilderList()
public List<? extends ParticipantSessionOrBuilder> getParticipantSessionsOrBuilderList()
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.apps.meet.v2beta.ParticipantSessionOrBuilder> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
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 ListParticipantSessionsResponse.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
ListParticipantSessionsResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ListParticipantSessionsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public ListParticipantSessionsResponse.Builder toBuilder()
Returns | |
---|---|
Type | Description |
ListParticipantSessionsResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |