public static final class ListRecordingsRequest.Builder extends GeneratedMessage.Builder<ListRecordingsRequest.Builder> implements ListRecordingsRequestOrBuilderRequest for ListRecordings method.
Protobuf type google.apps.meet.v2beta.ListRecordingsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListRecordingsRequest.BuilderImplements
ListRecordingsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListRecordingsRequest build()| Returns | |
|---|---|
| Type | Description |
ListRecordingsRequest |
|
buildPartial()
public ListRecordingsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListRecordingsRequest |
|
clear()
public ListRecordingsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListRecordingsRequest.Builder |
|
clearPageSize()
public ListRecordingsRequest.Builder clearPageSize()Maximum number of recordings to return. The service might return fewer than this value. If unspecified, at most 10 recordings are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
ListRecordingsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListRecordingsRequest.Builder clearPageToken()Page token returned from previous List Call.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ListRecordingsRequest.Builder |
This builder for chaining. |
clearParent()
public ListRecordingsRequest.Builder clearParent() Required. Format: conferenceRecords/{conference_record}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListRecordingsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListRecordingsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListRecordingsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public int getPageSize()Maximum number of recordings to return. The service might return fewer than this value. If unspecified, at most 10 recordings are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.
int32 page_size = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The pageSize. |
getPageToken()
public String getPageToken()Page token returned from previous List Call.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The pageToken. |
getPageTokenBytes()
public ByteString getPageTokenBytes()Page token returned from previous List Call.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for pageToken. |
getParent()
public String getParent() Required. Format: conferenceRecords/{conference_record}
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}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListRecordingsRequest other)
public ListRecordingsRequest.Builder mergeFrom(ListRecordingsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListRecordingsRequest |
| Returns | |
|---|---|
| Type | Description |
ListRecordingsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListRecordingsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListRecordingsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListRecordingsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListRecordingsRequest.Builder |
|
setPageSize(int value)
public ListRecordingsRequest.Builder setPageSize(int value)Maximum number of recordings to return. The service might return fewer than this value. If unspecified, at most 10 recordings are returned. The maximum value is 100; values above 100 are coerced to 100. Maximum might change in the future.
int32 page_size = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe pageSize to set. |
| Returns | |
|---|---|
| Type | Description |
ListRecordingsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListRecordingsRequest.Builder setPageToken(String value)Page token returned from previous List Call.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListRecordingsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListRecordingsRequest.Builder setPageTokenBytes(ByteString value)Page token returned from previous List Call.
string page_token = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for pageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListRecordingsRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListRecordingsRequest.Builder setParent(String value) Required. Format: conferenceRecords/{conference_record}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListRecordingsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListRecordingsRequest.Builder setParentBytes(ByteString value) Required. Format: conferenceRecords/{conference_record}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
ListRecordingsRequest.Builder |
This builder for chaining. |