Show / Hide Table of Contents

Class 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.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListLikedAssetsResponse>
PolyServiceBaseServiceRequest<ListLikedAssetsResponse>
UsersResource.LikedassetsResource.ListRequest
Implements
IClientServiceRequest<ListLikedAssetsResponse>
IClientServiceRequest
Inherited Members
PolyServiceBaseServiceRequest<ListLikedAssetsResponse>.Xgafv
PolyServiceBaseServiceRequest<ListLikedAssetsResponse>.AccessToken
PolyServiceBaseServiceRequest<ListLikedAssetsResponse>.Alt
PolyServiceBaseServiceRequest<ListLikedAssetsResponse>.Callback
PolyServiceBaseServiceRequest<ListLikedAssetsResponse>.Fields
PolyServiceBaseServiceRequest<ListLikedAssetsResponse>.Key
PolyServiceBaseServiceRequest<ListLikedAssetsResponse>.OauthToken
PolyServiceBaseServiceRequest<ListLikedAssetsResponse>.PrettyPrint
PolyServiceBaseServiceRequest<ListLikedAssetsResponse>.QuotaUser
PolyServiceBaseServiceRequest<ListLikedAssetsResponse>.UploadType
PolyServiceBaseServiceRequest<ListLikedAssetsResponse>.UploadProtocol
ClientServiceRequest<ListLikedAssetsResponse>.Execute()
ClientServiceRequest<ListLikedAssetsResponse>.ExecuteAsStream()
ClientServiceRequest<ListLikedAssetsResponse>.ExecuteAsync()
ClientServiceRequest<ListLikedAssetsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListLikedAssetsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListLikedAssetsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListLikedAssetsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListLikedAssetsResponse>.GenerateRequestUri()
ClientServiceRequest<ListLikedAssetsResponse>.GetBody()
ClientServiceRequest<ListLikedAssetsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListLikedAssetsResponse>.ETagAction
ClientServiceRequest<ListLikedAssetsResponse>.ModifyRequest
ClientServiceRequest<ListLikedAssetsResponse>.ValidateParameters
ClientServiceRequest<ListLikedAssetsResponse>.RequestParameters
ClientServiceRequest<ListLikedAssetsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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 UsersResource.LikedassetsResource.ListRequest : PolyServiceBaseServiceRequest<ListLikedAssetsResponse>, IClientServiceRequest<ListLikedAssetsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

Format

Return only assets with the matching format. Acceptable values are: BLOCKS, FBX, GLTF, GLTF2, OBJ, TILT.

Declaration
[RequestParameter("format", RequestParameterType.Query)]
public virtual string Format { get; set; }
Property Value
Type Description
string

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PolyService.v1.Data.ListLikedAssetsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PolyService.v1.Data.ListLikedAssetsResponse>.MethodName

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.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

OrderBy

Specifies an ordering for assets. Acceptable values are: BEST, NEWEST, OLDEST, 'LIKED_TIME'. Defaults to LIKED_TIME, which ranks assets based on how recently they were liked.

Declaration
[RequestParameter("orderBy", RequestParameterType.Query)]
public virtual string OrderBy { get; set; }
Property Value
Type Description
string

PageSize

The maximum number of assets to be returned. This value must be between 1 and 100. Defaults to 20.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Specifies a continuation token from a previous search whose results were split into multiple pages. To get the next page, submit the same request specifying the value from next_page_token.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.PolyService.v1.Data.ListLikedAssetsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
PolyServiceBaseServiceRequest<ListLikedAssetsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX