dataflow
v1b3
|
#include <report_work_item_status_response.h>
Public Member Functions | |
ReportWorkItemStatusResponse (const Json::Value &storage) | |
ReportWorkItemStatusResponse (Json::Value *storage) | |
virtual | ~ReportWorkItemStatusResponse () |
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_item_service_states () const |
void | clear_work_item_service_states () |
const client::JsonCppArray< WorkItemServiceState > | get_work_item_service_states () const |
client::JsonCppArray< WorkItemServiceState > | mutable_workItemServiceStates () |
Static Public Member Functions | |
static ReportWorkItemStatusResponse * | New () |
Response from a 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 'unifiedWorkerResponse
' attribute.
|
inline |
Clears the 'workItemServiceStates
' attribute.
|
inline |
Get a reference to the value of the 'unifiedWorkerResponse
' attribute.
const client::JsonCppArray<WorkItemServiceState > google_dataflow_api::ReportWorkItemStatusResponse::get_work_item_service_states | ( | ) | const |
Get a reference to the value of the 'workItemServiceStates
' 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 'workItemServiceStates
' attribute was set.
workItemServiceStates
' attribute was set.
|
inline |
Gets a reference to a mutable value of the 'unifiedWorkerResponse
' property.
Untranslated bag-of-bytes WorkProgressUpdateResponse for UnifiedWorker.
client::JsonCppArray<WorkItemServiceState > google_dataflow_api::ReportWorkItemStatusResponse::mutable_workItemServiceStates | ( | ) |
Gets a reference to a mutable value of the 'workItemServiceStates
' property.
A set of messages indicating the service-side state for each WorkItem whose status was reported, in the same order as the WorkItemStatus messages in the ReportWorkItemStatusRequest which resulting in this response.
|
static |
Creates a new default instance.