dataflow
v1b3
|
#include <lease_work_item_response.h>
Public Member Functions | |
LeaseWorkItemResponse (const Json::Value &storage) | |
LeaseWorkItemResponse (Json::Value *storage) | |
virtual | ~LeaseWorkItemResponse () |
const StringPiece | GetTypeName () const |
bool | has_unified_worker_response () const |
void | clear_unified_worker_response () |
const client::JsonCppAssociativeArray< client::JsonCppData > | get_unified_worker_response () const |
client::JsonCppAssociativeArray< client::JsonCppData > | mutable_unifiedWorkerResponse () |
bool | has_work_items () const |
void | clear_work_items () |
const client::JsonCppArray< WorkItem > | get_work_items () const |
client::JsonCppArray< WorkItem > | mutable_workItems () |
Static Public Member Functions | |
static LeaseWorkItemResponse * | New () |
Response to a request to lease WorkItems.
|
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 'unifiedWorkerResponse
' attribute.
|
inline |
Clears the 'workItems
' attribute.
|
inline |
Get a reference to the value of the 'unifiedWorkerResponse
' attribute.
const client::JsonCppArray<WorkItem > google_dataflow_api::LeaseWorkItemResponse::get_work_items | ( | ) | const |
Get a reference to the value of the 'workItems
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'unifiedWorkerResponse
' attribute was set.
unifiedWorkerResponse
' attribute was set.
|
inline |
Determine if the 'workItems
' attribute was set.
workItems
' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'unifiedWorkerResponse
' property.
Untranslated bag-of-bytes WorkResponse for UnifiedWorker.
client::JsonCppArray<WorkItem > google_dataflow_api::LeaseWorkItemResponse::mutable_workItems | ( | ) |
Gets a reference to a mutable value of the 'workItems
' property.
A list of the leased WorkItems.
|
static |
Creates a new default instance.