#include <approximate_progress.h>
◆ ApproximateProgress() [1/2]
google_dataflow_api::ApproximateProgress::ApproximateProgress |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ApproximateProgress() [2/2]
google_dataflow_api::ApproximateProgress::ApproximateProgress |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~ApproximateProgress()
google_dataflow_api::ApproximateProgress::~ApproximateProgress |
( |
| ) |
|
|
virtual |
◆ clear_percent_complete()
void google_dataflow_api::ApproximateProgress::clear_percent_complete |
( |
| ) |
|
|
inline |
Clears the 'percentComplete
' attribute.
◆ clear_position()
void google_dataflow_api::ApproximateProgress::clear_position |
( |
| ) |
|
|
inline |
Clears the 'position
' attribute.
◆ clear_remaining_time()
void google_dataflow_api::ApproximateProgress::clear_remaining_time |
( |
| ) |
|
|
inline |
Clears the 'remainingTime
' attribute.
◆ get_percent_complete()
float google_dataflow_api::ApproximateProgress::get_percent_complete |
( |
| ) |
const |
|
inline |
Get the value of the 'percentComplete
' attribute.
◆ get_position()
const Position google_dataflow_api::ApproximateProgress::get_position |
( |
| ) |
const |
Get a reference to the value of the 'position
' attribute.
◆ get_remaining_time()
const StringPiece google_dataflow_api::ApproximateProgress::get_remaining_time |
( |
| ) |
const |
|
inline |
Get the value of the 'remainingTime
' attribute.
◆ GetTypeName()
const StringPiece google_dataflow_api::ApproximateProgress::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_percent_complete()
bool google_dataflow_api::ApproximateProgress::has_percent_complete |
( |
| ) |
const |
|
inline |
Determine if the 'percentComplete
' attribute was set.
- Returns
- true if the '
percentComplete
' attribute was set.
◆ has_position()
bool google_dataflow_api::ApproximateProgress::has_position |
( |
| ) |
const |
|
inline |
Determine if the 'position
' attribute was set.
- Returns
- true if the '
position
' attribute was set.
◆ has_remaining_time()
bool google_dataflow_api::ApproximateProgress::has_remaining_time |
( |
| ) |
const |
|
inline |
Determine if the 'remainingTime
' attribute was set.
- Returns
- true if the '
remainingTime
' attribute was set.
◆ mutable_position()
Position google_dataflow_api::ApproximateProgress::mutable_position |
( |
| ) |
|
Gets a reference to a mutable value of the 'position
' property.
Obsolete.
- 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_percent_complete()
void google_dataflow_api::ApproximateProgress::set_percent_complete |
( |
float |
value | ) |
|
|
inline |
Change the 'percentComplete
' attribute.
Obsolete.
- Parameters
-
◆ set_remaining_time()
void google_dataflow_api::ApproximateProgress::set_remaining_time |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'remainingTime
' attribute.
Obsolete.
- Parameters
-
The documentation for this class was generated from the following files: