dataflow
v1b3
|
#include <send_worker_messages_response.h>
Public Member Functions | |
SendWorkerMessagesResponse (const Json::Value &storage) | |
SendWorkerMessagesResponse (Json::Value *storage) | |
virtual | ~SendWorkerMessagesResponse () |
const StringPiece | GetTypeName () const |
bool | has_worker_message_responses () const |
void | clear_worker_message_responses () |
const client::JsonCppArray< WorkerMessageResponse > | get_worker_message_responses () const |
client::JsonCppArray< WorkerMessageResponse > | mutable_workerMessageResponses () |
Static Public Member Functions | |
static SendWorkerMessagesResponse * | New () |
The response to the worker messages.
|
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 'workerMessageResponses
' attribute.
const client::JsonCppArray<WorkerMessageResponse > google_dataflow_api::SendWorkerMessagesResponse::get_worker_message_responses | ( | ) | const |
Get a reference to the value of the 'workerMessageResponses
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'workerMessageResponses
' attribute was set.
workerMessageResponses
' attribute was set. client::JsonCppArray<WorkerMessageResponse > google_dataflow_api::SendWorkerMessagesResponse::mutable_workerMessageResponses | ( | ) |
Gets a reference to a mutable value of the 'workerMessageResponses
' property.
The servers response to the worker messages.
|
static |
Creates a new default instance.