#include <source_operation_response.h>
The result of a SourceOperationRequest, specified in ReportWorkItemStatusRequest.source_operation when the work item is completed.
◆ SourceOperationResponse() [1/2]
google_dataflow_api::SourceOperationResponse::SourceOperationResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ SourceOperationResponse() [2/2]
google_dataflow_api::SourceOperationResponse::SourceOperationResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~SourceOperationResponse()
google_dataflow_api::SourceOperationResponse::~SourceOperationResponse |
( |
| ) |
|
|
virtual |
◆ clear_get_metadata()
void google_dataflow_api::SourceOperationResponse::clear_get_metadata |
( |
| ) |
|
|
inline |
Clears the 'getMetadata
' attribute.
◆ clear_split()
void google_dataflow_api::SourceOperationResponse::clear_split |
( |
| ) |
|
|
inline |
Clears the 'split
' attribute.
◆ get_get_metadata()
Get a reference to the value of the 'getMetadata
' attribute.
◆ get_split()
Get a reference to the value of the 'split
' attribute.
◆ GetTypeName()
const StringPiece google_dataflow_api::SourceOperationResponse::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_get_metadata()
bool google_dataflow_api::SourceOperationResponse::has_get_metadata |
( |
| ) |
const |
|
inline |
Determine if the 'getMetadata
' attribute was set.
- Returns
- true if the '
getMetadata
' attribute was set.
◆ has_split()
bool google_dataflow_api::SourceOperationResponse::has_split |
( |
| ) |
const |
|
inline |
Determine if the 'split
' attribute was set.
- Returns
- true if the '
split
' attribute was set.
◆ mutable_getMetadata()
Gets a reference to a mutable value of the 'getMetadata
' property.
A response to a request to get metadata about a source.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_split()
Gets a reference to a mutable value of the 'split
' property.
A response to a request to split a source.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files: