public interface DocsDestinationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDocument()
Output only.
|
com.google.protobuf.ByteString |
getDocumentBytes()
Output only.
|
String |
getExportUri()
Output only.
|
com.google.protobuf.ByteString |
getExportUriBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];com.google.protobuf.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];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];com.google.protobuf.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];Copyright © 2024 Google LLC. All rights reserved.