| Index: discovery/googleapis/genomics__v1.json
|
| diff --git a/discovery/googleapis/genomics__v1.json b/discovery/googleapis/genomics__v1.json
|
| index 2e65d63e33b74d72d1e668f55295d5af2637293e..4118339f983bd5ca30b3890fe6cd9278d1808aad 100644
|
| --- a/discovery/googleapis/genomics__v1.json
|
| +++ b/discovery/googleapis/genomics__v1.json
|
| @@ -23,10 +23,10 @@
|
| "basePath": "",
|
| "baseUrl": "https://genomics.googleapis.com/",
|
| "batchPath": "batch",
|
| - "description": "An API to store, process, explore, and share genomic data. It supports reference-based alignments, genetic variants, and reference genomes. This API provides an implementation of the Global Alliance for Genomics and Health (GA4GH) v0.5.1 API as well as several extensions.",
|
| + "description": "Stores, processes, explores and shares genomic data. This API implements the Global Alliance for Genomics and Health (GA4GH) v0.5.1 API as well as several extensions.",
|
| "discoveryVersion": "v1",
|
| "documentationLink": "",
|
| - "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/dKN-qLgalAAFQaYkGpbmBfZPnMw\"",
|
| + "etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/qCQMvlo_ZXGIICMrFbqIqkBC444\"",
|
| "icons": {
|
| "x16": "http://www.google.com/images/icons/product/search-16.gif",
|
| "x32": "http://www.google.com/images/icons/product/search-32.gif"
|
| @@ -987,6 +987,22 @@
|
| "https://www.googleapis.com/auth/genomics.readonly"
|
| ]
|
| },
|
| + "merge": {
|
| + "description": "Merges the given variants with existing variants. For the definitions of variants and other genomics resources, see [Fundamentals of Google Genomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics) Each variant will be merged with an existing variant that matches its reference sequence, start, end, reference bases, and alternative bases. If no such variant exists, a new one will be created. When variants are merged, the call information from the new variant is added to the existing variant, and other fields (such as key/value pairs) are discarded.",
|
| + "httpMethod": "POST",
|
| + "id": "genomics.variants.merge",
|
| + "path": "v1/variants:merge",
|
| + "request": {
|
| + "$ref": "MergeVariantsRequest"
|
| + },
|
| + "response": {
|
| + "$ref": "Empty"
|
| + },
|
| + "scopes": [
|
| + "https://www.googleapis.com/auth/cloud-platform",
|
| + "https://www.googleapis.com/auth/genomics"
|
| + ]
|
| + },
|
| "stream": {
|
| "description": "Returns a stream of all the variants matching the search request, ordered by reference name, position, and ID.",
|
| "httpMethod": "POST",
|
| @@ -1094,7 +1110,7 @@
|
| ]
|
| },
|
| "delete": {
|
| - "description": "Deletes the contents of a variant set. The variant set object is not deleted. For the definitions of variant sets and other genomics resources, see [Fundamentals of Google Genomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics)",
|
| + "description": "Deletes a variant set including all variants, call sets, and calls within. This is not reversible. For the definitions of variant sets and other genomics resources, see [Fundamentals of Google Genomics](https://cloud.google.com/genomics/fundamentals-of-google-genomics)",
|
| "httpMethod": "DELETE",
|
| "id": "genomics.variantsets.delete",
|
| "parameterOrder": [
|
| @@ -1270,7 +1286,7 @@
|
| }
|
| }
|
| },
|
| - "revision": "20160124",
|
| + "revision": "20160309",
|
| "rootUrl": "https://genomics.googleapis.com/",
|
| "schemas": {
|
| "ListDatasetsResponse": {
|
| @@ -1335,7 +1351,7 @@
|
| "type": "object"
|
| },
|
| "Policy": {
|
| - "description": "Defines an Identity and Access Management (IAM) policy. It is used to specify access control policies for Cloud Platform resources. A `Policy` consists of a list of `bindings`. A `Binding` binds a list of `members` to a `role`, where the members can be user accounts, Google groups, Google domains, and service accounts. A `role` is a named list of permissions defined by IAM. **Example** { \"bindings\": [ { \"role\": \"roles/owner\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-other-app@appspot.gserviceaccount.com\"] }, { \"role\": \"roles/viewer\", \"members\": [\"user:sean@example.com\"] } ] } For a description of IAM and its features, see the [IAM developer's guide](https://cloud.google.com/iam).",
|
| + "description": "Defines an Identity and Access Management (IAM) policy. It is used to specify access control policies for Cloud Platform resources. A `Policy` consists of a list of `bindings`. A `Binding` binds a list of `members` to a `role`, where the members can be user accounts, Google groups, Google domains, and service accounts. A `role` is a named list of permissions defined by IAM. **Example** { \"bindings\": [ { \"role\": \"roles/owner\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-other-app@appspot.gserviceaccount.com\", ] }, { \"role\": \"roles/viewer\", \"members\": [\"user:sean@example.com\"] } ] } For a description of IAM and its features, see the [IAM developer's guide](https://cloud.google.com/iam).",
|
| "id": "Policy",
|
| "properties": {
|
| "version": {
|
| @@ -2049,6 +2065,16 @@
|
| "description": "The end position of the range on the reference, 0-based exclusive. If specified, `referenceName` must also be specified.",
|
| "format": "int64",
|
| "type": "string"
|
| + },
|
| + "shard": {
|
| + "description": "Restricts results to a shard containing approximately `1/totalShards` of the normal response payload for this query. Results from a sharded request are disjoint from those returned by all queries which differ only in their shard parameter. A shard may yield 0 results; this is especially likely for large values of `totalShards`. Valid values are `[0, totalShards)`.",
|
| + "format": "int32",
|
| + "type": "integer"
|
| + },
|
| + "totalShards": {
|
| + "description": "Specifying `totalShards` causes a disjoint subset of the normal response payload to be returned for each query with a unique `shard` parameter specified. A best effort is made to yield equally sized shards. Sharding can be used to distribute processing amongst workers, where each worker is assigned a unique `shard` number and all workers specify the same `totalShards` number. The union of reads returned for all sharded queries `[0, totalShards)` is equal to those returned by a single unsharded query. Queries for different values of `totalShards` with common divisors will share shard boundaries. For example, streaming `shard` 2 of 5 `totalShards` yields the same results as streaming `shard`s 4 and 5 of 10 `totalShards`. This property can be leveraged for adaptive retries.",
|
| + "format": "int32",
|
| + "type": "integer"
|
| }
|
| },
|
| "type": "object"
|
| @@ -2339,7 +2365,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": {
|
| @@ -2520,7 +2546,7 @@
|
| "type": "integer"
|
| },
|
| "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"
|
| }
|
| @@ -2671,6 +2697,23 @@
|
| },
|
| "type": "object"
|
| },
|
| + "MergeVariantsRequest": {
|
| + "id": "MergeVariantsRequest",
|
| + "properties": {
|
| + "variantSetId": {
|
| + "description": "The destination variant set.",
|
| + "type": "string"
|
| + },
|
| + "variants": {
|
| + "description": "The variants to be merged with existing variants.",
|
| + "items": {
|
| + "$ref": "Variant"
|
| + },
|
| + "type": "array"
|
| + }
|
| + },
|
| + "type": "object"
|
| + },
|
| "SearchCallSetsRequest": {
|
| "description": "The call set search request.",
|
| "id": "SearchCallSetsRequest",
|
|
|