public static final class ListParticipantSessionsRequest.Builder extends GeneratedMessageV3.Builder<ListParticipantSessionsRequest.Builder> implements ListParticipantSessionsRequestOrBuilder
Request to fetch list of participant sessions per conference record, per participant.
Protobuf type google.apps.meet.v2.ListParticipantSessionsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListParticipantSessionsRequest.BuilderImplements
ListParticipantSessionsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListParticipantSessionsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest.Builder |
build()
public ListParticipantSessionsRequest build()
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest |
buildPartial()
public ListParticipantSessionsRequest buildPartial()
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest |
clear()
public ListParticipantSessionsRequest.Builder clear()
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public ListParticipantSessionsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest.Builder |
clearFilter()
public ListParticipantSessionsRequest.Builder clearFilter()
Optional. User specified filtering condition in EBNF format. The following are the filterable fields:
start_time
end_time
For example,
end_time IS NULL
returns active participant sessions in the conference record.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ListParticipantSessionsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest.Builder |
clearPageSize()
public ListParticipantSessionsRequest.Builder clearPageSize()
Optional. Maximum number of participant sessions to return. The service might return fewer than this value. If unspecified, at most 100 participants are returned. The maximum value is 250; values above 250 are coerced to 250. Maximum might change in the future.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListParticipantSessionsRequest.Builder clearPageToken()
Optional. Page token returned from previous List Call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest.Builder |
This builder for chaining. |
clearParent()
public ListParticipantSessionsRequest.Builder clearParent()
Required. Format:
conferenceRecords/{conference_record}/participants/{participant}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest.Builder |
This builder for chaining. |
clone()
public ListParticipantSessionsRequest.Builder clone()
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest.Builder |
getDefaultInstanceForType()
public ListParticipantSessionsRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getFilter()
public String getFilter()
Optional. User specified filtering condition in EBNF format. The following are the filterable fields:
start_time
end_time
For example,
end_time IS NULL
returns active participant sessions in the conference record.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The filter. |
getFilterBytes()
public ByteString getFilterBytes()
Optional. User specified filtering condition in EBNF format. The following are the filterable fields:
start_time
end_time
For example,
end_time IS NULL
returns active participant sessions in the conference record.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for filter. |
getPageSize()
public int getPageSize()
Optional. Maximum number of participant sessions to return. The service might return fewer than this value. If unspecified, at most 100 participants are returned. The maximum value is 250; values above 250 are coerced to 250. Maximum might change in the future.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()
Optional. Page token returned from previous List Call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()
Optional. Page token returned from previous List Call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent()
Required. Format:
conferenceRecords/{conference_record}/participants/{participant}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()
Required. Format:
conferenceRecords/{conference_record}/participants/{participant}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ListParticipantSessionsRequest other)
public ListParticipantSessionsRequest.Builder mergeFrom(ListParticipantSessionsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListParticipantSessionsRequest |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListParticipantSessionsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ListParticipantSessionsRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListParticipantSessionsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ListParticipantSessionsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest.Builder |
setFilter(String value)
public ListParticipantSessionsRequest.Builder setFilter(String value)
Optional. User specified filtering condition in EBNF format. The following are the filterable fields:
start_time
end_time
For example,
end_time IS NULL
returns active participant sessions in the conference record.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The filter to set. |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest.Builder |
This builder for chaining. |
setFilterBytes(ByteString value)
public ListParticipantSessionsRequest.Builder setFilterBytes(ByteString value)
Optional. User specified filtering condition in EBNF format. The following are the filterable fields:
start_time
end_time
For example,
end_time IS NULL
returns active participant sessions in the conference record.
string filter = 4 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for filter to set. |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest.Builder |
This builder for chaining. |
setPageSize(int value)
public ListParticipantSessionsRequest.Builder setPageSize(int value)
Optional. Maximum number of participant sessions to return. The service might return fewer than this value. If unspecified, at most 100 participants are returned. The maximum value is 250; values above 250 are coerced to 250. Maximum might change in the future.
int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
int The pageSize to set. |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListParticipantSessionsRequest.Builder setPageToken(String value)
Optional. Page token returned from previous List Call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
String The pageToken to set. |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListParticipantSessionsRequest.Builder setPageTokenBytes(ByteString value)
Optional. Page token returned from previous List Call.
string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for pageToken to set. |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListParticipantSessionsRequest.Builder setParent(String value)
Required. Format:
conferenceRecords/{conference_record}/participants/{participant}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The parent to set. |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListParticipantSessionsRequest.Builder setParentBytes(ByteString value)
Required. Format:
conferenceRecords/{conference_record}/participants/{participant}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for parent to set. |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListParticipantSessionsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListParticipantSessionsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListParticipantSessionsRequest.Builder |