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

#include <report_work_item_status_response.h>

Inheritance diagram for google_dataflow_api::ReportWorkItemStatusResponse:

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< WorkItemServiceStateget_work_item_service_states () const
 
client::JsonCppArray< WorkItemServiceStatemutable_workItemServiceStates ()
 

Static Public Member Functions

static ReportWorkItemStatusResponseNew ()
 

Detailed Description

Response from a request to report the status of WorkItems.

Constructor & Destructor Documentation

◆ ReportWorkItemStatusResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ReportWorkItemStatusResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ReportWorkItemStatusResponse()

google_dataflow_api::ReportWorkItemStatusResponse::~ReportWorkItemStatusResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_unified_worker_response()

void google_dataflow_api::ReportWorkItemStatusResponse::clear_unified_worker_response ( )
inline

Clears the 'unifiedWorkerResponse' attribute.

◆ clear_work_item_service_states()

void google_dataflow_api::ReportWorkItemStatusResponse::clear_work_item_service_states ( )
inline

Clears the 'workItemServiceStates' attribute.

◆ get_unified_worker_response()

const client::JsonCppAssociativeArray<client::JsonCppData > google_dataflow_api::ReportWorkItemStatusResponse::get_unified_worker_response ( ) const
inline

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

◆ get_work_item_service_states()

const client::JsonCppArray<WorkItemServiceState > google_dataflow_api::ReportWorkItemStatusResponse::get_work_item_service_states ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::ReportWorkItemStatusResponse

◆ has_unified_worker_response()

bool google_dataflow_api::ReportWorkItemStatusResponse::has_unified_worker_response ( ) const
inline

Determine if the 'unifiedWorkerResponse' attribute was set.

Returns
true if the 'unifiedWorkerResponse' attribute was set.

◆ has_work_item_service_states()

bool google_dataflow_api::ReportWorkItemStatusResponse::has_work_item_service_states ( ) const
inline

Determine if the 'workItemServiceStates' attribute was set.

Returns
true if the 'workItemServiceStates' attribute was set.

◆ mutable_unifiedWorkerResponse()

client::JsonCppAssociativeArray<client::JsonCppData > google_dataflow_api::ReportWorkItemStatusResponse::mutable_unifiedWorkerResponse ( )
inline

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

Untranslated bag-of-bytes WorkProgressUpdateResponse for UnifiedWorker.

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

◆ mutable_workItemServiceStates()

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.

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

◆ New()

ReportWorkItemStatusResponse * google_dataflow_api::ReportWorkItemStatusResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

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