public static final class ListTranscriptsRequest.Builder extends GeneratedMessage.Builder<ListTranscriptsRequest.Builder> implements ListTranscriptsRequestOrBuilderRequest for ListTranscripts method.
Protobuf type google.apps.meet.v2.ListTranscriptsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListTranscriptsRequest.BuilderImplements
ListTranscriptsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ListTranscriptsRequest build()| Returns | |
|---|---|
| Type | Description |
ListTranscriptsRequest |
|
buildPartial()
public ListTranscriptsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
ListTranscriptsRequest |
|
clear()
public ListTranscriptsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListTranscriptsRequest.Builder |
|
clearPageSize()
public ListTranscriptsRequest.Builder clearPageSize()Maximum number of transcripts to return. The service might return fewer than this value. If unspecified, at most 10 transcripts 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 |
ListTranscriptsRequest.Builder |
This builder for chaining. |
clearPageToken()
public ListTranscriptsRequest.Builder clearPageToken()Page token returned from previous List Call.
string page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ListTranscriptsRequest.Builder |
This builder for chaining. |
clearParent()
public ListTranscriptsRequest.Builder clearParent() Required. Format: conferenceRecords/{conference_record}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ListTranscriptsRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListTranscriptsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListTranscriptsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPageSize()
public int getPageSize()Maximum number of transcripts to return. The service might return fewer than this value. If unspecified, at most 10 transcripts 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(ListTranscriptsRequest other)
public ListTranscriptsRequest.Builder mergeFrom(ListTranscriptsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTranscriptsRequest |
| Returns | |
|---|---|
| Type | Description |
ListTranscriptsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListTranscriptsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListTranscriptsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListTranscriptsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListTranscriptsRequest.Builder |
|
setPageSize(int value)
public ListTranscriptsRequest.Builder setPageSize(int value)Maximum number of transcripts to return. The service might return fewer than this value. If unspecified, at most 10 transcripts 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 |
ListTranscriptsRequest.Builder |
This builder for chaining. |
setPageToken(String value)
public ListTranscriptsRequest.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 |
ListTranscriptsRequest.Builder |
This builder for chaining. |
setPageTokenBytes(ByteString value)
public ListTranscriptsRequest.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 |
ListTranscriptsRequest.Builder |
This builder for chaining. |
setParent(String value)
public ListTranscriptsRequest.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 |
ListTranscriptsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public ListTranscriptsRequest.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 |
ListTranscriptsRequest.Builder |
This builder for chaining. |