#include <source_fork.h>
DEPRECATED in favor of DynamicSourceSplit.
◆ SourceFork() [1/2]
google_dataflow_api::SourceFork::SourceFork |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ SourceFork() [2/2]
google_dataflow_api::SourceFork::SourceFork |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~SourceFork()
google_dataflow_api::SourceFork::~SourceFork |
( |
| ) |
|
|
virtual |
◆ clear_primary()
void google_dataflow_api::SourceFork::clear_primary |
( |
| ) |
|
|
inline |
Clears the 'primary
' attribute.
◆ clear_primary_source()
void google_dataflow_api::SourceFork::clear_primary_source |
( |
| ) |
|
|
inline |
Clears the 'primarySource
' attribute.
◆ clear_residual()
void google_dataflow_api::SourceFork::clear_residual |
( |
| ) |
|
|
inline |
Clears the 'residual
' attribute.
◆ clear_residual_source()
void google_dataflow_api::SourceFork::clear_residual_source |
( |
| ) |
|
|
inline |
Clears the 'residualSource
' attribute.
◆ get_primary()
Get a reference to the value of the 'primary
' attribute.
◆ get_primary_source()
const DerivedSource google_dataflow_api::SourceFork::get_primary_source |
( |
| ) |
const |
Get a reference to the value of the 'primarySource
' attribute.
◆ get_residual()
Get a reference to the value of the 'residual
' attribute.
◆ get_residual_source()
const DerivedSource google_dataflow_api::SourceFork::get_residual_source |
( |
| ) |
const |
Get a reference to the value of the 'residualSource
' attribute.
◆ GetTypeName()
const StringPiece google_dataflow_api::SourceFork::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_primary()
bool google_dataflow_api::SourceFork::has_primary |
( |
| ) |
const |
|
inline |
Determine if the 'primary
' attribute was set.
- Returns
- true if the '
primary
' attribute was set.
◆ has_primary_source()
bool google_dataflow_api::SourceFork::has_primary_source |
( |
| ) |
const |
|
inline |
Determine if the 'primarySource
' attribute was set.
- Returns
- true if the '
primarySource
' attribute was set.
◆ has_residual()
bool google_dataflow_api::SourceFork::has_residual |
( |
| ) |
const |
|
inline |
Determine if the 'residual
' attribute was set.
- Returns
- true if the '
residual
' attribute was set.
◆ has_residual_source()
bool google_dataflow_api::SourceFork::has_residual_source |
( |
| ) |
const |
|
inline |
Determine if the 'residualSource
' attribute was set.
- Returns
- true if the '
residualSource
' attribute was set.
◆ mutable_primary()
Gets a reference to a mutable value of the 'primary
' property.
- Deprecated:
DEPRECATED.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_primarySource()
DerivedSource google_dataflow_api::SourceFork::mutable_primarySource |
( |
| ) |
|
Gets a reference to a mutable value of the 'primarySource
' property.
- Deprecated:
DEPRECATED.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_residual()
Gets a reference to a mutable value of the 'residual
' property.
- Deprecated:
DEPRECATED.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_residualSource()
DerivedSource google_dataflow_api::SourceFork::mutable_residualSource |
( |
| ) |
|
Gets a reference to a mutable value of the 'residualSource
' property.
- Deprecated:
DEPRECATED.
- Returns
- The result can be modified to change the attribute value.
◆ New()
SourceFork * google_dataflow_api::SourceFork::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:
- google/dataflow_api/source_fork.h
- google/dataflow_api/source_fork.cc