mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Bump version to 1.0.9; update JSON schemas; add new APIs
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
"assets": {
|
||||
"methods": {
|
||||
"get": {
|
||||
"description": "Returns detailed information about an asset given its name.\nPRIVATE assets are returned only if\n the currently authenticated user (via OAuth token) is the author of the asset.",
|
||||
"description": "Returns detailed information about an asset given its name.\nPRIVATE assets are returned only if\n the currently authenticated user (via OAuth token) is the author of the\n asset.",
|
||||
"flatPath": "v1/assets/{assetsId}",
|
||||
"httpMethod": "GET",
|
||||
"id": "poly.assets.get",
|
||||
@@ -120,14 +120,14 @@
|
||||
}
|
||||
},
|
||||
"list": {
|
||||
"description": "Lists all public, remixable assets. These are assets with an access level of\nPUBLIC and published under the\nCC-By license.",
|
||||
"description": "Lists all public, remixable assets. These are assets with an access level\nof PUBLIC and published under the\nCC-By license.",
|
||||
"flatPath": "v1/assets",
|
||||
"httpMethod": "GET",
|
||||
"id": "poly.assets.list",
|
||||
"parameterOrder": [],
|
||||
"parameters": {
|
||||
"category": {
|
||||
"description": "Filter assets based on the specified category. Supported values are:\n`animals`, `architecture`, `art`, `food`, `nature`, `objects`, `people`, `scenes`,\n`technology`, and `transport`.",
|
||||
"description": "Filter assets based on the specified category. Supported values are:\n`animals`, `architecture`, `art`, `food`, `nature`, `objects`, `people`,\n`scenes`, `technology`, and `transport`.",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
},
|
||||
@@ -169,7 +169,7 @@
|
||||
"type": "integer"
|
||||
},
|
||||
"pageToken": {
|
||||
"description": "Specifies a continuation token from a previous search whose results were\nsplit into multiple pages. To get the next page, submit the same request\nspecifying the value from next_page_token.",
|
||||
"description": "Specifies a continuation token from a previous search whose results were\nsplit into multiple pages. To get the next page, submit the same request\nspecifying the value from\nnext_page_token.",
|
||||
"location": "query",
|
||||
"type": "string"
|
||||
}
|
||||
@@ -223,7 +223,7 @@
|
||||
"type": "string"
|
||||
},
|
||||
"visibility": {
|
||||
"description": "The visibility of the assets to be returned.\nDefaults to VISIBILITY_UNSPECIFIED which returns all assets.",
|
||||
"description": "The visibility of the assets to be returned.\nDefaults to\nVISIBILITY_UNSPECIFIED\nwhich returns all assets.",
|
||||
"enum": [
|
||||
"VISIBILITY_UNSPECIFIED",
|
||||
"PUBLISHED",
|
||||
@@ -290,7 +290,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"revision": "20190330",
|
||||
"revision": "20190629",
|
||||
"rootUrl": "https://poly.googleapis.com/",
|
||||
"schemas": {
|
||||
"Asset": {
|
||||
@@ -749,7 +749,7 @@
|
||||
"type": "object"
|
||||
},
|
||||
"StartAssetImportResponse": {
|
||||
"description": "A response message from a request to startImport.\nThis is returned in the response field of the Operation.",
|
||||
"description": "A response message from a request to\nstartImport. This is returned in the response\nfield of the Operation.",
|
||||
"id": "StartAssetImportResponse",
|
||||
"properties": {
|
||||
"assetId": {
|
||||
|
||||
Reference in New Issue
Block a user