| Index: discovery/googleapis_beta/genomics__v1beta2.json
|
| diff --git a/discovery/googleapis_beta/genomics__v1beta2.json b/discovery/googleapis_beta/genomics__v1beta2.json
|
| index 0a46d1f1f0b8b465cc83de8cdc13a8841129766a..0e96207afde7972b73b08a692ba2401f5c77097e 100644
|
| --- a/discovery/googleapis_beta/genomics__v1beta2.json
|
| +++ b/discovery/googleapis_beta/genomics__v1beta2.json
|
| @@ -26,7 +26,7 @@
|
| "description": "Provides access to Genomics data.",
|
| "discoveryVersion": "v1",
|
| "documentationLink": "https://developers.google.com/genomics/v1beta2/reference",
|
| - "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/l-JZ2zxsTgnudDIWYa_zcN3dEbw\"",
|
| + "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/K0urKFIju1s7Sdw5a9XX-KoLHWg\"",
|
| "icons": {
|
| "x16": "http://www.google.com/images/icons/product/search-16.gif",
|
| "x32": "http://www.google.com/images/icons/product/search-32.gif"
|
| @@ -1295,7 +1295,7 @@
|
| ]
|
| },
|
| "delete": {
|
| - "description": "Deletes the contents of a variant set. The variant set object is not deleted.",
|
| + "description": "Deletes a variant set including all variants, call sets, and calls within. This is not reversible.",
|
| "httpMethod": "DELETE",
|
| "id": "genomics.variantsets.delete",
|
| "parameterOrder": [
|
| @@ -1369,7 +1369,7 @@
|
| ]
|
| },
|
| "importVariants": {
|
| - "description": "Creates variant data by asynchronously importing the provided information.\n\nThe variants for import will be merged with any existing data and each other according to the behavior of mergeVariants. In particular, this means for merged VCF variants that have conflicting INFO fields, some data will be arbitrarily discarded. As a special case, for single-sample VCF files, QUAL and FILTER fields will be moved to the call level; these are sometimes interpreted in a call-specific context. Imported VCF headers are appended to the metadata already in a variant set.",
|
| + "description": "Creates variant data by asynchronously importing the provided information.\n\nThe variants for import will be merged with any existing data and each other according to the behavior of mergeVariants. In particular, this means for merged VCF variants that have conflicting info fields, some data will be arbitrarily discarded. As a special case, for single-sample VCF files, QUAL and FILTER fields will be moved to the call level; these are sometimes interpreted in a call-specific context. Imported VCF headers are appended to the metadata already in a variant set.",
|
| "httpMethod": "POST",
|
| "id": "genomics.variantsets.importVariants",
|
| "parameterOrder": [
|
| @@ -1494,7 +1494,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20160127",
|
| + "revision": "20160309",
|
| "rootUrl": "https://www.googleapis.com/",
|
| "schemas": {
|
| "Annotation": {
|
| @@ -2043,7 +2043,7 @@
|
| "id": "ImportVariantsRequest",
|
| "properties": {
|
| "format": {
|
| - "description": "The format of the variant data being imported. If unspecified, defaults to to \"VCF\".",
|
| + "description": "The format of the variant data being imported. If unspecified, defaults to \"VCF\".",
|
| "enum": [
|
| "COMPLETE_GENOMICS",
|
| "VCF"
|
| @@ -2309,6 +2309,7 @@
|
| "type": "object"
|
| },
|
| "MergeVariantsRequest": {
|
| + "description": "",
|
| "id": "MergeVariantsRequest",
|
| "properties": {
|
| "variants": {
|
| @@ -2759,7 +2760,7 @@
|
| "id": "ReferenceBound",
|
| "properties": {
|
| "referenceName": {
|
| - "description": "The name of the reference associated with this ReferenceBound.",
|
| + "description": "The name of the reference associated with this reference bound.",
|
| "type": "string"
|
| },
|
| "upperBound": {
|
| @@ -3311,7 +3312,7 @@
|
| "type": "string"
|
| },
|
| "maxCalls": {
|
| - "description": "The maximum number of calls to return in a single page. Note that this limit may be exceeded; at least one variant is always returned per page, even if it has more calls than this limit. If unspecified, defaults to 5000. The maximum value is 10000.",
|
| + "description": "The maximum number of calls to return in a single page. Note that this limit may be exceeded in the event that a matching variant contains more calls than the requested maximum. If unspecified, defaults to 5000. The maximum value is 10000.",
|
| "format": "int32",
|
| "type": "integer"
|
| },
|
|
|