public static final class ListParticipantSessionsResponse.Builder extends GeneratedMessage.Builder<ListParticipantSessionsResponse.Builder> implements ListParticipantSessionsResponseOrBuilderResponse of ListParticipants method.
Protobuf type google.apps.meet.v2beta.ListParticipantSessionsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListParticipantSessionsResponse.BuilderImplements
ListParticipantSessionsResponseOrBuilderStatic 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.v2beta.ParticipantSession participant_sessions = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.apps.meet.v2beta.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.v2beta.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.v2beta.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.v2beta.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.v2beta.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.v2beta.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.v2beta.ParticipantSession participant_sessions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ParticipantSession.Builder |
|
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 |
|
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. |
clearParticipantSessions()
public ListParticipantSessionsResponse.Builder clearParticipantSessions()List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
| Returns | |
|---|---|
| Type | Description |
ListParticipantSessionsResponse.Builder |
|
getDefaultInstanceForType()
public ListParticipantSessionsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListParticipantSessionsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 |
| Returns | |
|---|---|
| Type | Description |
ParticipantSession |
|
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 |
| Returns | |
|---|---|
| Type | Description |
ParticipantSession.Builder |
|
getParticipantSessionsBuilderList()
public List<ParticipantSession.Builder> getParticipantSessionsBuilderList()List of participants in one page.
repeated .google.apps.meet.v2beta.ParticipantSession participant_sessions = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
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;
| Returns | |
|---|---|
| Type | Description |
List<ParticipantSession> |
|
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 |
| Returns | |
|---|---|
| Type | Description |
ParticipantSessionOrBuilder |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListParticipantSessionsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListParticipantSessionsResponse.Builder |
|
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 |
| Returns | |
|---|---|
| Type | Description |
ListParticipantSessionsResponse.Builder |
|
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 |
StringThe 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 |
ByteStringThe 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.v2beta.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.v2beta.ParticipantSession participant_sessions = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
ParticipantSession.Builder |
| Returns | |
|---|---|
| Type | Description |
ListParticipantSessionsResponse.Builder |
|