public static final class ListParticipantSessionsResponse.Builder extends GeneratedMessageV3.Builder<ListParticipantSessionsResponse.Builder> implements ListParticipantSessionsResponseOrBuilder
Response of ListParticipants method.
Protobuf type google.apps.meet.v2beta.ListParticipantSessionsResponse
Inherited Members
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()
Methods
addAllParticipantSessions(Iterable<? extends ParticipantSession> values)
public ListParticipantSessionsResponse.Builder addAllParticipantSessions(Iterable<? extends ParticipantSession> values)
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.apps.meet.v2beta.ParticipantSession>
|
addParticipantSessions(ParticipantSession value)
public ListParticipantSessionsResponse.Builder addParticipantSessions(ParticipantSession value)
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
addParticipantSessions(ParticipantSession.Builder builderForValue)
public ListParticipantSessionsResponse.Builder addParticipantSessions(ParticipantSession.Builder builderForValue)
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
addParticipantSessions(int index, ParticipantSession value)
public ListParticipantSessionsResponse.Builder addParticipantSessions(int index, ParticipantSession value)
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
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.v2beta.ParticipantSession participant_sessions = 1;
addParticipantSessionsBuilder()
public ParticipantSession.Builder addParticipantSessionsBuilder()
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
addParticipantSessionsBuilder(int index)
public ParticipantSession.Builder addParticipantSessionsBuilder(int index)
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
Parameter |
Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListParticipantSessionsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ListParticipantSessionsResponse build()
buildPartial()
public ListParticipantSessionsResponse buildPartial()
clear()
public ListParticipantSessionsResponse.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListParticipantSessionsResponse.Builder clearField(Descriptors.FieldDescriptor field)
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListParticipantSessionsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearParticipantSessions()
public ListParticipantSessionsResponse.Builder clearParticipantSessions()
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
clone()
public ListParticipantSessionsResponse.Builder clone()
Overrides
getDefaultInstanceForType()
public ListParticipantSessionsResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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.v2beta.ParticipantSession participant_sessions = 1;
Parameter |
Name |
Description |
index |
int
|
getParticipantSessionsBuilder(int index)
public ParticipantSession.Builder getParticipantSessionsBuilder(int index)
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
Parameter |
Name |
Description |
index |
int
|
getParticipantSessionsBuilderList()
public List<ParticipantSession.Builder> getParticipantSessionsBuilderList()
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
getParticipantSessionsCount()
public int getParticipantSessionsCount()
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
Returns |
Type |
Description |
int |
|
getParticipantSessionsList()
public List<ParticipantSession> getParticipantSessionsList()
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
getParticipantSessionsOrBuilder(int index)
public ParticipantSessionOrBuilder getParticipantSessionsOrBuilder(int index)
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
Parameter |
Name |
Description |
index |
int
|
getParticipantSessionsOrBuilderList()
public List<? extends ParticipantSessionOrBuilder> getParticipantSessionsOrBuilderList()
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
Returns |
Type |
Description |
List<? extends com.google.apps.meet.v2beta.ParticipantSessionOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListParticipantSessionsResponse other)
public ListParticipantSessionsResponse.Builder mergeFrom(ListParticipantSessionsResponse other)
public ListParticipantSessionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListParticipantSessionsResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListParticipantSessionsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeParticipantSessions(int index)
public ListParticipantSessionsResponse.Builder removeParticipantSessions(int index)
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
Parameter |
Name |
Description |
index |
int
|
setField(Descriptors.FieldDescriptor field, Object value)
public ListParticipantSessionsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
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.
|
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.
|
setParticipantSessions(int index, ParticipantSession value)
public ListParticipantSessionsResponse.Builder setParticipantSessions(int index, ParticipantSession value)
List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
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.v2beta.ParticipantSession participant_sessions = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListParticipantSessionsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListParticipantSessionsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides