dataflow
v1b3
|
#include <list_jobs_response.h>
Public Member Functions | |
ListJobsResponse (const Json::Value &storage) | |
ListJobsResponse (Json::Value *storage) | |
virtual | ~ListJobsResponse () |
const StringPiece | GetTypeName () const |
bool | has_failed_location () const |
void | clear_failed_location () |
const client::JsonCppArray< FailedLocation > | get_failed_location () const |
client::JsonCppArray< FailedLocation > | mutable_failedLocation () |
bool | has_jobs () const |
void | clear_jobs () |
const client::JsonCppArray< Job > | get_jobs () const |
client::JsonCppArray< Job > | mutable_jobs () |
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 ListJobsResponse * | New () |
Response to a request to list Cloud Dataflow jobs in a project. This might be a partial response, depending on the page size in the ListJobsRequest. However, if the project does not have any jobs, an instance of ListJobsResponse is not returned and the requests's response body is empty {}.
|
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 'failedLocation
' attribute.
|
inline |
Clears the 'jobs
' attribute.
|
inline |
Clears the 'nextPageToken
' attribute.
const client::JsonCppArray<FailedLocation > google_dataflow_api::ListJobsResponse::get_failed_location | ( | ) | const |
Get a reference to the value of the 'failedLocation
' attribute.
const client::JsonCppArray<Job > google_dataflow_api::ListJobsResponse::get_jobs | ( | ) | const |
Get a reference to the value of the 'jobs
' attribute.
|
inline |
Get the value of the 'nextPageToken
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'failedLocation
' attribute was set.
failedLocation
' attribute was set.
|
inline |
Determine if the 'jobs
' attribute was set.
jobs
' attribute was set.
|
inline |
Determine if the 'nextPageToken
' attribute was set.
nextPageToken
' attribute was set. client::JsonCppArray<FailedLocation > google_dataflow_api::ListJobsResponse::mutable_failedLocation | ( | ) |
Gets a reference to a mutable value of the 'failedLocation
' property.
Zero or more messages describing the regional endpoints that failed to respond.
client::JsonCppArray<Job > google_dataflow_api::ListJobsResponse::mutable_jobs | ( | ) |
Gets a reference to a mutable value of the 'jobs
' property.
A subset of the requested job information.
|
static |
Creates a new default instance.
|
inline |
Change the 'nextPageToken
' attribute.
Set if there may be more results than fit in this response.
[in] | value | The new value. |