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

#include <send_worker_messages_request.h>

Inheritance diagram for google_dataflow_api::SendWorkerMessagesRequest:

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< WorkerMessageget_worker_messages () const
 
client::JsonCppArray< WorkerMessagemutable_workerMessages ()
 

Static Public Member Functions

static SendWorkerMessagesRequestNew ()
 

Detailed Description

A request for sending worker messages to the service.

Constructor & Destructor Documentation

◆ SendWorkerMessagesRequest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ SendWorkerMessagesRequest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~SendWorkerMessagesRequest()

google_dataflow_api::SendWorkerMessagesRequest::~SendWorkerMessagesRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_location()

void google_dataflow_api::SendWorkerMessagesRequest::clear_location ( )
inline

Clears the 'location' attribute.

◆ clear_worker_messages()

void google_dataflow_api::SendWorkerMessagesRequest::clear_worker_messages ( )
inline

Clears the 'workerMessages' attribute.

◆ get_location()

const StringPiece google_dataflow_api::SendWorkerMessagesRequest::get_location ( ) const
inline

Get the value of the 'location' attribute.

◆ get_worker_messages()

const client::JsonCppArray<WorkerMessage > google_dataflow_api::SendWorkerMessagesRequest::get_worker_messages ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::SendWorkerMessagesRequest

◆ has_location()

bool google_dataflow_api::SendWorkerMessagesRequest::has_location ( ) const
inline

Determine if the 'location' attribute was set.

Returns
true if the 'location' attribute was set.

◆ has_worker_messages()

bool google_dataflow_api::SendWorkerMessagesRequest::has_worker_messages ( ) const
inline

Determine if the 'workerMessages' attribute was set.

Returns
true if the 'workerMessages' attribute was set.

◆ mutable_workerMessages()

client::JsonCppArray<WorkerMessage > google_dataflow_api::SendWorkerMessagesRequest::mutable_workerMessages ( )

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

The WorkerMessages to send.

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

◆ New()

SendWorkerMessagesRequest * google_dataflow_api::SendWorkerMessagesRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_location()

void google_dataflow_api::SendWorkerMessagesRequest::set_location ( const StringPiece &  value)
inline

Change the 'location' attribute.

The regional endpoint that contains the job.

Parameters
[in]valueThe new value.

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