Show / Hide Table of Contents

Namespace Google.Apis.PolyService.v1

Classes

AssetsResource

The "assets" collection of methods.

AssetsResource.GetRequest

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.

AssetsResource.ListRequest

Lists all public, remixable assets. These are assets with an access level of PUBLIC and published under the CC-By license.

PolyServiceBaseServiceRequest<TResponse>

A base abstract class for PolyService requests.

PolyServiceService

The PolyService Service.

UsersResource

The "users" collection of methods.

UsersResource.AssetsResource

The "assets" collection of methods.

UsersResource.AssetsResource.ListRequest

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.

UsersResource.LikedassetsResource

The "likedassets" collection of methods.

UsersResource.LikedassetsResource.ListRequest

Lists assets that the user has liked. Only the value 'me', representing the currently-authenticated user, is supported. May include assets with an access level of UNLISTED.

Enums

AssetsResource.ListRequest.MaxComplexityEnum

Returns assets that are of the specified complexity or less. Defaults to COMPLEX. For example, a request for MEDIUM assets also includes SIMPLE assets.

PolyServiceBaseServiceRequest<TResponse>.AltEnum

Data format for response.

PolyServiceBaseServiceRequest<TResponse>.XgafvEnum

V1 error format.

UsersResource.AssetsResource.ListRequest.VisibilityEnum

The visibility of the assets to be returned. Defaults to VISIBILITY_UNSPECIFIED which returns all assets.

In This Article
Back to top