Class ListConferenceRecordsRequest.Builder (0.50.0)

public static final class ListConferenceRecordsRequest.Builder extends GeneratedMessage.Builder<ListConferenceRecordsRequest.Builder> implements ListConferenceRecordsRequestOrBuilder

Request to fetch list of conference records per user.

Protobuf type google.apps.meet.v2.ListConferenceRecordsRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ListConferenceRecordsRequest build()
Returns
Type Description
ListConferenceRecordsRequest

buildPartial()

public ListConferenceRecordsRequest buildPartial()
Returns
Type Description
ListConferenceRecordsRequest

clear()

public ListConferenceRecordsRequest.Builder clear()
Returns
Type Description
ListConferenceRecordsRequest.Builder
Overrides

clearFilter()

public ListConferenceRecordsRequest.Builder clearFilter()

Optional. User specified filtering condition in EBNF format. The following are the filterable fields:

  • space.meeting_code
  • space.name
  • start_time
  • end_time

    For example, consider the following filters:

  • space.name = "spaces/NAME"

  • space.meeting_code = "abc-mnop-xyz"
  • start_time>="2024-01-01T00:00:00.000Z" AND start_time<="2024-01-02T00:00:00.000Z"
  • end_time IS NULL

string filter = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListConferenceRecordsRequest.Builder

This builder for chaining.

clearPageSize()

public ListConferenceRecordsRequest.Builder clearPageSize()

Optional. Maximum number of conference records to return. The service might return fewer than this value. If unspecified, at most 25 conference records are returned. The maximum value is 100; values above 100 are coerced to

  1. Maximum might change in the future.

int32 page_size = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListConferenceRecordsRequest.Builder

This builder for chaining.

clearPageToken()

public ListConferenceRecordsRequest.Builder clearPageToken()

Optional. Page token returned from previous List Call.

string page_token = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListConferenceRecordsRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListConferenceRecordsRequest getDefaultInstanceForType()
Returns
Type Description
ListConferenceRecordsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getFilter()

public String getFilter()

Optional. User specified filtering condition in EBNF format. The following are the filterable fields:

  • space.meeting_code
  • space.name
  • start_time
  • end_time

    For example, consider the following filters:

  • space.name = "spaces/NAME"

  • space.meeting_code = "abc-mnop-xyz"
  • start_time>="2024-01-01T00:00:00.000Z" AND start_time<="2024-01-02T00:00:00.000Z"
  • end_time IS NULL

string filter = 3 [(.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:

  • space.meeting_code
  • space.name
  • start_time
  • end_time

    For example, consider the following filters:

  • space.name = "spaces/NAME"

  • space.meeting_code = "abc-mnop-xyz"
  • start_time>="2024-01-01T00:00:00.000Z" AND start_time<="2024-01-02T00:00:00.000Z"
  • end_time IS NULL

string filter = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for filter.

getPageSize()

public int getPageSize()

Optional. Maximum number of conference records to return. The service might return fewer than this value. If unspecified, at most 25 conference records are returned. The maximum value is 100; values above 100 are coerced to

  1. Maximum might change in the future.

int32 page_size = 1 [(.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 = 2 [(.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 = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for pageToken.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListConferenceRecordsRequest other)

public ListConferenceRecordsRequest.Builder mergeFrom(ListConferenceRecordsRequest other)
Parameter
Name Description
other ListConferenceRecordsRequest
Returns
Type Description
ListConferenceRecordsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListConferenceRecordsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListConferenceRecordsRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListConferenceRecordsRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListConferenceRecordsRequest.Builder
Overrides

setFilter(String value)

public ListConferenceRecordsRequest.Builder setFilter(String value)

Optional. User specified filtering condition in EBNF format. The following are the filterable fields:

  • space.meeting_code
  • space.name
  • start_time
  • end_time

    For example, consider the following filters:

  • space.name = "spaces/NAME"

  • space.meeting_code = "abc-mnop-xyz"
  • start_time>="2024-01-01T00:00:00.000Z" AND start_time<="2024-01-02T00:00:00.000Z"
  • end_time IS NULL

string filter = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The filter to set.

Returns
Type Description
ListConferenceRecordsRequest.Builder

This builder for chaining.

setFilterBytes(ByteString value)

public ListConferenceRecordsRequest.Builder setFilterBytes(ByteString value)

Optional. User specified filtering condition in EBNF format. The following are the filterable fields:

  • space.meeting_code
  • space.name
  • start_time
  • end_time

    For example, consider the following filters:

  • space.name = "spaces/NAME"

  • space.meeting_code = "abc-mnop-xyz"
  • start_time>="2024-01-01T00:00:00.000Z" AND start_time<="2024-01-02T00:00:00.000Z"
  • end_time IS NULL

string filter = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for filter to set.

Returns
Type Description
ListConferenceRecordsRequest.Builder

This builder for chaining.

setPageSize(int value)

public ListConferenceRecordsRequest.Builder setPageSize(int value)

Optional. Maximum number of conference records to return. The service might return fewer than this value. If unspecified, at most 25 conference records are returned. The maximum value is 100; values above 100 are coerced to

  1. Maximum might change in the future.

int32 page_size = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListConferenceRecordsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListConferenceRecordsRequest.Builder setPageToken(String value)

Optional. Page token returned from previous List Call.

string page_token = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
ListConferenceRecordsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListConferenceRecordsRequest.Builder setPageTokenBytes(ByteString value)

Optional. Page token returned from previous List Call.

string page_token = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
ListConferenceRecordsRequest.Builder

This builder for chaining.