Class ListParticipantSessionsRequest.Builder (0.3.0)

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

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ListParticipantSessionsRequest build()
Returns
TypeDescription
ListParticipantSessionsRequest

buildPartial()

public ListParticipantSessionsRequest buildPartial()
Returns
TypeDescription
ListParticipantSessionsRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

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
TypeDescription
ListParticipantSessionsRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

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
TypeDescription
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
TypeDescription
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
TypeDescription
ListParticipantSessionsRequest.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public ListParticipantSessionsRequest getDefaultInstanceForType()
Returns
TypeDescription
ListParticipantSessionsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListParticipantSessionsRequest other)

public ListParticipantSessionsRequest.Builder mergeFrom(ListParticipantSessionsRequest other)
Parameter
NameDescription
otherListParticipantSessionsRequest
Returns
TypeDescription
ListParticipantSessionsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

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
NameDescription
valueString

The filter to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for filter to set.

Returns
TypeDescription
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
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
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
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
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
NameDescription
valueString

The parent to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListParticipantSessionsRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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