mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-01-08 12:32:08 +01:00
chore(json-update): latest json files
This also adds a usable version of the genomics API, which was empty previously (and if I recall correctly).
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"kind": "discovery#restDescription",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/0aH3PsMrpC4Dqa5K4gjLDjAQxF8\"",
|
||||
"etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/zns4Y3D5E2S2gwCEbkUlMZNgyY0\"",
|
||||
"discoveryVersion": "v1",
|
||||
"id": "dataflow:v1b3",
|
||||
"name": "dataflow",
|
||||
"version": "v1b3",
|
||||
"revision": "20150303",
|
||||
"revision": "20150322",
|
||||
"title": "Google Dataflow API",
|
||||
"description": "Google Dataflow API.",
|
||||
"ownerDomain": "google.com",
|
||||
@@ -142,6 +142,21 @@
|
||||
"items": {
|
||||
"$ref": "StreamLocation"
|
||||
}
|
||||
},
|
||||
"systemStageName": {
|
||||
"type": "string"
|
||||
},
|
||||
"userStageName": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"CustomSourceLocation": {
|
||||
"id": "CustomSourceLocation",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"stateful": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -228,6 +243,12 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"internalExperiments": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "any"
|
||||
}
|
||||
},
|
||||
"sdkPipelineOptions": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
@@ -320,7 +341,8 @@
|
||||
"JOB_STATE_FAILED",
|
||||
"JOB_STATE_RUNNING",
|
||||
"JOB_STATE_STOPPED",
|
||||
"JOB_STATE_UNKNOWN"
|
||||
"JOB_STATE_UNKNOWN",
|
||||
"JOB_STATE_UPDATED"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"",
|
||||
@@ -328,6 +350,7 @@
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
@@ -352,6 +375,9 @@
|
||||
"replaceJobId": {
|
||||
"type": "string"
|
||||
},
|
||||
"replacedByJobId": {
|
||||
"type": "string"
|
||||
},
|
||||
"requestedState": {
|
||||
"type": "string",
|
||||
"enum": [
|
||||
@@ -360,7 +386,8 @@
|
||||
"JOB_STATE_FAILED",
|
||||
"JOB_STATE_RUNNING",
|
||||
"JOB_STATE_STOPPED",
|
||||
"JOB_STATE_UNKNOWN"
|
||||
"JOB_STATE_UNKNOWN",
|
||||
"JOB_STATE_UPDATED"
|
||||
],
|
||||
"enumDescriptions": [
|
||||
"",
|
||||
@@ -368,6 +395,7 @@
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
"",
|
||||
""
|
||||
]
|
||||
},
|
||||
@@ -1177,6 +1205,9 @@
|
||||
"id": "StreamLocation",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"customSourceLocation": {
|
||||
"$ref": "CustomSourceLocation"
|
||||
},
|
||||
"pubsubLocation": {
|
||||
"$ref": "PubsubLocation"
|
||||
},
|
||||
@@ -1350,6 +1381,12 @@
|
||||
"items": {
|
||||
"$ref": "DataDiskAssignment"
|
||||
}
|
||||
},
|
||||
"userStageToComputationNameMap": {
|
||||
"type": "object",
|
||||
"additionalProperties": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user