dataflow  v1b3
Public Member Functions | Static Public Member Functions | List of all members
google_dataflow_api::SourceOperationResponse Class Reference

#include <source_operation_response.h>

Inheritance diagram for google_dataflow_api::SourceOperationResponse:

Public Member Functions

 SourceOperationResponse (const Json::Value &storage)
 
 SourceOperationResponse (Json::Value *storage)
 
virtual ~SourceOperationResponse ()
 
const StringPiece GetTypeName () const
 
bool has_get_metadata () const
 
void clear_get_metadata ()
 
const SourceGetMetadataResponse get_get_metadata () const
 
SourceGetMetadataResponse mutable_getMetadata ()
 
bool has_split () const
 
void clear_split ()
 
const SourceSplitResponse get_split () const
 
SourceSplitResponse mutable_split ()
 

Static Public Member Functions

static SourceOperationResponseNew ()
 

Detailed Description

The result of a SourceOperationRequest, specified in ReportWorkItemStatusRequest.source_operation when the work item is completed.

Constructor & Destructor Documentation

◆ SourceOperationResponse() [1/2]

google_dataflow_api::SourceOperationResponse::SourceOperationResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~SourceOperationResponse()

google_dataflow_api::SourceOperationResponse::~SourceOperationResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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()

const SourceGetMetadataResponse google_dataflow_api::SourceOperationResponse::get_get_metadata ( ) const

Get a reference to the value of the 'getMetadata' attribute.

◆ get_split()

const SourceSplitResponse google_dataflow_api::SourceOperationResponse::get_split ( ) const

Get a reference to the value of the 'split' attribute.

◆ GetTypeName()

const StringPiece google_dataflow_api::SourceOperationResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::SourceOperationResponse

◆ 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()

SourceGetMetadataResponse google_dataflow_api::SourceOperationResponse::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()

SourceSplitResponse google_dataflow_api::SourceOperationResponse::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()

SourceOperationResponse * google_dataflow_api::SourceOperationResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

The documentation for this class was generated from the following files: