Interface MediaEntriesChannelToClient
Media entries data channel message from the server to the client.
Signature
declare interface MediaEntriesChannelToClient
Property signatures
Name |
Description |
deletedResources |
List of deleted resources with no implied order. |
resources |
List of resource snapshots managed by the server, with no implied order. |
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-02-05 UTC.
[null,null,["Last updated 2025-02-05 UTC."],[[["The content describes a `MediaEntriesChannelToClient` interface, part of a developer preview program."],["This interface is used to send messages from a server to a client regarding media entries."],["It includes two properties: `deletedResources` and `resources`."],["`deletedResources` lists resources that have been removed, without any specific order."],["`resources` provides a list of resource snapshots managed by the server, also without any specific order."]]],[]]