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

#include <source_operation_request.h>

Inheritance diagram for google_dataflow_api::SourceOperationRequest:

Public Member Functions

 SourceOperationRequest (const Json::Value &storage)
 
 SourceOperationRequest (Json::Value *storage)
 
virtual ~SourceOperationRequest ()
 
const StringPiece GetTypeName () const
 
bool has_get_metadata () const
 
void clear_get_metadata ()
 
const SourceGetMetadataRequest get_get_metadata () const
 
SourceGetMetadataRequest mutable_getMetadata ()
 
bool has_name () const
 
void clear_name ()
 
const StringPiece get_name () const
 
void set_name (const StringPiece &value)
 
bool has_original_name () const
 
void clear_original_name ()
 
const StringPiece get_original_name () const
 
void set_original_name (const StringPiece &value)
 
bool has_split () const
 
void clear_split ()
 
const SourceSplitRequest get_split () const
 
SourceSplitRequest mutable_split ()
 
bool has_stage_name () const
 
void clear_stage_name ()
 
const StringPiece get_stage_name () const
 
void set_stage_name (const StringPiece &value)
 
bool has_system_name () const
 
void clear_system_name ()
 
const StringPiece get_system_name () const
 
void set_system_name (const StringPiece &value)
 

Static Public Member Functions

static SourceOperationRequestNew ()
 

Detailed Description

A work item that represents the different operations that can be performed on a user-defined Source specification.

Constructor & Destructor Documentation

◆ SourceOperationRequest() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ SourceOperationRequest() [2/2]

google_dataflow_api::SourceOperationRequest::SourceOperationRequest ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~SourceOperationRequest()

google_dataflow_api::SourceOperationRequest::~SourceOperationRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_get_metadata()

void google_dataflow_api::SourceOperationRequest::clear_get_metadata ( )
inline

Clears the 'getMetadata' attribute.

◆ clear_name()

void google_dataflow_api::SourceOperationRequest::clear_name ( )
inline

Clears the 'name' attribute.

◆ clear_original_name()

void google_dataflow_api::SourceOperationRequest::clear_original_name ( )
inline

Clears the 'originalName' attribute.

◆ clear_split()

void google_dataflow_api::SourceOperationRequest::clear_split ( )
inline

Clears the 'split' attribute.

◆ clear_stage_name()

void google_dataflow_api::SourceOperationRequest::clear_stage_name ( )
inline

Clears the 'stageName' attribute.

◆ clear_system_name()

void google_dataflow_api::SourceOperationRequest::clear_system_name ( )
inline

Clears the 'systemName' attribute.

◆ get_get_metadata()

const SourceGetMetadataRequest google_dataflow_api::SourceOperationRequest::get_get_metadata ( ) const

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

◆ get_name()

const StringPiece google_dataflow_api::SourceOperationRequest::get_name ( ) const
inline

Get the value of the 'name' attribute.

◆ get_original_name()

const StringPiece google_dataflow_api::SourceOperationRequest::get_original_name ( ) const
inline

Get the value of the 'originalName' attribute.

◆ get_split()

const SourceSplitRequest google_dataflow_api::SourceOperationRequest::get_split ( ) const

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

◆ get_stage_name()

const StringPiece google_dataflow_api::SourceOperationRequest::get_stage_name ( ) const
inline

Get the value of the 'stageName' attribute.

◆ get_system_name()

const StringPiece google_dataflow_api::SourceOperationRequest::get_system_name ( ) const
inline

Get the value of the 'systemName' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::SourceOperationRequest

◆ has_get_metadata()

bool google_dataflow_api::SourceOperationRequest::has_get_metadata ( ) const
inline

Determine if the 'getMetadata' attribute was set.

Returns
true if the 'getMetadata' attribute was set.

◆ has_name()

bool google_dataflow_api::SourceOperationRequest::has_name ( ) const
inline

Determine if the 'name' attribute was set.

Returns
true if the 'name' attribute was set.

◆ has_original_name()

bool google_dataflow_api::SourceOperationRequest::has_original_name ( ) const
inline

Determine if the 'originalName' attribute was set.

Returns
true if the 'originalName' attribute was set.

◆ has_split()

bool google_dataflow_api::SourceOperationRequest::has_split ( ) const
inline

Determine if the 'split' attribute was set.

Returns
true if the 'split' attribute was set.

◆ has_stage_name()

bool google_dataflow_api::SourceOperationRequest::has_stage_name ( ) const
inline

Determine if the 'stageName' attribute was set.

Returns
true if the 'stageName' attribute was set.

◆ has_system_name()

bool google_dataflow_api::SourceOperationRequest::has_system_name ( ) const
inline

Determine if the 'systemName' attribute was set.

Returns
true if the 'systemName' attribute was set.

◆ mutable_getMetadata()

SourceGetMetadataRequest google_dataflow_api::SourceOperationRequest::mutable_getMetadata ( )

Gets a reference to a mutable value of the 'getMetadata' property.

Information about a request to get metadata about a source.

Returns
The result can be modified to change the attribute value.

◆ mutable_split()

SourceSplitRequest google_dataflow_api::SourceOperationRequest::mutable_split ( )

Gets a reference to a mutable value of the 'split' property.

Information about a request to split a source.

Returns
The result can be modified to change the attribute value.

◆ New()

SourceOperationRequest * google_dataflow_api::SourceOperationRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_name()

void google_dataflow_api::SourceOperationRequest::set_name ( const StringPiece &  value)
inline

Change the 'name' attribute.

User-provided name of the Read instruction for this source.

Parameters
[in]valueThe new value.

◆ set_original_name()

void google_dataflow_api::SourceOperationRequest::set_original_name ( const StringPiece &  value)
inline

Change the 'originalName' attribute.

System-defined name for the Read instruction for this source in the original workflow graph.

Parameters
[in]valueThe new value.

◆ set_stage_name()

void google_dataflow_api::SourceOperationRequest::set_stage_name ( const StringPiece &  value)
inline

Change the 'stageName' attribute.

System-defined name of the stage containing the source operation. Unique across the workflow.

Parameters
[in]valueThe new value.

◆ set_system_name()

void google_dataflow_api::SourceOperationRequest::set_system_name ( const StringPiece &  value)
inline

Change the 'systemName' attribute.

System-defined name of the Read instruction for this source. Unique across the workflow.

Parameters
[in]valueThe new value.

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