Class ListParticipantSessionsResponse.Builder (0.11.0)

public static final class ListParticipantSessionsResponse.Builder extends GeneratedMessageV3.Builder<ListParticipantSessionsResponse.Builder> implements ListParticipantSessionsResponseOrBuilder

Response of ListParticipants method.

Protobuf type google.apps.meet.v2.ListParticipantSessionsResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllParticipantSessions(Iterable<? extends ParticipantSession> values)

public ListParticipantSessionsResponse.Builder addAllParticipantSessions(Iterable<? extends ParticipantSession> values)

List of participants in one page.

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

Parameter
Name Description
values Iterable<? extends com.google.apps.meet.v2.ParticipantSession>
Returns
Type Description
ListParticipantSessionsResponse.Builder

addParticipantSessions(ParticipantSession value)

public ListParticipantSessionsResponse.Builder addParticipantSessions(ParticipantSession value)

List of participants in one page.

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

Parameter
Name Description
value ParticipantSession
Returns
Type Description
ListParticipantSessionsResponse.Builder

addParticipantSessions(ParticipantSession.Builder builderForValue)

public ListParticipantSessionsResponse.Builder addParticipantSessions(ParticipantSession.Builder builderForValue)

List of participants in one page.

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

Parameter
Name Description
builderForValue ParticipantSession.Builder
Returns
Type Description
ListParticipantSessionsResponse.Builder

addParticipantSessions(int index, ParticipantSession value)

public ListParticipantSessionsResponse.Builder addParticipantSessions(int index, ParticipantSession value)

List of participants in one page.

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

Parameters
Name Description
index int
value ParticipantSession
Returns
Type Description
ListParticipantSessionsResponse.Builder

addParticipantSessions(int index, ParticipantSession.Builder builderForValue)

public ListParticipantSessionsResponse.Builder addParticipantSessions(int index, ParticipantSession.Builder builderForValue)

List of participants in one page.

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

Parameters
Name Description
index int
builderForValue ParticipantSession.Builder
Returns
Type Description
ListParticipantSessionsResponse.Builder

addParticipantSessionsBuilder()

public ParticipantSession.Builder addParticipantSessionsBuilder()

List of participants in one page.

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

Returns
Type Description
ParticipantSession.Builder

addParticipantSessionsBuilder(int index)

public ParticipantSession.Builder addParticipantSessionsBuilder(int index)

List of participants in one page.

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

Parameter
Name Description
index int
Returns
Type Description
ParticipantSession.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListParticipantSessionsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListParticipantSessionsResponse.Builder
Overrides

build()

public ListParticipantSessionsResponse build()
Returns
Type Description
ListParticipantSessionsResponse

buildPartial()

public ListParticipantSessionsResponse buildPartial()
Returns
Type Description
ListParticipantSessionsResponse

clear()

public ListParticipantSessionsResponse.Builder clear()
Returns
Type Description
ListParticipantSessionsResponse.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListParticipantSessionsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListParticipantSessionsResponse.Builder
Overrides

clearNextPageToken()

public ListParticipantSessionsResponse.Builder clearNextPageToken()

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

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListParticipantSessionsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListParticipantSessionsResponse.Builder
Overrides

clearParticipantSessions()

public ListParticipantSessionsResponse.Builder clearParticipantSessions()

List of participants in one page.

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

Returns
Type Description
ListParticipantSessionsResponse.Builder

clone()

public ListParticipantSessionsResponse.Builder clone()
Returns
Type Description
ListParticipantSessionsResponse.Builder
Overrides

getDefaultInstanceForType()

public ListParticipantSessionsResponse getDefaultInstanceForType()
Returns
Type Description
ListParticipantSessionsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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.

getParticipantSessions(int index)

public ParticipantSession getParticipantSessions(int index)

List of participants in one page.

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

Parameter
Name Description
index int
Returns
Type Description
ParticipantSession

getParticipantSessionsBuilder(int index)

public ParticipantSession.Builder getParticipantSessionsBuilder(int index)

List of participants in one page.

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

Parameter
Name Description
index int
Returns
Type Description
ParticipantSession.Builder

getParticipantSessionsBuilderList()

public List<ParticipantSession.Builder> getParticipantSessionsBuilderList()

List of participants in one page.

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

Returns
Type Description
List<Builder>

getParticipantSessionsCount()

public int getParticipantSessionsCount()

List of participants in one page.

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

Returns
Type Description
int

getParticipantSessionsList()

public List<ParticipantSession> getParticipantSessionsList()

List of participants in one page.

repeated .google.apps.meet.v2.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.v2.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.v2.ParticipantSession participant_sessions = 1;

Returns
Type Description
List<? extends com.google.apps.meet.v2.ParticipantSessionOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListParticipantSessionsResponse other)

public ListParticipantSessionsResponse.Builder mergeFrom(ListParticipantSessionsResponse other)
Parameter
Name Description
other ListParticipantSessionsResponse
Returns
Type Description
ListParticipantSessionsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListParticipantSessionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListParticipantSessionsResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListParticipantSessionsResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListParticipantSessionsResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListParticipantSessionsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListParticipantSessionsResponse.Builder
Overrides

removeParticipantSessions(int index)

public ListParticipantSessionsResponse.Builder removeParticipantSessions(int index)

List of participants in one page.

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

Parameter
Name Description
index int
Returns
Type Description
ListParticipantSessionsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListParticipantSessionsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListParticipantSessionsResponse.Builder
Overrides

setNextPageToken(String value)

public ListParticipantSessionsResponse.Builder setNextPageToken(String value)

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;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListParticipantSessionsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListParticipantSessionsResponse.Builder setNextPageTokenBytes(ByteString value)

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;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListParticipantSessionsResponse.Builder

This builder for chaining.

setParticipantSessions(int index, ParticipantSession value)

public ListParticipantSessionsResponse.Builder setParticipantSessions(int index, ParticipantSession value)

List of participants in one page.

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

Parameters
Name Description
index int
value ParticipantSession
Returns
Type Description
ListParticipantSessionsResponse.Builder

setParticipantSessions(int index, ParticipantSession.Builder builderForValue)

public ListParticipantSessionsResponse.Builder setParticipantSessions(int index, ParticipantSession.Builder builderForValue)

List of participants in one page.

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

Parameters
Name Description
index int
builderForValue ParticipantSession.Builder
Returns
Type Description
ListParticipantSessionsResponse.Builder

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListParticipantSessionsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListParticipantSessionsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListParticipantSessionsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListParticipantSessionsResponse.Builder
Overrides