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,13 +1,13 @@
{
"kind": "discovery#restDescription",
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/2T7pRfqHiALUVY6zFk7GoMXgWV4\"",
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/-PCQObxeMXLhOncDOKreF3FN9IU\"",
"discoveryVersion": "v1",
"id": "dataflow:v1b3",
"name": "dataflow",
"version": "v1b3",
"revision": "20160225",
"revision": "20160331",
"title": "Google Dataflow API",
"description": "Google Dataflow API.",
"description": "Develops and executes data processing patterns like ETL, batch computation, and continuous computation.",
"ownerDomain": "google.com",
"ownerName": "Google",
"icons": {
@@ -385,9 +385,18 @@
"type": "string",
"description": "Network to which VMs will be assigned. If empty or unspecified, the service will use the network \"default\"."
},
"subnetwork": {
"type": "string",
"description": "Subnetwork to which VMs will be assigned, if desired. Expected to be of the form \"zones/ZONE/subnetworks/SUBNETWORK\"."
},
"workerHarnessContainerImage": {
"type": "string",
"description": "Docker container image that executes Dataflow worker harness, residing in Google Container Registry. Required."
},
"numThreadsPerWorker": {
"type": "integer",
"description": "The number of threads per worker harness. If empty or unspecified, the service will choose a number of threads (according to the number of cores on the selected machine type for batch, or 1 by convention for streaming).",
"format": "int32"
}
}
},
@@ -1771,6 +1780,11 @@
"type": "integer",
"description": "The size (in bits) of keys that will be assigned to source messages.",
"format": "int32"
},
"persistentStateVersion": {
"type": "integer",
"description": "Version number for persistent state.",
"format": "int32"
}
}
},
@@ -2397,6 +2411,16 @@
"required": true,
"location": "path"
},
"filter": {
"type": "string",
"description": "The kind of filter to use.",
"enum": [
"ALL",
"TERMINATED",
"ACTIVE"
],
"location": "query"
},
"view": {
"type": "string",
"description": "Level of information requested in response. Default is SUMMARY.",