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

#include <job_message.h>

Inheritance diagram for google_dataflow_api::JobMessage:

Public Member Functions

 JobMessage (const Json::Value &storage)
 
 JobMessage (Json::Value *storage)
 
virtual ~JobMessage ()
 
const StringPiece GetTypeName () const
 
bool has_id () const
 
void clear_id ()
 
const StringPiece get_id () const
 
void set_id (const StringPiece &value)
 
bool has_message_importance () const
 
void clear_message_importance ()
 
const StringPiece get_message_importance () const
 
void set_message_importance (const StringPiece &value)
 
bool has_message_text () const
 
void clear_message_text ()
 
const StringPiece get_message_text () const
 
void set_message_text (const StringPiece &value)
 
bool has_time () const
 
void clear_time ()
 
const StringPiece get_time () const
 
void set_time (const StringPiece &value)
 

Static Public Member Functions

static JobMessageNew ()
 

Detailed Description

A particular message pertaining to a Dataflow job.

Constructor & Destructor Documentation

◆ JobMessage() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ JobMessage() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~JobMessage()

google_dataflow_api::JobMessage::~JobMessage ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_id()

void google_dataflow_api::JobMessage::clear_id ( )
inline

Clears the 'id' attribute.

◆ clear_message_importance()

void google_dataflow_api::JobMessage::clear_message_importance ( )
inline

Clears the 'messageImportance' attribute.

◆ clear_message_text()

void google_dataflow_api::JobMessage::clear_message_text ( )
inline

Clears the 'messageText' attribute.

◆ clear_time()

void google_dataflow_api::JobMessage::clear_time ( )
inline

Clears the 'time' attribute.

◆ get_id()

const StringPiece google_dataflow_api::JobMessage::get_id ( ) const
inline

Get the value of the 'id' attribute.

◆ get_message_importance()

const StringPiece google_dataflow_api::JobMessage::get_message_importance ( ) const
inline

Get the value of the 'messageImportance' attribute.

◆ get_message_text()

const StringPiece google_dataflow_api::JobMessage::get_message_text ( ) const
inline

Get the value of the 'messageText' attribute.

◆ get_time()

const StringPiece google_dataflow_api::JobMessage::get_time ( ) const
inline

Get the value of the 'time' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::JobMessage

◆ has_id()

bool google_dataflow_api::JobMessage::has_id ( ) const
inline

Determine if the 'id' attribute was set.

Returns
true if the 'id' attribute was set.

◆ has_message_importance()

bool google_dataflow_api::JobMessage::has_message_importance ( ) const
inline

Determine if the 'messageImportance' attribute was set.

Returns
true if the 'messageImportance' attribute was set.

◆ has_message_text()

bool google_dataflow_api::JobMessage::has_message_text ( ) const
inline

Determine if the 'messageText' attribute was set.

Returns
true if the 'messageText' attribute was set.

◆ has_time()

bool google_dataflow_api::JobMessage::has_time ( ) const
inline

Determine if the 'time' attribute was set.

Returns
true if the 'time' attribute was set.

◆ New()

JobMessage * google_dataflow_api::JobMessage::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_id()

void google_dataflow_api::JobMessage::set_id ( const StringPiece &  value)
inline

Change the 'id' attribute.

Deprecated:

Deprecated.

Parameters
[in]valueThe new value.

◆ set_message_importance()

void google_dataflow_api::JobMessage::set_message_importance ( const StringPiece &  value)
inline

Change the 'messageImportance' attribute.

Importance level of the message.

Parameters
[in]valueThe new value.

◆ set_message_text()

void google_dataflow_api::JobMessage::set_message_text ( const StringPiece &  value)
inline

Change the 'messageText' attribute.

The text of the message.

Parameters
[in]valueThe new value.

◆ set_time()

void google_dataflow_api::JobMessage::set_time ( const StringPiece &  value)
inline

Change the 'time' attribute.

The timestamp of the message.

Parameters
[in]valueThe new value.

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