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

com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)

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>

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

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

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

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

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
Overrides

build()

public ListParticipantSessionsResponse build()
Returns
TypeDescription
ListParticipantSessionsResponse

buildPartial()

public ListParticipantSessionsResponse buildPartial()
Returns
TypeDescription
ListParticipantSessionsResponse

clear()

public ListParticipantSessionsResponse.Builder clear()
Overrides

clearField(Descriptors.FieldDescriptor field)

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

clearParticipantSessions()

public ListParticipantSessionsResponse.Builder clearParticipantSessions()

List of participants in one page.

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

clone()

public ListParticipantSessionsResponse.Builder clone()
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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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