Show / Hide Table of Contents

Class AssetsResource

The "assets" collection of methods.

Inheritance
object
AssetsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.PolyService.v1
Assembly: Google.Apis.PolyService.v1.dll
Syntax
public class AssetsResource

Constructors

AssetsResource(IClientService)

Constructs a new resource.

Declaration
public AssetsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

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.

Declaration
public virtual AssetsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. An asset's name in the form assets/{ASSET_ID}.

Returns
Type Description
AssetsResource.GetRequest

List()

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

Declaration
public virtual AssetsResource.ListRequest List()
Returns
Type Description
AssetsResource.ListRequest
In this article
Back to top Generated by DocFX