Index: discovery/googleapis_beta/dataflow__v1beta3.json |
diff --git a/discovery/googleapis_beta/dataflow__v1beta3.json b/discovery/googleapis_beta/dataflow__v1beta3.json |
index 1b77152c4c477a99a900f406187f42b97a4b046a..dd16302b597c2e567b89634c6bd27b2f099acdc1 100644 |
--- a/discovery/googleapis_beta/dataflow__v1beta3.json |
+++ b/discovery/googleapis_beta/dataflow__v1beta3.json |
@@ -17,7 +17,7 @@ |
"description": "Google Dataflow API.", |
"discoveryVersion": "v1", |
"documentationLink": "", |
- "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/p23x-gNsMm8R6x-RDoeYGjGvTE0\"", |
+ "etag": "\"ye6orv2F-1npMW3u9suM3a7C5Bo/KNSekumf7PpoDBHVIPOg6YU25sY\"", |
"icons": { |
"x16": "http://www.google.com/images/icons/product/search-16.gif", |
"x32": "http://www.google.com/images/icons/product/search-32.gif" |
@@ -451,7 +451,7 @@ |
} |
} |
}, |
- "revision": "20150130", |
+ "revision": "20150401", |
"rootUrl": "https://www.googleapis.com/", |
"schemas": { |
"ApproximateProgress": { |
@@ -535,6 +535,30 @@ |
}, |
"type": "object" |
}, |
+ "DerivedSource": { |
+ "id": "DerivedSource", |
+ "properties": { |
+ "derivationMode": { |
+ "enum": [ |
+ "SOURCE_DERIVATION_MODE_CHILD_OF_CURRENT", |
+ "SOURCE_DERIVATION_MODE_INDEPENDENT", |
+ "SOURCE_DERIVATION_MODE_SIBLING_OF_CURRENT", |
+ "SOURCE_DERIVATION_MODE_UNKNOWN" |
+ ], |
+ "enumDescriptions": [ |
+ "", |
+ "", |
+ "", |
+ "" |
+ ], |
+ "type": "string" |
+ }, |
+ "source": { |
+ "$ref": "Source" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"Disk": { |
"id": "Disk", |
"properties": { |
@@ -551,6 +575,18 @@ |
}, |
"type": "object" |
}, |
+ "DynamicSourceSplit": { |
+ "id": "DynamicSourceSplit", |
+ "properties": { |
+ "primary": { |
+ "$ref": "DerivedSource" |
+ }, |
+ "residual": { |
+ "$ref": "DerivedSource" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"Environment": { |
"id": "Environment", |
"properties": { |
@@ -796,6 +832,21 @@ |
}, |
"type": "object" |
}, |
+ "KeyRangeDataDiskAssignment": { |
+ "id": "KeyRangeDataDiskAssignment", |
+ "properties": { |
+ "dataDisk": { |
+ "type": "string" |
+ }, |
+ "end": { |
+ "type": "string" |
+ }, |
+ "start": { |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"KeyRangeLocation": { |
"id": "KeyRangeLocation", |
"properties": { |
@@ -955,6 +1006,15 @@ |
}, |
"type": "object" |
}, |
+ "MountedDataDisk": { |
+ "id": "MountedDataDisk", |
+ "properties": { |
+ "dataDisk": { |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"MultiOutputInfo": { |
"id": "MultiOutputInfo", |
"properties": { |
@@ -1051,6 +1111,12 @@ |
"type": "any" |
}, |
"type": "object" |
+ }, |
+ "valueCombiningFn": { |
+ "additionalProperties": { |
+ "type": "any" |
+ }, |
+ "type": "object" |
} |
}, |
"type": "object" |
@@ -1095,6 +1161,9 @@ |
}, |
"topic": { |
"type": "string" |
+ }, |
+ "trackingSubscription": { |
+ "type": "string" |
} |
}, |
"type": "object" |
@@ -1274,8 +1343,14 @@ |
"primary": { |
"$ref": "SourceSplitShard" |
}, |
+ "primarySource": { |
+ "$ref": "DerivedSource" |
+ }, |
"residual": { |
"$ref": "SourceSplitShard" |
+ }, |
+ "residualSource": { |
+ "$ref": "DerivedSource" |
} |
}, |
"type": "object" |
@@ -1341,6 +1416,10 @@ |
"SourceSplitOptions": { |
"id": "SourceSplitOptions", |
"properties": { |
+ "desiredBundleSizeBytes": { |
+ "format": "int64", |
+ "type": "string" |
+ }, |
"desiredShardSizeBytes": { |
"format": "int64", |
"type": "string" |
@@ -1363,6 +1442,12 @@ |
"SourceSplitResponse": { |
"id": "SourceSplitResponse", |
"properties": { |
+ "bundles": { |
+ "items": { |
+ "$ref": "DerivedSource" |
+ }, |
+ "type": "array" |
+ }, |
"outcome": { |
"enum": [ |
"SOURCE_SPLIT_OUTCOME_SPLITTING_HAPPENED", |
@@ -1455,12 +1540,61 @@ |
"pubsubLocation": { |
"$ref": "PubsubLocation" |
}, |
+ "sideInputLocation": { |
+ "$ref": "StreamingSideInputLocation" |
+ }, |
"streamingStageLocation": { |
"$ref": "StreamingStageLocation" |
} |
}, |
"type": "object" |
}, |
+ "StreamingComputationRanges": { |
+ "id": "StreamingComputationRanges", |
+ "properties": { |
+ "computationId": { |
+ "type": "string" |
+ }, |
+ "rangeAssignments": { |
+ "items": { |
+ "$ref": "KeyRangeDataDiskAssignment" |
+ }, |
+ "type": "array" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
+ "StreamingComputationTask": { |
+ "id": "StreamingComputationTask", |
+ "properties": { |
+ "computationRanges": { |
+ "items": { |
+ "$ref": "StreamingComputationRanges" |
+ }, |
+ "type": "array" |
+ }, |
+ "dataDisks": { |
+ "items": { |
+ "$ref": "MountedDataDisk" |
+ }, |
+ "type": "array" |
+ }, |
+ "taskType": { |
+ "enum": [ |
+ "STREAMING_COMPUTATION_TASK_START", |
+ "STREAMING_COMPUTATION_TASK_STOP", |
+ "STREAMING_COMPUTATION_TASK_UNKNOWN" |
+ ], |
+ "enumDescriptions": [ |
+ "", |
+ "", |
+ "" |
+ ], |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"StreamingSetupTask": { |
"id": "StreamingSetupTask", |
"properties": { |
@@ -1478,6 +1612,15 @@ |
}, |
"type": "object" |
}, |
+ "StreamingSideInputLocation": { |
+ "id": "StreamingSideInputLocation", |
+ "properties": { |
+ "tag": { |
+ "type": "string" |
+ } |
+ }, |
+ "type": "object" |
+ }, |
"StreamingStageLocation": { |
"id": "StreamingStageLocation", |
"properties": { |
@@ -1581,6 +1724,10 @@ |
"format": "int64", |
"type": "string" |
}, |
+ "initialReportIndex": { |
+ "format": "int64", |
+ "type": "string" |
+ }, |
"jobId": { |
"type": "string" |
}, |
@@ -1611,6 +1758,9 @@ |
"sourceOperationTask": { |
"$ref": "SourceOperationRequest" |
}, |
+ "streamingComputationTask": { |
+ "$ref": "StreamingComputationTask" |
+ }, |
"streamingSetupTask": { |
"$ref": "StreamingSetupTask" |
} |
@@ -1629,6 +1779,10 @@ |
"leaseExpireTime": { |
"type": "string" |
}, |
+ "nextReportIndex": { |
+ "format": "int64", |
+ "type": "string" |
+ }, |
"reportStatusInterval": { |
"type": "string" |
}, |
@@ -1647,6 +1801,9 @@ |
"completed": { |
"type": "boolean" |
}, |
+ "dynamicSourceSplit": { |
+ "$ref": "DynamicSourceSplit" |
+ }, |
"errors": { |
"items": { |
"$ref": "Status" |
@@ -1743,6 +1900,12 @@ |
}, |
"type": "array" |
}, |
+ "poolArgs": { |
+ "additionalProperties": { |
+ "type": "any" |
+ }, |
+ "type": "object" |
+ }, |
"taskrunnerSettings": { |
"$ref": "TaskRunnerSettings" |
}, |