#include <concat_position.h>
A position that encapsulates an inner position and an index for the inner position. A ConcatPosition can be used by a reader of a source that encapsulates a set of other sources.
◆ ConcatPosition() [1/2]
google_dataflow_api::ConcatPosition::ConcatPosition |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ConcatPosition() [2/2]
google_dataflow_api::ConcatPosition::ConcatPosition |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ConcatPosition()
google_dataflow_api::ConcatPosition::~ConcatPosition |
( |
| ) |
|
|
virtual |
◆ clear_index()
void google_dataflow_api::ConcatPosition::clear_index |
( |
| ) |
|
|
inline |
Clears the 'index
' attribute.
◆ clear_position()
void google_dataflow_api::ConcatPosition::clear_position |
( |
| ) |
|
|
inline |
Clears the 'position
' attribute.
◆ get_index()
int32 google_dataflow_api::ConcatPosition::get_index |
( |
| ) |
const |
|
inline |
Get the value of the 'index
' attribute.
◆ get_position()
const Position google_dataflow_api::ConcatPosition::get_position |
( |
| ) |
const |
Get a reference to the value of the 'position
' attribute.
◆ GetTypeName()
const StringPiece google_dataflow_api::ConcatPosition::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_index()
bool google_dataflow_api::ConcatPosition::has_index |
( |
| ) |
const |
|
inline |
Determine if the 'index
' attribute was set.
- Returns
- true if the '
index
' attribute was set.
◆ has_position()
bool google_dataflow_api::ConcatPosition::has_position |
( |
| ) |
const |
|
inline |
Determine if the 'position
' attribute was set.
- Returns
- true if the '
position
' attribute was set.
◆ mutable_position()
Position google_dataflow_api::ConcatPosition::mutable_position |
( |
| ) |
|
Gets a reference to a mutable value of the 'position
' property.
Position within the inner source.
- 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_index()
void google_dataflow_api::ConcatPosition::set_index |
( |
int32 |
value | ) |
|
|
inline |
Change the 'index
' attribute.
Index of the inner source.
- Parameters
-
The documentation for this class was generated from the following files: