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:
Sebastian Thiel
2016-04-10 14:04:44 +02:00
parent d2c12c2964
commit 930ce6d5c2
107 changed files with 25620 additions and 733 deletions

View File

@@ -1,20 +1,20 @@
{
"kind": "discovery#restDescription",
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/Ew7uJtCvtBtC91IhtqB2TFZFFcU\"",
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/mfYjmG0m6Pr2oEdtUYff_W8RPzw\"",
"discoveryVersion": "v1",
"id": "genomics:v1alpha2",
"name": "genomics",
"version": "v1alpha2",
"revision": "20160224",
"revision": "20160407",
"title": "Genomics API",
"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.",
"ownerDomain": "google.com",
"ownerName": "Google",
"icons": {
"x16": "http://www.google.com/images/icons/product/search-16.gif",
"x32": "http://www.google.com/images/icons/product/search-32.gif"
},
"documentationLink": "",
"documentationLink": "https://cloud.google.com/genomics/",
"protocol": "rest",
"baseUrl": "https://genomics.googleapis.com/",
"basePath": "",
@@ -218,7 +218,7 @@
},
"description": {
"type": "string",
"description": "Optional. User-specified description."
"description": "User-specified description."
},
"inputParameters": {
"type": "array",
@@ -259,7 +259,7 @@
},
"description": {
"type": "string",
"description": "Optional. Human-readable description."
"description": "Human-readable description."
},
"defaultValue": {
"type": "string",
@@ -308,16 +308,16 @@
"properties": {
"minimumCpuCores": {
"type": "integer",
"description": "Required at create time; optional at run time. The minimum number of cores to use.",
"description": "The minimum number of cores to use. Defaults to 1.",
"format": "int32"
},
"preemptible": {
"type": "boolean",
"description": "Optional. At create time means that preemptible machines may be used for the run. At run time, means they should be used. Cannot be true at run time if false at create time."
"description": "At create time means that preemptible machines may be used for the run. At run time, means they should be used. Cannot be true at run time if false at create time. Defaults to `false`."
},
"minimumRamGb": {
"type": "number",
"description": "Required at create time; optional at run time. The minimum amount of RAM to use.",
"description": "The minimum amount of RAM to use. Defaults to 3.75 (GB)",
"format": "double"
},
"disks": {
@@ -333,6 +333,11 @@
"items": {
"type": "string"
}
},
"bootDiskSizeGb": {
"type": "integer",
"description": "The size of the boot disk. Defaults to 10 (GB).",
"format": "int32"
}
}
},
@@ -357,7 +362,7 @@
},
"sizeGb": {
"type": "integer",
"description": "The size of the disk. This field is not applicable for local SSD.",
"description": "The size of the disk. Defaults to 500 (GB). This field is not applicable for local SSD.",
"format": "int32"
},
"source": {
@@ -366,7 +371,7 @@
},
"autoDelete": {
"type": "boolean",
"description": "Specifies whether or not to delete the disk when the pipeline completes. This field is applicable only for newly created disks. See https://cloud.google.com/compute/docs/reference/latest/instances#resource for more details. Optional. At create time means that an auto delete disk may be used. At run time, means it should be used. Cannot be true at run time if false at create time."
"description": "Specifies whether or not to delete the disk when the pipeline completes. This field is applicable only for newly created disks. See https://cloud.google.com/compute/docs/reference/latest/instances#resource for more details. By default, `autoDelete` is `false`. `autoDelete` will be enabled if set to `true` at create time or run time."
},
"readOnly": {
"type": "boolean",
@@ -426,7 +431,7 @@
},
"clientId": {
"type": "string",
"description": "Optional. For callers to use in filtering operations returned by this request."
"description": "Client-specified pipeline operation identifier."
},
"resources": {
"$ref": "PipelineResources",
@@ -445,11 +450,11 @@
"properties": {
"email": {
"type": "string",
"description": "Required. Email address of the service account. 'default' is a valid option and uses the compute service account associated with the project."
"description": "Email address of the service account. Defaults to `default`, which uses the compute service account associated with the project."
},
"scopes": {
"type": "array",
"description": "Required. List of scopes to be made available for this service account. Should include * https://www.googleapis.com/auth/genomics * https://www.googleapis.com/auth/compute * https://www.googleapis.com/auth/devstorage.full_control",
"description": "List of scopes to be enabled for this service account on the pipeline virtual machine. The following scopes are automatically included: * https://www.googleapis.com/auth/genomics * https://www.googleapis.com/auth/compute * https://www.googleapis.com/auth/devstorage.full_control",
"items": {
"type": "string"
}
@@ -540,10 +545,10 @@
}
}
},
"UpdateStatusRequest": {
"id": "UpdateStatusRequest",
"SetOperationStatusRequest": {
"id": "SetOperationStatusRequest",
"type": "object",
"description": "Request to update operation status. Should only be used by VMs created by the Pipelines Service and not by end users.",
"description": "Request to set operation status. Should only be used by VMs created by the Pipelines Service and not by end users.",
"properties": {
"operationId": {
"type": "string"
@@ -840,18 +845,18 @@
},
"namePrefix": {
"type": "string",
"description": "Optional. Pipelines with names that match this prefix should be returned. If unspecified, all pipelines in the project, up to `pageSize`, will be returned.",
"description": "Pipelines with names that match this prefix should be returned. If unspecified, all pipelines in the project, up to `pageSize`, will be returned.",
"location": "query"
},
"pageSize": {
"type": "integer",
"description": "Optional. Number of pipelines to return at once. Defaults to 256, and max is 2048.",
"description": "Number of pipelines to return at once. Defaults to 256, and max is 2048.",
"format": "int32",
"location": "query"
},
"pageToken": {
"type": "string",
"description": "Optional. Token to use to indicate where to start getting results. If unspecified, returns the first page of results.",
"description": "Token to use to indicate where to start getting results. If unspecified, returns the first page of results.",
"location": "query"
}
},
@@ -887,13 +892,38 @@
"https://www.googleapis.com/auth/genomics"
]
},
"update_status": {
"id": "genomics.pipelines.update_status",
"path": "v1alpha2/pipelines:update_status",
"getControllerConfig": {
"id": "genomics.pipelines.getControllerConfig",
"path": "v1alpha2/pipelines:getControllerConfig",
"httpMethod": "GET",
"description": "Gets controller configuration information. Should only be called by VMs created by the Pipelines Service and not by end users.",
"parameters": {
"operationId": {
"type": "string",
"description": "The operation to retrieve controller configuration for.",
"location": "query"
},
"validationToken": {
"type": "string",
"format": "uint64",
"location": "query"
}
},
"response": {
"$ref": "ControllerConfig"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/genomics"
]
},
"setOperationStatus": {
"id": "genomics.pipelines.setOperationStatus",
"path": "v1alpha2/pipelines:setOperationStatus",
"httpMethod": "PUT",
"description": "Updates status of a given operation. Should only be called by VMs created by the Pipelines Service and not by end users.",
"description": "Sets status of a given operation. All timestamps are sent on each call, and the whole series of events is replaced, in case intermediate calls are lost. Should only be called by VMs created by the Pipelines Service and not by end users.",
"request": {
"$ref": "UpdateStatusRequest"
"$ref": "SetOperationStatusRequest"
},
"response": {
"$ref": "Empty"
@@ -903,41 +933,6 @@
"https://www.googleapis.com/auth/genomics"
]
}
},
"resources": {
"controller_config": {
"methods": {
"get": {
"id": "genomics.pipelines.controller_config.get",
"path": "v1alpha2/pipelines/controller_config/{operationId}",
"httpMethod": "GET",
"description": "Gets controller configuration information. Should only be called by VMs created by the Pipelines Service and not by end users.",
"parameters": {
"operationId": {
"type": "string",
"description": "The operation to retrieve controller configuration for.",
"required": true,
"location": "path"
},
"validationToken": {
"type": "string",
"format": "uint64",
"location": "query"
}
},
"parameterOrder": [
"operationId"
],
"response": {
"$ref": "ControllerConfig"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/genomics"
]
}
}
}
}
}
}