Interface MediaApiRequest
Base interface for all requests.
Signature
declare interface MediaApiRequest
Property signatures
Name |
Description |
requestId |
A unique client-generated identifier for this request. Different requests must never have the same request ID in the scope of one data channel. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-24 UTC.
[null,null,["Last updated 2025-01-24 UTC."],[[["The MediaApiRequest interface serves as the foundational structure for all requests within the system."],["The MediaApiRequest is part of the Google Workspace Developer Preview Program, granting early access."],["Each MediaApiRequest includes a `requestId` property, which is a unique identifier for the request."],["The `requestId` property must be unique across all requests within a single data channel to ensure proper request handling."]]],[]]