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