Class ListParticipantsResponse.Builder (0.8.0)

public static final class ListParticipantsResponse.Builder extends GeneratedMessageV3.Builder<ListParticipantsResponse.Builder> implements ListParticipantsResponseOrBuilder

Response of ListParticipants method.

Protobuf type google.apps.meet.v2beta.ListParticipantsResponse

Static Methods

getDescriptor()

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

Methods

addAllParticipants(Iterable<? extends Participant> values)

public ListParticipantsResponse.Builder addAllParticipants(Iterable<? extends Participant> values)

List of participants in one page.

repeated .google.apps.meet.v2beta.Participant participants = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.apps.meet.v2beta.Participant>
Returns
TypeDescription
ListParticipantsResponse.Builder

addParticipants(Participant value)

public ListParticipantsResponse.Builder addParticipants(Participant value)

List of participants in one page.

repeated .google.apps.meet.v2beta.Participant participants = 1;

Parameter
NameDescription
valueParticipant
Returns
TypeDescription
ListParticipantsResponse.Builder

addParticipants(Participant.Builder builderForValue)

public ListParticipantsResponse.Builder addParticipants(Participant.Builder builderForValue)

List of participants in one page.

repeated .google.apps.meet.v2beta.Participant participants = 1;

Parameter
NameDescription
builderForValueParticipant.Builder
Returns
TypeDescription
ListParticipantsResponse.Builder

addParticipants(int index, Participant value)

public ListParticipantsResponse.Builder addParticipants(int index, Participant value)

List of participants in one page.

repeated .google.apps.meet.v2beta.Participant participants = 1;

Parameters
NameDescription
indexint
valueParticipant
Returns
TypeDescription
ListParticipantsResponse.Builder

addParticipants(int index, Participant.Builder builderForValue)

public ListParticipantsResponse.Builder addParticipants(int index, Participant.Builder builderForValue)

List of participants in one page.

repeated .google.apps.meet.v2beta.Participant participants = 1;

Parameters
NameDescription
indexint
builderForValueParticipant.Builder
Returns
TypeDescription
ListParticipantsResponse.Builder

addParticipantsBuilder()

public Participant.Builder addParticipantsBuilder()

List of participants in one page.

repeated .google.apps.meet.v2beta.Participant participants = 1;

Returns
TypeDescription
Participant.Builder

addParticipantsBuilder(int index)

public Participant.Builder addParticipantsBuilder(int index)

List of participants in one page.

repeated .google.apps.meet.v2beta.Participant participants = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Participant.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ListParticipantsResponse build()
Returns
TypeDescription
ListParticipantsResponse

buildPartial()

public ListParticipantsResponse buildPartial()
Returns
TypeDescription
ListParticipantsResponse

clear()

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

clearField(Descriptors.FieldDescriptor field)

public ListParticipantsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListParticipantsResponse.Builder
Overrides

clearNextPageToken()

public ListParticipantsResponse.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
ListParticipantsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearParticipants()

public ListParticipantsResponse.Builder clearParticipants()

List of participants in one page.

repeated .google.apps.meet.v2beta.Participant participants = 1;

Returns
TypeDescription
ListParticipantsResponse.Builder

clearTotalSize()

public ListParticipantsResponse.Builder clearTotalSize()

Total, exact number of participants. By default, this field isn't included in the response. Set the field mask in SystemParameterContext to receive this field in the response.

int32 total_size = 3;

Returns
TypeDescription
ListParticipantsResponse.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public ListParticipantsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListParticipantsResponse

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.

getParticipants(int index)

public Participant getParticipants(int index)

List of participants in one page.

repeated .google.apps.meet.v2beta.Participant participants = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Participant

getParticipantsBuilder(int index)

public Participant.Builder getParticipantsBuilder(int index)

List of participants in one page.

repeated .google.apps.meet.v2beta.Participant participants = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Participant.Builder

getParticipantsBuilderList()

public List<Participant.Builder> getParticipantsBuilderList()

List of participants in one page.

repeated .google.apps.meet.v2beta.Participant participants = 1;

Returns
TypeDescription
List<Builder>

getParticipantsCount()

public int getParticipantsCount()

List of participants in one page.

repeated .google.apps.meet.v2beta.Participant participants = 1;

Returns
TypeDescription
int

getParticipantsList()

public List<Participant> getParticipantsList()

List of participants in one page.

repeated .google.apps.meet.v2beta.Participant participants = 1;

Returns
TypeDescription
List<Participant>

getParticipantsOrBuilder(int index)

public ParticipantOrBuilder getParticipantsOrBuilder(int index)

List of participants in one page.

repeated .google.apps.meet.v2beta.Participant participants = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ParticipantOrBuilder

getParticipantsOrBuilderList()

public List<? extends ParticipantOrBuilder> getParticipantsOrBuilderList()

List of participants in one page.

repeated .google.apps.meet.v2beta.Participant participants = 1;

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

getTotalSize()

public int getTotalSize()

Total, exact number of participants. By default, this field isn't included in the response. Set the field mask in SystemParameterContext to receive this field in the response.

int32 total_size = 3;

Returns
TypeDescription
int

The totalSize.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListParticipantsResponse other)

public ListParticipantsResponse.Builder mergeFrom(ListParticipantsResponse other)
Parameter
NameDescription
otherListParticipantsResponse
Returns
TypeDescription
ListParticipantsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListParticipantsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListParticipantsResponse.Builder
Overrides

removeParticipants(int index)

public ListParticipantsResponse.Builder removeParticipants(int index)

List of participants in one page.

repeated .google.apps.meet.v2beta.Participant participants = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ListParticipantsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setNextPageToken(String value)

public ListParticipantsResponse.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
ListParticipantsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListParticipantsResponse.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
ListParticipantsResponse.Builder

This builder for chaining.

setParticipants(int index, Participant value)

public ListParticipantsResponse.Builder setParticipants(int index, Participant value)

List of participants in one page.

repeated .google.apps.meet.v2beta.Participant participants = 1;

Parameters
NameDescription
indexint
valueParticipant
Returns
TypeDescription
ListParticipantsResponse.Builder

setParticipants(int index, Participant.Builder builderForValue)

public ListParticipantsResponse.Builder setParticipants(int index, Participant.Builder builderForValue)

List of participants in one page.

repeated .google.apps.meet.v2beta.Participant participants = 1;

Parameters
NameDescription
indexint
builderForValueParticipant.Builder
Returns
TypeDescription
ListParticipantsResponse.Builder

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

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

setTotalSize(int value)

public ListParticipantsResponse.Builder setTotalSize(int value)

Total, exact number of participants. By default, this field isn't included in the response. Set the field mask in SystemParameterContext to receive this field in the response.

int32 total_size = 3;

Parameter
NameDescription
valueint

The totalSize to set.

Returns
TypeDescription
ListParticipantsResponse.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

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