google_api_poly v0.8.1 GoogleApi.Poly.V1.Api.Users View Source
API calls for all endpoints tagged Users
.
Link to this section Summary
Functions
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.
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.
Link to this section Functions
poly_users_assets_list(connection, name, optional_params \\ [], opts \\ [])
View SourceSpecs
poly_users_assets_list(Tesla.Env.client(), String.t(), keyword(), keyword()) :: {:ok, GoogleApi.Poly.V1.Model.ListUserAssetsResponse.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
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.
Parameters
connection
(type:GoogleApi.Poly.V1.Connection.t
) - Connection to servername
(type:String.t
) - 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.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:format
(type:String.t
) - Return only assets with the matching format. Acceptable values are:BLOCKS
,FBX
,GLTF
,GLTF2
,OBJ
, andTILT
.:orderBy
(type:String.t
) - Specifies an ordering for assets. Acceptable values are:BEST
,NEWEST
,OLDEST
. Defaults toBEST
, which ranks assets based on a combination of popularity and other features.:pageSize
(type:integer()
) - The maximum number of assets to be returned. This value must be between1
and100
. Defaults to20
.:pageToken
(type:String.t
) - 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.:visibility
(type:String.t
) - The visibility of the assets to be returned. Defaults to VISIBILITY_UNSPECIFIED which returns all assets.
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.Poly.V1.Model.ListUserAssetsResponse{}}
on success{:error, info}
on failure
poly_users_likedassets_list(connection, name, optional_params \\ [], opts \\ [])
View SourceSpecs
poly_users_likedassets_list( Tesla.Env.client(), String.t(), keyword(), keyword() ) :: {:ok, GoogleApi.Poly.V1.Model.ListLikedAssetsResponse.t()} | {:ok, Tesla.Env.t()} | {:error, any()}
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.
Parameters
connection
(type:GoogleApi.Poly.V1.Connection.t
) - Connection to servername
(type:String.t
) - 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.optional_params
(type:keyword()
) - Optional parameters:"$.xgafv"
(type:String.t
) - V1 error format.:access_token
(type:String.t
) - OAuth access token.:alt
(type:String.t
) - Data format for response.:callback
(type:String.t
) - JSONP:fields
(type:String.t
) - Selector specifying which fields to include in a partial response.:key
(type:String.t
) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.:oauth_token
(type:String.t
) - OAuth 2.0 token for the current user.:prettyPrint
(type:boolean()
) - Returns response with indentations and line breaks.:quotaUser
(type:String.t
) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.:uploadType
(type:String.t
) - Legacy upload protocol for media (e.g. "media", "multipart").:upload_protocol
(type:String.t
) - Upload protocol for media (e.g. "raw", "multipart").:format
(type:String.t
) - Return only assets with the matching format. Acceptable values are:BLOCKS
,FBX
,GLTF
,GLTF2
,OBJ
,TILT
.:orderBy
(type:String.t
) - Specifies an ordering for assets. Acceptable values are:BEST
,NEWEST
,OLDEST
, 'LIKED_TIME'. Defaults toLIKED_TIME
, which ranks assets based on how recently they were liked.:pageSize
(type:integer()
) - The maximum number of assets to be returned. This value must be between1
and100
. Defaults to20
.:pageToken
(type:String.t
) - 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.
opts
(type:keyword()
) - Call options
Returns
{:ok, %GoogleApi.Poly.V1.Model.ListLikedAssetsResponse{}}
on success{:error, info}
on failure