class UsersAssets extends Resource (View source)

The "assets" collection of methods.

Typical usage is:

 $polyService = new Google\Service\PolyService(...);
 $assets = $polyService->users_assets;

Methods

listUsersAssets(string $name, array $optParams = [])

Lists assets authored by the given user. Only the value 'me', representing the currently-authenticated user, is supported. May include assets with an access level of PRIVATE or UNLISTED and assets which are All Rights Reserved for the currently-authenticated user. (assets.listUsersAssets)

Details

ListUserAssetsResponse listUsersAssets(string $name, array $optParams = [])

Lists assets authored by the given user. Only the value 'me', representing the currently-authenticated user, is supported. May include assets with an access level of PRIVATE or UNLISTED and assets which are All Rights Reserved for the currently-authenticated user. (assets.listUsersAssets)

Parameters

string $name

A valid user id. Currently, only the special value 'me', representing the currently-authenticated user is supported. To use 'me', you must pass an OAuth token with the request.

array $optParams

Optional parameters.

Return Value

ListUserAssetsResponse