Index: discovery/googleapis_beta/genomics__v1beta.json |
diff --git a/discovery/googleapis_beta/genomics__v1beta.json b/discovery/googleapis_beta/genomics__v1beta.json |
index 3da8da5cde1eb4f2b4df22462347f7d40595e6af..18b851ac696b6e928f260f49ef1783c7bc7f2a05 100644 |
--- a/discovery/googleapis_beta/genomics__v1beta.json |
+++ b/discovery/googleapis_beta/genomics__v1beta.json |
@@ -23,7 +23,7 @@ |
"description": "Provides access to Genomics data.", |
"discoveryVersion": "v1", |
"documentationLink": "https://developers.google.com/genomics/v1beta/reference", |
- "etag": "\"8MqRhZzx1kw0pwpjahVJEB3eI6w/KuyG9Uj3SRA52u3K-KvNS1fR_Xw\"", |
+ "etag": "\"l66ggWbucbkBw9Lpos72oziyefE/QFkFkv2LMi0ob1p4dyYfQYJIVYc\"", |
"icons": { |
"x16": "http://www.google.com/images/icons/product/search-16.gif", |
"x32": "http://www.google.com/images/icons/product/search-32.gif" |
@@ -330,7 +330,7 @@ |
"type": "string" |
}, |
"projectId": { |
- "description": "Only return datasets which belong to this Google Developers Console project. Only accepts project numbers.", |
+ "description": "Only return datasets which belong to this Google Developers Console project. Only accepts project numbers. Returns all public projects if no project number is specified.", |
"format": "int64", |
"location": "query", |
"type": "string" |
@@ -946,6 +946,32 @@ |
"$ref": "MergeVariantsRequest" |
} |
}, |
+ "patch": { |
+ "description": "Updates a variant set's metadata. All other modifications are silently ignored. Returns the modified variant set. This method supports patch semantics.", |
+ "httpMethod": "PATCH", |
+ "id": "genomics.variantsets.patch", |
+ "parameterOrder": [ |
+ "variantSetId" |
+ ], |
+ "parameters": { |
+ "variantSetId": { |
+ "description": "The ID of the variant to be updated.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "variantsets/{variantSetId}", |
+ "request": { |
+ "$ref": "VariantSet" |
+ }, |
+ "response": { |
+ "$ref": "VariantSet" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/genomics" |
+ ] |
+ }, |
"search": { |
"description": "Returns a list of all variant sets matching search criteria.", |
"httpMethod": "POST", |
@@ -961,11 +987,37 @@ |
"https://www.googleapis.com/auth/genomics", |
"https://www.googleapis.com/auth/genomics.readonly" |
] |
+ }, |
+ "update": { |
+ "description": "Updates a variant set's metadata. All other modifications are silently ignored. Returns the modified variant set.", |
+ "httpMethod": "PUT", |
+ "id": "genomics.variantsets.update", |
+ "parameterOrder": [ |
+ "variantSetId" |
+ ], |
+ "parameters": { |
+ "variantSetId": { |
+ "description": "The ID of the variant to be updated.", |
+ "location": "path", |
+ "required": true, |
+ "type": "string" |
+ } |
+ }, |
+ "path": "variantsets/{variantSetId}", |
+ "request": { |
+ "$ref": "VariantSet" |
+ }, |
+ "response": { |
+ "$ref": "VariantSet" |
+ }, |
+ "scopes": [ |
+ "https://www.googleapis.com/auth/genomics" |
+ ] |
} |
} |
} |
}, |
- "revision": "20141001", |
+ "revision": "20141015", |
"rootUrl": "https://www.googleapis.com/", |
"schemas": { |
"Beacon": { |
@@ -1108,7 +1160,7 @@ |
"type": "object" |
}, |
"ExperimentalCreateJobRequest": { |
- "description": "The job creation request. Next ID: 12", |
+ "description": "The job creation request.", |
"id": "ExperimentalCreateJobRequest", |
"properties": { |
"align": { |
@@ -1123,10 +1175,6 @@ |
"description": "Specifies where to copy the results of certain pipelines. This should be in the form of gs://bucket/path.", |
"type": "string" |
}, |
- "libraryName": { |
- "description": "For alignment from FASTQ files, this specifies the library name.", |
- "type": "string" |
- }, |
"pairedSourceUris": { |
"description": "A list of Google Cloud Storage URIs of paired end .fastq files to operate upon. If specified, this represents the second file of each paired .fastq file. The first file of each pair should be specified in sourceUris.", |
"items": { |
@@ -1134,27 +1182,11 @@ |
}, |
"type": "array" |
}, |
- "platformName": { |
- "description": "For alignment from FASTQ files, this specifies the platform name.", |
- "type": "string" |
- }, |
- "platformUnit": { |
- "description": "For alignment from FASTQ files, this specifies the platform unit.", |
- "type": "string" |
- }, |
"projectId": { |
"description": "Required. The Google Cloud Project ID with which to associate the request.", |
"format": "int64", |
"type": "string" |
}, |
- "readGroupId": { |
- "description": "For alignment from FASTQ files, this specifies the read group ID.", |
- "type": "string" |
- }, |
- "sampleName": { |
- "description": "For alignment from FASTQ files, this specifies the sample name.", |
- "type": "string" |
- }, |
"sourceUris": { |
"description": "A list of Google Cloud Storage URIs of data files to operate upon. These can be .bam, interleaved .fastq, or paired .fastq. If specifying paired .fastq files, the first of each pair of files should be listed here, and the second of each pair should be listed in pairedSourceUris.", |
"items": { |