dataflow
v1b3
|
#include <transform_summary.h>
Public Member Functions | |
TransformSummary (const Json::Value &storage) | |
TransformSummary (Json::Value *storage) | |
virtual | ~TransformSummary () |
const StringPiece | GetTypeName () const |
bool | has_display_data () const |
void | clear_display_data () |
const client::JsonCppArray< DisplayData > | get_display_data () const |
client::JsonCppArray< DisplayData > | mutable_displayData () |
bool | has_id () const |
void | clear_id () |
const StringPiece | get_id () const |
void | set_id (const StringPiece &value) |
bool | has_input_collection_name () const |
void | clear_input_collection_name () |
const client::JsonCppArray< string > | get_input_collection_name () const |
client::JsonCppArray< string > | mutable_inputCollectionName () |
bool | has_kind () const |
void | clear_kind () |
const StringPiece | get_kind () const |
void | set_kind (const StringPiece &value) |
bool | has_name () const |
void | clear_name () |
const StringPiece | get_name () const |
void | set_name (const StringPiece &value) |
bool | has_output_collection_name () const |
void | clear_output_collection_name () |
const client::JsonCppArray< string > | get_output_collection_name () const |
client::JsonCppArray< string > | mutable_outputCollectionName () |
Static Public Member Functions | |
static TransformSummary * | New () |
Description of the type, names/ids, and input/outputs for a transform.
|
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 'displayData
' attribute.
|
inline |
Clears the 'id
' attribute.
|
inline |
Clears the 'inputCollectionName
' attribute.
|
inline |
Clears the 'kind
' attribute.
|
inline |
Clears the 'name
' attribute.
|
inline |
Clears the 'outputCollectionName
' attribute.
const client::JsonCppArray<DisplayData > google_dataflow_api::TransformSummary::get_display_data | ( | ) | const |
Get a reference to the value of the 'displayData
' attribute.
|
inline |
Get the value of the 'id
' attribute.
|
inline |
Get a reference to the value of the 'inputCollectionName
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
|
inline |
Get the value of the 'name
' attribute.
|
inline |
Get a reference to the value of the 'outputCollectionName
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'displayData
' attribute was set.
displayData
' attribute was set.
|
inline |
Determine if the 'id
' attribute was set.
id
' attribute was set.
|
inline |
Determine if the 'inputCollectionName
' attribute was set.
inputCollectionName
' attribute was set.
|
inline |
Determine if the 'kind
' attribute was set.
kind
' attribute was set.
|
inline |
Determine if the 'name
' attribute was set.
name
' attribute was set.
|
inline |
Determine if the 'outputCollectionName
' attribute was set.
outputCollectionName
' attribute was set. client::JsonCppArray<DisplayData > google_dataflow_api::TransformSummary::mutable_displayData | ( | ) |
Gets a reference to a mutable value of the 'displayData
' property.
Transform-specific display data.
|
inline |
Gets a reference to a mutable value of the 'inputCollectionName
' property.
User names for all collection inputs to this transform.
|
inline |
Gets a reference to a mutable value of the 'outputCollectionName
' property.
User names for all collection outputs to this transform.
|
static |
Creates a new default instance.
|
inline |
Change the 'id
' attribute.
SDK generated id of this transform instance.
[in] | value | The new value. |
|
inline |
Change the 'kind
' attribute.
Type of transform.
[in] | value | The new value. |
|
inline |
Change the 'name
' attribute.
User provided name for this transform instance.
[in] | value | The new value. |