|
dataflow
v1b3
|
#include <integer_list.h>
Public Member Functions | |
| IntegerList (const Json::Value &storage) | |
| IntegerList (Json::Value *storage) | |
| virtual | ~IntegerList () |
| const StringPiece | GetTypeName () const |
| bool | has_elements () const |
| void | clear_elements () |
| const client::JsonCppArray< SplitInt64 > | get_elements () const |
| client::JsonCppArray< SplitInt64 > | mutable_elements () |
Static Public Member Functions | |
| static IntegerList * | New () |
A metric value representing a list of integers.
|
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 'elements' attribute.
| const client::JsonCppArray<SplitInt64 > google_dataflow_api::IntegerList::get_elements | ( | ) | const |
Get a reference to the value of the 'elements' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'elements' attribute was set.
elements' attribute was set. | client::JsonCppArray<SplitInt64 > google_dataflow_api::IntegerList::mutable_elements | ( | ) |
Gets a reference to a mutable value of the 'elements' property.
Elements of the list.
|
static |
Creates a new default instance.