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

#include <list_jobs_response.h>

Inheritance diagram for google_dataflow_api::ListJobsResponse:

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< FailedLocationget_failed_location () const
 
client::JsonCppArray< FailedLocationmutable_failedLocation ()
 
bool has_jobs () const
 
void clear_jobs ()
 
const client::JsonCppArray< Jobget_jobs () const
 
client::JsonCppArray< Jobmutable_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 ListJobsResponseNew ()
 

Detailed Description

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 {}.

Constructor & Destructor Documentation

◆ ListJobsResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ListJobsResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ListJobsResponse()

google_dataflow_api::ListJobsResponse::~ListJobsResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_failed_location()

void google_dataflow_api::ListJobsResponse::clear_failed_location ( )
inline

Clears the 'failedLocation' attribute.

◆ clear_jobs()

void google_dataflow_api::ListJobsResponse::clear_jobs ( )
inline

Clears the 'jobs' attribute.

◆ clear_next_page_token()

void google_dataflow_api::ListJobsResponse::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ get_failed_location()

const client::JsonCppArray<FailedLocation > google_dataflow_api::ListJobsResponse::get_failed_location ( ) const

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

◆ get_jobs()

const client::JsonCppArray<Job > google_dataflow_api::ListJobsResponse::get_jobs ( ) const

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

◆ get_next_page_token()

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

Get the value of the 'nextPageToken' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_dataflow_api::ListJobsResponse

◆ has_failed_location()

bool google_dataflow_api::ListJobsResponse::has_failed_location ( ) const
inline

Determine if the 'failedLocation' attribute was set.

Returns
true if the 'failedLocation' attribute was set.

◆ has_jobs()

bool google_dataflow_api::ListJobsResponse::has_jobs ( ) const
inline

Determine if the 'jobs' attribute was set.

Returns
true if the 'jobs' attribute was set.

◆ has_next_page_token()

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

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ mutable_failedLocation()

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.

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

◆ mutable_jobs()

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.

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

◆ New()

ListJobsResponse * google_dataflow_api::ListJobsResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_next_page_token()

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

Change the 'nextPageToken' attribute.

Set if there may be more results than fit in this response.

Parameters
[in]valueThe new value.

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