Class ListParticipantSessionsResponse (0.8.0)

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 > ListParticipantSessionsResponse

Static Fields

NEXT_PAGE_TOKEN_FIELD_NUMBER

public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER
Field Value
TypeDescription
int

PARTICIPANT_SESSIONS_FIELD_NUMBER

public static final int PARTICIPANT_SESSIONS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ListParticipantSessionsResponse getDefaultInstance()
Returns
TypeDescription
ListParticipantSessionsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(ListParticipantSessionsResponse prototype)

public static ListParticipantSessionsResponse.Builder newBuilder(ListParticipantSessionsResponse prototype)
Parameter
NameDescription
prototypeListParticipantSessionsResponse
Returns
TypeDescription
ListParticipantSessionsResponse.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public ListParticipantSessionsResponse getDefaultInstanceForType()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.

getParserForType()

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

getParticipantSessions(int index)

public ParticipantSession getParticipantSessions(int index)

List of participants in one page.

repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ParticipantSession

getParticipantSessionsCount()

public int getParticipantSessionsCount()

List of participants in one page.

repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;

Returns
TypeDescription
int

getParticipantSessionsList()

public List<ParticipantSession> getParticipantSessionsList()

List of participants in one page.

repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
ParticipantSessionOrBuilder

getParticipantSessionsOrBuilderList()

public List<? extends ParticipantSessionOrBuilder> getParticipantSessionsOrBuilderList()

List of participants in one page.

repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;

Returns
TypeDescription
List<? extends com.google.apps.meet.v2beta.ParticipantSessionOrBuilder>

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 ListParticipantSessionsResponse.Builder newBuilderForType()
Returns
TypeDescription
ListParticipantSessionsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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