dataflow
v1b3
|
#include <report_work_item_status_request.h>
Public Member Functions | |
ReportWorkItemStatusRequest (const Json::Value &storage) | |
ReportWorkItemStatusRequest (Json::Value *storage) | |
virtual | ~ReportWorkItemStatusRequest () |
const StringPiece | GetTypeName () const |
bool | has_current_worker_time () const |
void | clear_current_worker_time () |
const StringPiece | get_current_worker_time () const |
void | set_current_worker_time (const StringPiece &value) |
bool | has_location () const |
void | clear_location () |
const StringPiece | get_location () const |
void | set_location (const StringPiece &value) |
bool | has_unified_worker_request () const |
void | clear_unified_worker_request () |
const client::JsonCppAssociativeArray< client::JsonCppData > | get_unified_worker_request () const |
client::JsonCppAssociativeArray< client::JsonCppData > | mutable_unifiedWorkerRequest () |
bool | has_work_item_statuses () const |
void | clear_work_item_statuses () |
const client::JsonCppArray< WorkItemStatus > | get_work_item_statuses () const |
client::JsonCppArray< WorkItemStatus > | mutable_workItemStatuses () |
bool | has_worker_id () const |
void | clear_worker_id () |
const StringPiece | get_worker_id () const |
void | set_worker_id (const StringPiece &value) |
Static Public Member Functions | |
static ReportWorkItemStatusRequest * | New () |
Request to report the status of 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 'currentWorkerTime
' attribute.
|
inline |
Clears the 'location
' attribute.
|
inline |
Clears the 'unifiedWorkerRequest
' attribute.
|
inline |
Clears the 'workItemStatuses
' attribute.
|
inline |
Clears the 'workerId
' attribute.
|
inline |
Get the value of the 'currentWorkerTime
' attribute.
|
inline |
Get the value of the 'location
' attribute.
|
inline |
Get a reference to the value of the 'unifiedWorkerRequest
' attribute.
const client::JsonCppArray<WorkItemStatus > google_dataflow_api::ReportWorkItemStatusRequest::get_work_item_statuses | ( | ) | const |
Get a reference to the value of the 'workItemStatuses
' attribute.
|
inline |
Get the value of the 'workerId
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'currentWorkerTime
' attribute was set.
currentWorkerTime
' attribute was set.
|
inline |
Determine if the 'location
' attribute was set.
location
' attribute was set.
|
inline |
Determine if the 'unifiedWorkerRequest
' attribute was set.
unifiedWorkerRequest
' attribute was set.
|
inline |
Determine if the 'workItemStatuses
' attribute was set.
workItemStatuses
' attribute was set.
|
inline |
Determine if the 'workerId
' attribute was set.
workerId
' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'unifiedWorkerRequest
' property.
Untranslated bag-of-bytes WorkProgressUpdateRequest from UnifiedWorker.
client::JsonCppArray<WorkItemStatus > google_dataflow_api::ReportWorkItemStatusRequest::mutable_workItemStatuses | ( | ) |
Gets a reference to a mutable value of the 'workItemStatuses
' property.
The order is unimportant, except that the order of the WorkItemServiceState messages in the ReportWorkItemStatusResponse corresponds to the order of WorkItemStatus messages here.
|
static |
Creates a new default instance.
|
inline |
Change the 'currentWorkerTime
' attribute.
The current timestamp at the worker.
[in] | value | The new value. |
|
inline |
Change the 'location
' attribute.
The regional endpoint that contains the WorkItem's job.
[in] | value | The new value. |
|
inline |