Lines Matching +full:upload +full:- +full:assets
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
42 margin-top: 0.5em;
46 font-family: Arial, sans serif;
50 border-bottom: solid #CCC 1px;
54 margin-top: 0.5em;
58 margin-left: 2 em;
62 margin-top: 1em;
69 font-weight: bold;
70 font-size: 14px;
75 <h1><a href="poly_v1.html">Poly API</a> . <a href="poly_v1.assets.html">assets</a></h1>
82 <p class="firstline">Returns detailed information about an asset given its name. PRIVATE assets are…
85 …tline">Lists all public, remixable assets. These are assets with an access level of PUBLIC and pub…
97 …<pre>Returns detailed information about an asset given its name. PRIVATE assets are returned only …
100 name: string, Required. An asset's name in the form `assets/{ASSET_ID}`. (required)
103 1 - v1 error format
104 2 - v2 error format
109 …locks](//vr.google.com/blocks/), or any 3D program that produces a file that can be upload to Poly.
111 …t;: "A String", # For published assets, the time when the asset was published. For unpub…
112 …"description": "A String", # The human-readable description, set by the asset&…
113 …"displayName": "A String", # The human-readable name, set by the asset's …
117 …-negative integer that represents the level of detail (LOD) of this format relative to other forma…
123 …ing", # The MIME content-type, such as `image/png`. For more information, see [MIME types](//…
128 …ted. For some format_types - such as `TILT`, which are self-contained - this is all of the data. O…
129 …ing", # The MIME content-type, such as `image/png`. For more information, see [MIME types](//…
137 …ion-defined opaque metadata for this asset. This field is only returned when querying for the sign…
138 …uot;: "A String", # The unique identifier for the asset in the form: `assets/{ASSET_ID}`.
139 …e that these parameters are not immutable; the author of an asset may change them post-publication.
140 …d color when publishing or editing their asset. This is represented as a six-digit hexademical tri…
142 …;presentation space", a coordinate system where +Y is up, +X is right, -Z is forward. For exa…
149 …"remixInfo": { # Info about the sources of this asset (i.e. assets that were remixed to …
150 …"sourceAsset": [ # Resource ids for the sources of this remix, of the form: `assets/{ASS…
155 …ing", # The MIME content-type, such as `image/png`. For more information, see [MIME types](//…
159 …String", # The time when the asset was last modified. For published assets, whose contents ar…
166 …<pre>Lists all public, remixable assets. These are assets with an access level of PUBLIC and publi…
169 …category: string, Filter assets based on the specified category. Supported values are: `animals`, …
170 curated: boolean, Return only assets that have been curated by the Poly team.
171 …format: string, Return only assets with the matching format. Acceptable values are: `BLOCKS`, `FBX…
172 …re search terms to be matched against all text that Poly has indexed for assets, which includes di…
173 …urns assets that are of the specified complexity or less. Defaults to COMPLEX. For example, a requ…
175 COMPLEXITY_UNSPECIFIED - No complexity specified. This is equivalent to omitting the filter.
176 COMPLEX - Highly-complex.
177 MEDIUM - Averagely-complex.
178 SIMPLE - Simple.
179 …, Specifies an ordering for assets. Acceptable values are: `BEST`, `NEWEST`, `OLDEST`. Defaults to…
180 …pageSize: integer, The maximum number of assets to be returned. This value must be between `1` and…
184 1 - v1 error format
185 2 - v2 error format
191 "assets": [ # A list of assets that match the criteria specified in the request.
192 …locks](//vr.google.com/blocks/), or any 3D program that produces a file that can be upload to Poly.
194 …t;: "A String", # For published assets, the time when the asset was published. For unpub…
195 …"description": "A String", # The human-readable description, set by the asset&…
196 …"displayName": "A String", # The human-readable name, set by the asset's …
200 …-negative integer that represents the level of detail (LOD) of this format relative to other forma…
206 …ing", # The MIME content-type, such as `image/png`. For more information, see [MIME types](//…
211 …ted. For some format_types - such as `TILT`, which are self-contained - this is all of the data. O…
212 …ing", # The MIME content-type, such as `image/png`. For more information, see [MIME types](//…
220 …ion-defined opaque metadata for this asset. This field is only returned when querying for the sign…
221 …uot;: "A String", # The unique identifier for the asset in the form: `assets/{ASSET_ID}`.
222 …e that these parameters are not immutable; the author of an asset may change them post-publication.
223 …d color when publishing or editing their asset. This is represented as a six-digit hexademical tri…
225 …;presentation space", a coordinate system where +Y is up, +X is right, -Z is forward. For exa…
232 …"remixInfo": { # Info about the sources of this asset (i.e. assets that were remixed to …
233 …sourceAsset": [ # Resource ids for the sources of this remix, of the form: `assets/{ASSET_ID}`
238 …ing", # The MIME content-type, such as `image/png`. For more information, see [MIME types](//…
242 …String", # The time when the asset was last modified. For published assets, whose contents ar…
247 "totalSize": 42, # The total number of assets in the list, without pagination.