dataflow  v1b3
Public Member Functions | Static Public Member Functions | List of all members
google_dataflow_api::StreamingComputationRanges Class Reference

#include <streaming_computation_ranges.h>

Inheritance diagram for google_dataflow_api::StreamingComputationRanges:

Public Member Functions

 StreamingComputationRanges (const Json::Value &storage)
 
 StreamingComputationRanges (Json::Value *storage)
 
virtual ~StreamingComputationRanges ()
 
const StringPiece GetTypeName () const
 
bool has_computation_id () const
 
void clear_computation_id ()
 
const StringPiece get_computation_id () const
 
void set_computation_id (const StringPiece &value)
 
bool has_range_assignments () const
 
void clear_range_assignments ()
 
const client::JsonCppArray< KeyRangeDataDiskAssignmentget_range_assignments () const
 
client::JsonCppArray< KeyRangeDataDiskAssignmentmutable_rangeAssignments ()
 

Static Public Member Functions

static StreamingComputationRangesNew ()
 

Detailed Description

Describes full or partial data disk assignment information of the computation ranges.

Constructor & Destructor Documentation

◆ StreamingComputationRanges() [1/2]

google_dataflow_api::StreamingComputationRanges::StreamingComputationRanges ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ StreamingComputationRanges() [2/2]

google_dataflow_api::StreamingComputationRanges::StreamingComputationRanges ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~StreamingComputationRanges()

google_dataflow_api::StreamingComputationRanges::~StreamingComputationRanges ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_computation_id()

void google_dataflow_api::StreamingComputationRanges::clear_computation_id ( )
inline

Clears the 'computationId' attribute.

◆ clear_range_assignments()

void google_dataflow_api::StreamingComputationRanges::clear_range_assignments ( )
inline

Clears the 'rangeAssignments' attribute.

◆ get_computation_id()

const StringPiece google_dataflow_api::StreamingComputationRanges::get_computation_id ( ) const
inline

Get the value of the 'computationId' attribute.

◆ get_range_assignments()

const client::JsonCppArray<KeyRangeDataDiskAssignment > google_dataflow_api::StreamingComputationRanges::get_range_assignments ( ) const

Get a reference to the value of the 'rangeAssignments' attribute.

◆ GetTypeName()

const StringPiece google_dataflow_api::StreamingComputationRanges::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::StreamingComputationRanges

◆ has_computation_id()

bool google_dataflow_api::StreamingComputationRanges::has_computation_id ( ) const
inline

Determine if the 'computationId' attribute was set.

Returns
true if the 'computationId' attribute was set.

◆ has_range_assignments()

bool google_dataflow_api::StreamingComputationRanges::has_range_assignments ( ) const
inline

Determine if the 'rangeAssignments' attribute was set.

Returns
true if the 'rangeAssignments' attribute was set.

◆ mutable_rangeAssignments()

client::JsonCppArray<KeyRangeDataDiskAssignment > google_dataflow_api::StreamingComputationRanges::mutable_rangeAssignments ( )

Gets a reference to a mutable value of the 'rangeAssignments' property.

Data disk assignments for ranges from this computation.

Returns
The result can be modified to change the attribute value.

◆ New()

StreamingComputationRanges * google_dataflow_api::StreamingComputationRanges::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_computation_id()

void google_dataflow_api::StreamingComputationRanges::set_computation_id ( const StringPiece &  value)
inline

Change the 'computationId' attribute.

The ID of the computation.

Parameters
[in]valueThe new value.

The documentation for this class was generated from the following files: