|
dataflow
v1b3
|
#include <list_job_messages_response.h>
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< AutoscalingEvent > | get_autoscaling_events () const |
| client::JsonCppArray< AutoscalingEvent > | mutable_autoscalingEvents () |
| bool | has_job_messages () const |
| void | clear_job_messages () |
| const client::JsonCppArray< JobMessage > | get_job_messages () const |
| client::JsonCppArray< JobMessage > | mutable_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 ListJobMessagesResponse * | New () |
Response to a request to list job 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 'autoscalingEvents' attribute.
|
inline |
Clears the 'jobMessages' attribute.
|
inline |
Clears the 'nextPageToken' attribute.
| const client::JsonCppArray<AutoscalingEvent > google_dataflow_api::ListJobMessagesResponse::get_autoscaling_events | ( | ) | const |
Get a reference to the value of the 'autoscalingEvents' attribute.
| const client::JsonCppArray<JobMessage > google_dataflow_api::ListJobMessagesResponse::get_job_messages | ( | ) | const |
Get a reference to the value of the 'jobMessages' attribute.
|
inline |
Get the value of the 'nextPageToken' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'autoscalingEvents' attribute was set.
autoscalingEvents' attribute was set.
|
inline |
Determine if the 'jobMessages' attribute was set.
jobMessages' attribute was set.
|
inline |
Determine if the 'nextPageToken' attribute was set.
nextPageToken' attribute was set. | 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.
| 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.
|
static |
Creates a new default instance.
|
inline |
Change the 'nextPageToken' attribute.
The token to obtain the next page of results if there are more.
| [in] | value | The new value. |