Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(12)

Unified Diff: discovery/googleapis_beta/genomics__v1beta.json

Issue 663113002: Api roll 4: 2014-10-20 (Closed) Base URL: git@github.com:dart-lang/googleapis.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « discovery/googleapis_beta/dns__v1beta1.json ('k') | discovery/googleapis_beta/manager__v1beta2.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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": {
« no previous file with comments | « discovery/googleapis_beta/dns__v1beta1.json ('k') | discovery/googleapis_beta/manager__v1beta2.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698