Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
SourceOperationResponse |
SourceOperationResponse.clone() |
SourceOperationResponse |
WorkItemStatus.getSourceOperationResponse()
If the work item represented a SourceOperationRequest, and the work is completed, contains the
result of the operation.
|
SourceOperationResponse |
SourceOperationResponse.set(String fieldName,
Object value) |
SourceOperationResponse |
SourceOperationResponse.setGetMetadata(SourceGetMetadataResponse getMetadata)
A response to a request to get metadata about a source.
|
SourceOperationResponse |
SourceOperationResponse.setSplit(SourceSplitResponse split)
A response to a request to split a source.
|
Modifier and Type | Method and Description |
---|---|
WorkItemStatus |
WorkItemStatus.setSourceOperationResponse(SourceOperationResponse sourceOperationResponse)
If the work item represented a SourceOperationRequest, and the work is completed, contains the
result of the operation.
|
Copyright © 2011–2019 Google. All rights reserved.