dataflow
v1b3
|
#include <send_worker_messages_request.h>
Public Member Functions | |
SendWorkerMessagesRequest (const Json::Value &storage) | |
SendWorkerMessagesRequest (Json::Value *storage) | |
virtual | ~SendWorkerMessagesRequest () |
const StringPiece | GetTypeName () const |
bool | has_location () const |
void | clear_location () |
const StringPiece | get_location () const |
void | set_location (const StringPiece &value) |
bool | has_worker_messages () const |
void | clear_worker_messages () |
const client::JsonCppArray< WorkerMessage > | get_worker_messages () const |
client::JsonCppArray< WorkerMessage > | mutable_workerMessages () |
Static Public Member Functions | |
static SendWorkerMessagesRequest * | New () |
A request for sending worker messages to the service.
|
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 'location
' attribute.
|
inline |
Clears the 'workerMessages
' attribute.
|
inline |
Get the value of the 'location
' attribute.
const client::JsonCppArray<WorkerMessage > google_dataflow_api::SendWorkerMessagesRequest::get_worker_messages | ( | ) | const |
Get a reference to the value of the 'workerMessages
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'location
' attribute was set.
location
' attribute was set.
|
inline |
Determine if the 'workerMessages
' attribute was set.
workerMessages
' attribute was set. client::JsonCppArray<WorkerMessage > google_dataflow_api::SendWorkerMessagesRequest::mutable_workerMessages | ( | ) |
Gets a reference to a mutable value of the 'workerMessages
' property.
The WorkerMessages to send.
|
static |
Creates a new default instance.
|
inline |
Change the 'location
' attribute.
The regional endpoint that contains the job.
[in] | value | The new value. |