mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(json-update): latest json files
This also adds a usable version of the genomics API, which was empty previously (and if I recall correctly).
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/_7ZaOXPJ-jAUoW6H7-tPOuF-gko\"",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/WIF6fk5SYSeRQS6nHRyvbx1cRUs\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "clouduseraccounts:alpha",
|
||||
"name": "clouduseraccounts",
|
||||
"canonicalName": "Cloud User Accounts",
|
||||
"version": "alpha",
|
||||
"revision": "20150619",
|
||||
"revision": "20150714",
|
||||
"title": "Cloud User Accounts API",
|
||||
"description": "API for the Google Cloud User Accounts service.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -683,6 +683,7 @@
|
||||
],
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/cloud-platform",
|
||||
"https://www.googleapis.com/auth/cloud.useraccounts",
|
||||
"https://www.googleapis.com/auth/computeaccounts"
|
||||
]
|
||||
},
|
||||
@@ -735,6 +736,7 @@
|
||||
},
|
||||
"maxResults": {
|
||||
"type": "integer",
|
||||
"description": "Maximum count of results to be returned.",
|
||||
"default": "500",
|
||||
"format": "uint32",
|
||||
"minimum": "0",
|
||||
@@ -743,6 +745,7 @@
|
||||
},
|
||||
"orderBy": {
|
||||
"type": "string",
|
||||
"description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using orderBy=\"creationTimestamp desc\". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by name or creationTimestamp desc is supported.",
|
||||
"location": "query"
|
||||
},
|
||||
"pageToken": {
|
||||
@@ -925,6 +928,7 @@
|
||||
},
|
||||
"maxResults": {
|
||||
"type": "integer",
|
||||
"description": "Maximum count of results to be returned.",
|
||||
"default": "500",
|
||||
"format": "uint32",
|
||||
"minimum": "0",
|
||||
@@ -933,6 +937,7 @@
|
||||
},
|
||||
"orderBy": {
|
||||
"type": "string",
|
||||
"description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using orderBy=\"creationTimestamp desc\". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by name or creationTimestamp desc is supported.",
|
||||
"location": "query"
|
||||
},
|
||||
"pageToken": {
|
||||
@@ -1073,6 +1078,7 @@
|
||||
},
|
||||
"maxResults": {
|
||||
"type": "integer",
|
||||
"description": "Maximum count of results to be returned.",
|
||||
"default": "500",
|
||||
"format": "uint32",
|
||||
"minimum": "0",
|
||||
@@ -1081,6 +1087,7 @@
|
||||
},
|
||||
"orderBy": {
|
||||
"type": "string",
|
||||
"description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using orderBy=\"creationTimestamp desc\". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by name or creationTimestamp desc is supported.",
|
||||
"location": "query"
|
||||
},
|
||||
"pageToken": {
|
||||
@@ -1095,12 +1102,6 @@
|
||||
"pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?))",
|
||||
"location": "path"
|
||||
},
|
||||
"user": {
|
||||
"type": "string",
|
||||
"description": "If provided, the user requesting the views. If left blank, the system is requesting the views, instead of a particular user.",
|
||||
"pattern": "[a-z][-a-z0-9_]{0,31}",
|
||||
"location": "query"
|
||||
},
|
||||
"zone": {
|
||||
"type": "string",
|
||||
"description": "Name of the zone for this request.",
|
||||
@@ -1278,6 +1279,7 @@
|
||||
},
|
||||
"maxResults": {
|
||||
"type": "integer",
|
||||
"description": "Maximum count of results to be returned.",
|
||||
"default": "500",
|
||||
"format": "uint32",
|
||||
"minimum": "0",
|
||||
@@ -1286,6 +1288,7 @@
|
||||
},
|
||||
"orderBy": {
|
||||
"type": "string",
|
||||
"description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name.\n\nYou can also sort results in descending order based on the creation timestamp using orderBy=\"creationTimestamp desc\". This sorts results based on the creationTimestamp field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first.\n\nCurrently, only sorting by name or creationTimestamp desc is supported.",
|
||||
"location": "query"
|
||||
},
|
||||
"pageToken": {
|
||||
|
||||
Reference in New Issue
Block a user