mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(json): fetch latest json and re-gen all code
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"C5oy1hgQsABtYOYIOXWcR3BgYqU/eElt1TJDnW0IokCJ9H0sGXTCyq0\"",
|
||||
"etag": "\"tbys6C40o18GZwyMen5GMkdK-3s/jo14IJ9oMjJmju16_ICU62ty30c\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "genomics:v1",
|
||||
"name": "genomics",
|
||||
"version": "v1",
|
||||
"revision": "20160905",
|
||||
"revision": "20160928",
|
||||
"title": "Genomics API",
|
||||
"description": "Stores, processes, explores and shares genomic data.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -750,6 +750,24 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"ListOperationsResponse": {
|
||||
"id": "ListOperationsResponse",
|
||||
"type": "object",
|
||||
"description": "The response message for Operations.ListOperations.",
|
||||
"properties": {
|
||||
"operations": {
|
||||
"type": "array",
|
||||
"description": "A list of operations that matches the specified filter in the request.",
|
||||
"items": {
|
||||
"$ref": "Operation"
|
||||
}
|
||||
},
|
||||
"nextPageToken": {
|
||||
"type": "string",
|
||||
"description": "The standard List next-page token."
|
||||
}
|
||||
}
|
||||
},
|
||||
"Operation": {
|
||||
"id": "Operation",
|
||||
"type": "object",
|
||||
@@ -773,7 +791,7 @@
|
||||
},
|
||||
"error": {
|
||||
"$ref": "Status",
|
||||
"description": "The error result of the operation in case of failure."
|
||||
"description": "The error result of the operation in case of failure or cancellation."
|
||||
},
|
||||
"response": {
|
||||
"type": "object",
|
||||
@@ -785,24 +803,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"ListOperationsResponse": {
|
||||
"id": "ListOperationsResponse",
|
||||
"type": "object",
|
||||
"description": "The response message for Operations.ListOperations.",
|
||||
"properties": {
|
||||
"operations": {
|
||||
"type": "array",
|
||||
"description": "A list of operations that matches the specified filter in the request.",
|
||||
"items": {
|
||||
"$ref": "Operation"
|
||||
}
|
||||
},
|
||||
"nextPageToken": {
|
||||
"type": "string",
|
||||
"description": "The standard List next-page token."
|
||||
}
|
||||
}
|
||||
},
|
||||
"CancelOperationRequest": {
|
||||
"id": "CancelOperationRequest",
|
||||
"type": "object",
|
||||
@@ -2244,7 +2244,7 @@
|
||||
},
|
||||
"clientId": {
|
||||
"type": "string",
|
||||
"description": "Optionally provided by the caller when submitting the request that creates the operation."
|
||||
"description": "This field is deprecated. Use `labels` instead. Optionally provided by the caller when submitting the request that creates the operation."
|
||||
},
|
||||
"runtimeMetadata": {
|
||||
"type": "object",
|
||||
@@ -2253,6 +2253,13 @@
|
||||
"type": "any",
|
||||
"description": "Properties of the object. Contains field @type with type URL."
|
||||
}
|
||||
},
|
||||
"labels": {
|
||||
"type": "object",
|
||||
"description": "Optionally provided by the caller when submitting the request that creates the operation.",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -2734,7 +2741,7 @@
|
||||
"type": "string",
|
||||
"description": "REQUIRED: The resource for which policy is being specified. Format is `datasets/`.",
|
||||
"required": true,
|
||||
"pattern": "^datasets/[^/]*$",
|
||||
"pattern": "^datasets/[^/]+$",
|
||||
"location": "path"
|
||||
}
|
||||
},
|
||||
@@ -2762,7 +2769,7 @@
|
||||
"type": "string",
|
||||
"description": "REQUIRED: The resource for which policy is being specified. Format is `datasets/`.",
|
||||
"required": true,
|
||||
"pattern": "^datasets/[^/]*$",
|
||||
"pattern": "^datasets/[^/]+$",
|
||||
"location": "path"
|
||||
}
|
||||
},
|
||||
@@ -2790,7 +2797,7 @@
|
||||
"type": "string",
|
||||
"description": "REQUIRED: The resource for which policy is being specified. Format is `datasets/`.",
|
||||
"required": true,
|
||||
"pattern": "^datasets/[^/]*$",
|
||||
"pattern": "^datasets/[^/]+$",
|
||||
"location": "path"
|
||||
}
|
||||
},
|
||||
@@ -2812,31 +2819,6 @@
|
||||
},
|
||||
"operations": {
|
||||
"methods": {
|
||||
"get": {
|
||||
"id": "genomics.operations.get",
|
||||
"path": "v1/{+name}",
|
||||
"httpMethod": "GET",
|
||||
"description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
|
||||
"parameters": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "The name of the operation resource.",
|
||||
"required": true,
|
||||
"pattern": "^operations/.*$",
|
||||
"location": "path"
|
||||
}
|
||||
},
|
||||
"parameterOrder": [
|
||||
"name"
|
||||
],
|
||||
"response": {
|
||||
"$ref": "Operation"
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/cloud-platform",
|
||||
"https://www.googleapis.com/auth/genomics"
|
||||
]
|
||||
},
|
||||
"list": {
|
||||
"id": "genomics.operations.list",
|
||||
"path": "v1/{+name}",
|
||||
@@ -2852,7 +2834,7 @@
|
||||
},
|
||||
"filter": {
|
||||
"type": "string",
|
||||
"description": "A string for filtering Operations. The following filter fields are supported: * projectId: Required. Corresponds to OperationMetadata.projectId. * createTime: The time this job was created, in seconds from the [epoch](http://en.wikipedia.org/wiki/Unix_time). Can use `\u003e=` and/or `= 1432140000` * `projectId = my-project AND createTime \u003e= 1432140000 AND createTime \u003c= 1432150000 AND status = RUNNING`",
|
||||
"description": "A string for filtering Operations. The following filter fields are supported: * projectId: Required. Corresponds to OperationMetadata.projectId. * createTime: The time this job was created, in seconds from the [epoch](http://en.wikipedia.org/wiki/Unix_time). Can use `\u003e=` and/or `= 1432140000` * `projectId = my-project AND createTime \u003e= 1432140000 AND createTime \u003c= 1432150000 AND status = RUNNING` * `projectId = my-project AND labels.color = *` * `projectId = my-project AND labels.color = red`",
|
||||
"location": "query"
|
||||
},
|
||||
"pageSize": {
|
||||
@@ -2878,6 +2860,31 @@
|
||||
"https://www.googleapis.com/auth/genomics"
|
||||
]
|
||||
},
|
||||
"get": {
|
||||
"id": "genomics.operations.get",
|
||||
"path": "v1/{+name}",
|
||||
"httpMethod": "GET",
|
||||
"description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
|
||||
"parameters": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "The name of the operation resource.",
|
||||
"required": true,
|
||||
"pattern": "^operations/.+$",
|
||||
"location": "path"
|
||||
}
|
||||
},
|
||||
"parameterOrder": [
|
||||
"name"
|
||||
],
|
||||
"response": {
|
||||
"$ref": "Operation"
|
||||
},
|
||||
"scopes": [
|
||||
"https://www.googleapis.com/auth/cloud-platform",
|
||||
"https://www.googleapis.com/auth/genomics"
|
||||
]
|
||||
},
|
||||
"cancel": {
|
||||
"id": "genomics.operations.cancel",
|
||||
"path": "v1/{+name}:cancel",
|
||||
@@ -2888,7 +2895,7 @@
|
||||
"type": "string",
|
||||
"description": "The name of the operation resource to be cancelled.",
|
||||
"required": true,
|
||||
"pattern": "^operations/.*$",
|
||||
"pattern": "^operations/.+$",
|
||||
"location": "path"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user