mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
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:
@@ -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."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user