#include <source_get_metadata_request.h>
A request to compute the SourceMetadata of a Source.
◆ SourceGetMetadataRequest() [1/2]
| google_dataflow_api::SourceGetMetadataRequest::SourceGetMetadataRequest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~SourceGetMetadataRequest()
| google_dataflow_api::SourceGetMetadataRequest::~SourceGetMetadataRequest |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files: