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

#include <source_get_metadata_response.h>

Inheritance diagram for google_dataflow_api::SourceGetMetadataResponse:

Public Member Functions

 SourceGetMetadataResponse (const Json::Value &storage)
 
 SourceGetMetadataResponse (Json::Value *storage)
 
virtual ~SourceGetMetadataResponse ()
 
const StringPiece GetTypeName () const
 
bool has_metadata () const
 
void clear_metadata ()
 
const SourceMetadata get_metadata () const
 
SourceMetadata mutable_metadata ()
 

Static Public Member Functions

static SourceGetMetadataResponseNew ()
 

Detailed Description

The result of a SourceGetMetadataOperation.

Constructor & Destructor Documentation

◆ SourceGetMetadataResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ SourceGetMetadataResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~SourceGetMetadataResponse()

google_dataflow_api::SourceGetMetadataResponse::~SourceGetMetadataResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_metadata()

void google_dataflow_api::SourceGetMetadataResponse::clear_metadata ( )
inline

Clears the 'metadata' attribute.

◆ get_metadata()

const SourceMetadata google_dataflow_api::SourceGetMetadataResponse::get_metadata ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::SourceGetMetadataResponse

◆ has_metadata()

bool google_dataflow_api::SourceGetMetadataResponse::has_metadata ( ) const
inline

Determine if the 'metadata' attribute was set.

Returns
true if the 'metadata' attribute was set.

◆ mutable_metadata()

SourceMetadata google_dataflow_api::SourceGetMetadataResponse::mutable_metadata ( )

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

The computed metadata.

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

◆ New()

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