Class ListParticipantSessionsResponse.Builder (0.4.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
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.apps.meet.v2.ParticipantSession>
Returns
TypeDescription
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
NameDescription
valueParticipantSession
Returns
TypeDescription
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
NameDescription
builderForValueParticipantSession.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueParticipantSession
Returns
TypeDescription
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
NameDescription
indexint
builderForValueParticipantSession.Builder
Returns
TypeDescription
ListParticipantSessionsResponse.Builder

addParticipantSessionsBuilder()

public ParticipantSession.Builder addParticipantSessionsBuilder()

List of participants in one page.

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

Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
ParticipantSession.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListParticipantSessionsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListParticipantSessionsResponse.Builder
Overrides

build()

public ListParticipantSessionsResponse build()
Returns
TypeDescription
ListParticipantSessionsResponse

buildPartial()

public ListParticipantSessionsResponse buildPartial()
Returns
TypeDescription
ListParticipantSessionsResponse

clear()

public ListParticipantSessionsResponse.Builder clear()
Returns
TypeDescription
ListParticipantSessionsResponse.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListParticipantSessionsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
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
TypeDescription
ListParticipantSessionsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListParticipantSessionsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListParticipantSessionsResponse.Builder
Overrides

clearParticipantSessions()

public ListParticipantSessionsResponse.Builder clearParticipantSessions()

List of participants in one page.

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

Returns
TypeDescription
ListParticipantSessionsResponse.Builder

clone()

public ListParticipantSessionsResponse.Builder clone()
Returns
TypeDescription
ListParticipantSessionsResponse.Builder
Overrides

getDefaultInstanceForType()

public ListParticipantSessionsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListParticipantSessionsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
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.

getParticipantSessions(int index)

public ParticipantSession getParticipantSessions(int index)

List of participants in one page.

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

Parameter
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
ParticipantSession.Builder

getParticipantSessionsBuilderList()

public List<ParticipantSession.Builder> getParticipantSessionsBuilderList()

List of participants in one page.

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

Returns
TypeDescription
List<Builder>

getParticipantSessionsCount()

public int getParticipantSessionsCount()

List of participants in one page.

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

Returns
TypeDescription
int

getParticipantSessionsList()

public List<ParticipantSession> getParticipantSessionsList()

List of participants in one page.

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

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

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListParticipantSessionsResponse other)

public ListParticipantSessionsResponse.Builder mergeFrom(ListParticipantSessionsResponse other)
Parameter
NameDescription
otherListParticipantSessionsResponse
Returns
TypeDescription
ListParticipantSessionsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListParticipantSessionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListParticipantSessionsResponse.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListParticipantSessionsResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListParticipantSessionsResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListParticipantSessionsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
ListParticipantSessionsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListParticipantSessionsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
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
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
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
NameDescription
indexint
valueParticipantSession
Returns
TypeDescription
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
NameDescription
indexint
builderForValueParticipantSession.Builder
Returns
TypeDescription
ListParticipantSessionsResponse.Builder

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

public ListParticipantSessionsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListParticipantSessionsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListParticipantSessionsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListParticipantSessionsResponse.Builder
Overrides