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

#include <source_get_metadata_request.h>

Inheritance diagram for google_dataflow_api::SourceGetMetadataRequest:

Public Member Functions

 SourceGetMetadataRequest (const Json::Value &storage)
 
 SourceGetMetadataRequest (Json::Value *storage)
 
virtual ~SourceGetMetadataRequest ()
 
const StringPiece GetTypeName () const
 
bool has_source () const
 
void clear_source ()
 
const Source get_source () const
 
Source mutable_source ()
 

Static Public Member Functions

static SourceGetMetadataRequestNew ()
 

Detailed Description

A request to compute the SourceMetadata of a Source.

Constructor & Destructor Documentation

◆ SourceGetMetadataRequest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ SourceGetMetadataRequest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~SourceGetMetadataRequest()

google_dataflow_api::SourceGetMetadataRequest::~SourceGetMetadataRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_source()

void google_dataflow_api::SourceGetMetadataRequest::clear_source ( )
inline

Clears the 'source' attribute.

◆ get_source()

const Source google_dataflow_api::SourceGetMetadataRequest::get_source ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::SourceGetMetadataRequest

◆ has_source()

bool google_dataflow_api::SourceGetMetadataRequest::has_source ( ) const
inline

Determine if the 'source' attribute was set.

Returns
true if the 'source' attribute was set.

◆ mutable_source()

Source google_dataflow_api::SourceGetMetadataRequest::mutable_source ( )

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

Specification of the source whose metadata should be computed.

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

◆ New()

SourceGetMetadataRequest * google_dataflow_api::SourceGetMetadataRequest::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: