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

#include <list_job_messages_response.h>

Inheritance diagram for google_dataflow_api::ListJobMessagesResponse:

Public Member Functions

 ListJobMessagesResponse (const Json::Value &storage)
 
 ListJobMessagesResponse (Json::Value *storage)
 
virtual ~ListJobMessagesResponse ()
 
const StringPiece GetTypeName () const
 
bool has_autoscaling_events () const
 
void clear_autoscaling_events ()
 
const client::JsonCppArray< AutoscalingEventget_autoscaling_events () const
 
client::JsonCppArray< AutoscalingEventmutable_autoscalingEvents ()
 
bool has_job_messages () const
 
void clear_job_messages ()
 
const client::JsonCppArray< JobMessageget_job_messages () const
 
client::JsonCppArray< JobMessagemutable_jobMessages ()
 
bool has_next_page_token () const
 
void clear_next_page_token ()
 
const StringPiece get_next_page_token () const
 
void set_next_page_token (const StringPiece &value)
 

Static Public Member Functions

static ListJobMessagesResponseNew ()
 

Detailed Description

Response to a request to list job messages.

Constructor & Destructor Documentation

◆ ListJobMessagesResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ListJobMessagesResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ListJobMessagesResponse()

google_dataflow_api::ListJobMessagesResponse::~ListJobMessagesResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_autoscaling_events()

void google_dataflow_api::ListJobMessagesResponse::clear_autoscaling_events ( )
inline

Clears the 'autoscalingEvents' attribute.

◆ clear_job_messages()

void google_dataflow_api::ListJobMessagesResponse::clear_job_messages ( )
inline

Clears the 'jobMessages' attribute.

◆ clear_next_page_token()

void google_dataflow_api::ListJobMessagesResponse::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ get_autoscaling_events()

const client::JsonCppArray<AutoscalingEvent > google_dataflow_api::ListJobMessagesResponse::get_autoscaling_events ( ) const

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

◆ get_job_messages()

const client::JsonCppArray<JobMessage > google_dataflow_api::ListJobMessagesResponse::get_job_messages ( ) const

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

◆ get_next_page_token()

const StringPiece google_dataflow_api::ListJobMessagesResponse::get_next_page_token ( ) const
inline

Get the value of the 'nextPageToken' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::ListJobMessagesResponse

◆ has_autoscaling_events()

bool google_dataflow_api::ListJobMessagesResponse::has_autoscaling_events ( ) const
inline

Determine if the 'autoscalingEvents' attribute was set.

Returns
true if the 'autoscalingEvents' attribute was set.

◆ has_job_messages()

bool google_dataflow_api::ListJobMessagesResponse::has_job_messages ( ) const
inline

Determine if the 'jobMessages' attribute was set.

Returns
true if the 'jobMessages' attribute was set.

◆ has_next_page_token()

bool google_dataflow_api::ListJobMessagesResponse::has_next_page_token ( ) const
inline

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ mutable_autoscalingEvents()

client::JsonCppArray<AutoscalingEvent > google_dataflow_api::ListJobMessagesResponse::mutable_autoscalingEvents ( )

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

Autoscaling events in ascending timestamp order.

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

◆ mutable_jobMessages()

client::JsonCppArray<JobMessage > google_dataflow_api::ListJobMessagesResponse::mutable_jobMessages ( )

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

Messages in ascending timestamp order.

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

◆ New()

ListJobMessagesResponse * google_dataflow_api::ListJobMessagesResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_next_page_token()

void google_dataflow_api::ListJobMessagesResponse::set_next_page_token ( const StringPiece &  value)
inline

Change the 'nextPageToken' attribute.

The token to obtain the next page of results if there are more.

Parameters
[in]valueThe new value.

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