public static final class DocsDestination.Builder extends GeneratedMessage.Builder<DocsDestination.Builder> implements DocsDestinationOrBuilderGoogle Docs location where the transcript file is saved.
Protobuf type google.apps.meet.v2.DocsDestination
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DocsDestination.BuilderImplements
DocsDestinationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DocsDestination build()| Returns | |
|---|---|
| Type | Description |
DocsDestination |
|
buildPartial()
public DocsDestination buildPartial()| Returns | |
|---|---|
| Type | Description |
DocsDestination |
|
clear()
public DocsDestination.Builder clear()| Returns | |
|---|---|
| Type | Description |
DocsDestination.Builder |
|
clearDocument()
public DocsDestination.Builder clearDocument() Output only. The document ID for the underlying Google Docs transcript
file. For example, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use the
documents.get method of the Google Docs API
(https://developers.google.com/docs/api/reference/rest/v1/documents/get) to
fetch the content.
string document = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DocsDestination.Builder |
This builder for chaining. |
clearExportUri()
public DocsDestination.Builder clearExportUri() Output only. URI for the Google Docs transcript file. Use
https://docs.google.com/document/d/{$DocumentId}/view to browse the
transcript in the browser.
string export_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DocsDestination.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public DocsDestination getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DocsDestination |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getDocument()
public String getDocument() Output only. The document ID for the underlying Google Docs transcript
file. For example, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use the
documents.get method of the Google Docs API
(https://developers.google.com/docs/api/reference/rest/v1/documents/get) to
fetch the content.
string document = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The document. |
getDocumentBytes()
public ByteString getDocumentBytes() Output only. The document ID for the underlying Google Docs transcript
file. For example, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use the
documents.get method of the Google Docs API
(https://developers.google.com/docs/api/reference/rest/v1/documents/get) to
fetch the content.
string document = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for document. |
getExportUri()
public String getExportUri() Output only. URI for the Google Docs transcript file. Use
https://docs.google.com/document/d/{$DocumentId}/view to browse the
transcript in the browser.
string export_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The exportUri. |
getExportUriBytes()
public ByteString getExportUriBytes() Output only. URI for the Google Docs transcript file. Use
https://docs.google.com/document/d/{$DocumentId}/view to browse the
transcript in the browser.
string export_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for exportUri. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DocsDestination other)
public DocsDestination.Builder mergeFrom(DocsDestination other)| Parameter | |
|---|---|
| Name | Description |
other |
DocsDestination |
| Returns | |
|---|---|
| Type | Description |
DocsDestination.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DocsDestination.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DocsDestination.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DocsDestination.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DocsDestination.Builder |
|
setDocument(String value)
public DocsDestination.Builder setDocument(String value) Output only. The document ID for the underlying Google Docs transcript
file. For example, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use the
documents.get method of the Google Docs API
(https://developers.google.com/docs/api/reference/rest/v1/documents/get) to
fetch the content.
string document = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe document to set. |
| Returns | |
|---|---|
| Type | Description |
DocsDestination.Builder |
This builder for chaining. |
setDocumentBytes(ByteString value)
public DocsDestination.Builder setDocumentBytes(ByteString value) Output only. The document ID for the underlying Google Docs transcript
file. For example, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use the
documents.get method of the Google Docs API
(https://developers.google.com/docs/api/reference/rest/v1/documents/get) to
fetch the content.
string document = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for document to set. |
| Returns | |
|---|---|
| Type | Description |
DocsDestination.Builder |
This builder for chaining. |
setExportUri(String value)
public DocsDestination.Builder setExportUri(String value) Output only. URI for the Google Docs transcript file. Use
https://docs.google.com/document/d/{$DocumentId}/view to browse the
transcript in the browser.
string export_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe exportUri to set. |
| Returns | |
|---|---|
| Type | Description |
DocsDestination.Builder |
This builder for chaining. |
setExportUriBytes(ByteString value)
public DocsDestination.Builder setExportUriBytes(ByteString value) Output only. URI for the Google Docs transcript file. Use
https://docs.google.com/document/d/{$DocumentId}/view to browse the
transcript in the browser.
string export_uri = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for exportUri to set. |
| Returns | |
|---|---|
| Type | Description |
DocsDestination.Builder |
This builder for chaining. |