Reference documentation and code samples for the Google Meet V2 API class Google::Apps::Meet::V2::DocsDestination.
Google Docs location where the transcript file is saved.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#document
def document() -> ::String
Returns
-
(::String) — 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.
#export_uri
def export_uri() -> ::String
Returns
-
(::String) — 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.