Reference documentation and code samples for the Google Apps Meet V2 Client class DocsDestination.
Google Docs location where the transcript file is saved.
Generated from protobuf message google.apps.meet.v2.DocsDestination
Namespace
Google \ Apps \ Meet \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ document |
string
Output only. The document ID for the underlying Google Docs transcript file. For example, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use the |
↳ export_uri |
string
Output only. URI for the Google Docs transcript file. Use |
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.
Returns | |
---|---|
Type | Description |
string |
setDocument
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
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.
Returns | |
---|---|
Type | Description |
string |
setExportUri
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |