Reference documentation and code samples for the Google Apps Meet V2beta Client class DriveDestination.
Export location where a recording file is saved in Google Drive.
Generated from protobuf messagegoogle.apps.meet.v2beta.DriveDestination
Namespace
Google \ Apps \ Meet \ V2beta
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ file
string
Output only. ThefileIdfor the underlying MP4 file. For example, "1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use$ GET https://www.googleapis.com/drive/v3/files/{$fileId}?alt=mediato download the blob. For more information, seehttps://developers.google.com/drive/api/v3/reference/files/get.
↳ export_uri
string
Output only. Link used to play back the recording file in the browser. For example,https://drive.google.com/file/d/{$fileId}/view.
getFile
Output only. ThefileIdfor the underlying MP4 file. For example,
"1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use$ GET
https://www.googleapis.com/drive/v3/files/{$fileId}?alt=mediato download
the blob. For more information, seehttps://developers.google.com/drive/api/v3/reference/files/get.
Returns
Type
Description
string
setFile
Output only. ThefileIdfor the underlying MP4 file. For example,
"1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP". Use$ GET
https://www.googleapis.com/drive/v3/files/{$fileId}?alt=mediato download
the blob. For more information, seehttps://developers.google.com/drive/api/v3/reference/files/get.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getExportUri
Output only. Link used to play back the recording file in the browser. For
example,https://drive.google.com/file/d/{$fileId}/view.
Returns
Type
Description
string
setExportUri
Output only. Link used to play back the recording file in the browser. For
example,https://drive.google.com/file/d/{$fileId}/view.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Apps Meet V2beta Client - Class DriveDestination (0.4.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.4.1 (latest)](/php/docs/reference/apps-meet/latest/V2beta.DriveDestination)\n- [0.4.0](/php/docs/reference/apps-meet/0.4.0/V2beta.DriveDestination)\n- [0.3.0](/php/docs/reference/apps-meet/0.3.0/V2beta.DriveDestination)\n- [0.2.6](/php/docs/reference/apps-meet/0.2.6/V2beta.DriveDestination)\n- [0.1.0](/php/docs/reference/apps-meet/0.1.0/V2beta.DriveDestination) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Apps Meet V2beta Client class DriveDestination.\n\nExport location where a recording file is saved in Google Drive.\n\nGenerated from protobuf message `google.apps.meet.v2beta.DriveDestination`\n\nNamespace\n---------\n\nGoogle \\\\ Apps \\\\ Meet \\\\ V2beta\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getFile\n\nOutput only. The `fileId` for the underlying MP4 file. For example,\n\"1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP\". Use `$ GET\nhttps://www.googleapis.com/drive/v3/files/{$fileId}?alt=media` to download\nthe blob. For more information, see\n\u003chttps://developers.google.com/drive/api/v3/reference/files/get\u003e.\n\n### setFile\n\nOutput only. The `fileId` for the underlying MP4 file. For example,\n\"1kuceFZohVoCh6FulBHxwy6I15Ogpc4hP\". Use `$ GET\nhttps://www.googleapis.com/drive/v3/files/{$fileId}?alt=media` to download\nthe blob. For more information, see\n\u003chttps://developers.google.com/drive/api/v3/reference/files/get\u003e.\n\n### getExportUri\n\nOutput only. Link used to play back the recording file in the browser. For\nexample, `https://drive.google.com/file/d/{$fileId}/view`.\n\n### setExportUri\n\nOutput only. Link used to play back the recording file in the browser. For\nexample, `https://drive.google.com/file/d/{$fileId}/view`."]]