Assets
class Assets extends Resource (View source)
The "assets" collection of methods.
Typical usage is:
$polyService = new Google\Service\PolyService(...);
$assets = $polyService->assets;
Methods
Returns detailed information about an asset given its name. PRIVATE assets are returned only if the currently authenticated user (via OAuth token) is the author of the asset. (assets.get)
Lists all public, remixable assets. These are assets with an access level of PUBLIC and published under the CC-By license. (assets.listAssets)
Details
Asset
get(string $name, array $optParams = [])
Returns detailed information about an asset given its name. PRIVATE assets are returned only if the currently authenticated user (via OAuth token) is the author of the asset. (assets.get)
ListAssetsResponse
listAssets(array $optParams = [])
Lists all public, remixable assets. These are assets with an access level of PUBLIC and published under the CC-By license. (assets.listAssets)