dataflow
v1b3
|
#include <source_get_metadata_response.h>
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 SourceGetMetadataResponse * | New () |
The result of a SourceGetMetadataOperation.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'metadata
' attribute.
const SourceMetadata google_dataflow_api::SourceGetMetadataResponse::get_metadata | ( | ) | const |
Get a reference to the value of the 'metadata
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'metadata
' attribute was set.
metadata
' attribute was set. SourceMetadata google_dataflow_api::SourceGetMetadataResponse::mutable_metadata | ( | ) |
Gets a reference to a mutable value of the 'metadata
' property.
The computed metadata.
|
static |
Creates a new default instance.