#include <source_split_shard.h>
DEPRECATED in favor of DerivedSource.
◆ SourceSplitShard() [1/2]
google_dataflow_api::SourceSplitShard::SourceSplitShard |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ SourceSplitShard() [2/2]
google_dataflow_api::SourceSplitShard::SourceSplitShard |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~SourceSplitShard()
google_dataflow_api::SourceSplitShard::~SourceSplitShard |
( |
| ) |
|
|
virtual |
◆ clear_derivation_mode()
void google_dataflow_api::SourceSplitShard::clear_derivation_mode |
( |
| ) |
|
|
inline |
Clears the 'derivationMode
' attribute.
◆ clear_source()
void google_dataflow_api::SourceSplitShard::clear_source |
( |
| ) |
|
|
inline |
Clears the 'source
' attribute.
◆ get_derivation_mode()
const StringPiece google_dataflow_api::SourceSplitShard::get_derivation_mode |
( |
| ) |
const |
|
inline |
Get the value of the 'derivationMode
' attribute.
◆ get_source()
const Source google_dataflow_api::SourceSplitShard::get_source |
( |
| ) |
const |
Get a reference to the value of the 'source
' attribute.
◆ GetTypeName()
const StringPiece google_dataflow_api::SourceSplitShard::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_derivation_mode()
bool google_dataflow_api::SourceSplitShard::has_derivation_mode |
( |
| ) |
const |
|
inline |
Determine if the 'derivationMode
' attribute was set.
- Returns
- true if the '
derivationMode
' attribute was set.
◆ has_source()
bool google_dataflow_api::SourceSplitShard::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::SourceSplitShard::mutable_source |
( |
| ) |
|
Gets a reference to a mutable value of the 'source
' property.
- Deprecated:
DEPRECATED.
- 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.
◆ set_derivation_mode()
void google_dataflow_api::SourceSplitShard::set_derivation_mode |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'derivationMode
' attribute.
- Deprecated:
DEPRECATED.
- Parameters
-
The documentation for this class was generated from the following files: