chore(json-up): fetch latest json

api-list.yaml was updated manually to push out APIs which are just
empty or plain incompatible with what we are doing
This commit is contained in:
Sebastian Thiel
2016-02-28 08:13:43 +01:00
parent 4bb7a33e93
commit 5094f61c88
146 changed files with 25161 additions and 25204 deletions

View File

@@ -1,11 +1,11 @@
{
"kind": "discovery#restDescription",
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/z_qEBVG4geak7DrKYhi9NJcxQa4\"",
"etag": "\"bRFOOrZKfO9LweMbPqu0kcu6De8/2T7pRfqHiALUVY6zFk7GoMXgWV4\"",
"discoveryVersion": "v1",
"id": "dataflow:v1b3",
"name": "dataflow",
"version": "v1b3",
"revision": "20160123",
"revision": "20160225",
"title": "Google Dataflow API",
"description": "Google Dataflow API.",
"ownerDomain": "google.com",
@@ -384,6 +384,10 @@
"network": {
"type": "string",
"description": "Network to which VMs will be assigned. If empty or unspecified, the service will use the network \"default\"."
},
"workerHarnessContainerImage": {
"type": "string",
"description": "Docker container image that executes Dataflow worker harness, residing in Google Container Registry. Required."
}
}
},
@@ -1730,6 +1734,10 @@
"streamingComputationTopology": {
"$ref": "TopologyConfig",
"description": "The global topology of the streaming Dataflow job."
},
"drain": {
"type": "boolean",
"description": "The user has requested drain."
}
}
},