mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
chore(update): all jsons; version-up
As we are now back to serde 0.6, the patch-level was upped too.
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/bPOvNJ-TScJWjZAQGjSpdLC3xoY\"",
|
||||
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/MOL6g3e203UhwfxwVIGCu1WDtHU\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "genomics:v1beta2",
|
||||
"name": "genomics",
|
||||
"version": "v1beta2",
|
||||
"revision": "20160225",
|
||||
"revision": "20160406",
|
||||
"title": "Genomics API",
|
||||
"description": "Provides access to Genomics data.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -994,7 +994,7 @@
|
||||
"QueryRange": {
|
||||
"id": "QueryRange",
|
||||
"type": "object",
|
||||
"description": "A 0-based half-open genomic coordinate range for search requests.",
|
||||
"description": "A 0-based half-open genomic coordinate range for search requests. reference_id or reference_name must be set.",
|
||||
"properties": {
|
||||
"end": {
|
||||
"type": "string",
|
||||
@@ -1003,11 +1003,11 @@
|
||||
},
|
||||
"referenceId": {
|
||||
"type": "string",
|
||||
"description": "The ID of the reference to query. At most one of referenceId and referenceName should be specified."
|
||||
"description": "The ID of the reference to query."
|
||||
},
|
||||
"referenceName": {
|
||||
"type": "string",
|
||||
"description": "The name of the reference to query, within the reference set associated with this query. At most one of referenceId and referenceName pshould be specified."
|
||||
"description": "The name of the reference to query, within the reference set associated with this query."
|
||||
},
|
||||
"start": {
|
||||
"type": "string",
|
||||
@@ -2724,7 +2724,7 @@
|
||||
"id": "genomics.datasets.delete",
|
||||
"path": "datasets/{datasetId}",
|
||||
"httpMethod": "DELETE",
|
||||
"description": "Deletes a dataset.",
|
||||
"description": "Deletes a dataset and all of its contents (all read group sets, reference sets, variant sets, call sets, annotation sets, etc.) This is reversible (up to one week after the deletion) via the UndeleteDataset operation.",
|
||||
"parameters": {
|
||||
"datasetId": {
|
||||
"type": "string",
|
||||
@@ -3543,7 +3543,7 @@
|
||||
"parameters": {
|
||||
"variantSetId": {
|
||||
"type": "string",
|
||||
"description": "Required. The ID of the variant set.",
|
||||
"description": "The ID of the variant set.",
|
||||
"required": true,
|
||||
"location": "path"
|
||||
}
|
||||
@@ -3564,7 +3564,7 @@
|
||||
"id": "genomics.variantsets.importVariants",
|
||||
"path": "variantsets/{variantSetId}/importVariants",
|
||||
"httpMethod": "POST",
|
||||
"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 unless otherwise specified in the InfoMergeConfig field of ImportVariantsRequest. 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.",
|
||||
"parameters": {
|
||||
"variantSetId": {
|
||||
"type": "string",
|
||||
@@ -3592,7 +3592,7 @@
|
||||
"id": "genomics.variantsets.mergeVariants",
|
||||
"path": "variantsets/{variantSetId}/mergeVariants",
|
||||
"httpMethod": "POST",
|
||||
"description": "Merges the given variants with existing variants. 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.\n\nWhen 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.",
|
||||
"description": "Merges the given variants with existing variants. 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.\n\nWhen variants are merged, the call information from the new variant is added to the existing variant. Variant info fields are merged as specified in the InfoMergeConfig field of the MergeVariantsRequest.",
|
||||
"parameters": {
|
||||
"variantSetId": {
|
||||
"type": "string",
|
||||
@@ -3620,7 +3620,7 @@
|
||||
"parameters": {
|
||||
"variantSetId": {
|
||||
"type": "string",
|
||||
"description": "The ID of the variant to be updated (must already exist).",
|
||||
"description": "The ID of the variant set to be updated (must already exist).",
|
||||
"required": true,
|
||||
"location": "path"
|
||||
}
|
||||
@@ -3664,7 +3664,7 @@
|
||||
"parameters": {
|
||||
"variantSetId": {
|
||||
"type": "string",
|
||||
"description": "The ID of the variant to be updated (must already exist).",
|
||||
"description": "The ID of the variant set to be updated (must already exist).",
|
||||
"required": true,
|
||||
"location": "path"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user