bigquery  v2
Public Member Functions | Static Public Member Functions | List of all members
google_bigquery_api::ListRoutinesResponse Class Reference

#include <list_routines_response.h>

Inheritance diagram for google_bigquery_api::ListRoutinesResponse:

Public Member Functions

 ListRoutinesResponse (const Json::Value &storage)
 
 ListRoutinesResponse (Json::Value *storage)
 
virtual ~ListRoutinesResponse ()
 
const StringPiece GetTypeName () const
 
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)
 
bool has_routines () const
 
void clear_routines ()
 
const client::JsonCppArray< Routineget_routines () const
 
client::JsonCppArray< Routinemutable_routines ()
 

Static Public Member Functions

static ListRoutinesResponseNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ListRoutinesResponse() [1/2]

google_bigquery_api::ListRoutinesResponse::ListRoutinesResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ ListRoutinesResponse() [2/2]

google_bigquery_api::ListRoutinesResponse::ListRoutinesResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~ListRoutinesResponse()

google_bigquery_api::ListRoutinesResponse::~ListRoutinesResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_next_page_token()

void google_bigquery_api::ListRoutinesResponse::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ clear_routines()

void google_bigquery_api::ListRoutinesResponse::clear_routines ( )
inline

Clears the 'routines' attribute.

◆ get_next_page_token()

const StringPiece google_bigquery_api::ListRoutinesResponse::get_next_page_token ( ) const
inline

Get the value of the 'nextPageToken' attribute.

◆ get_routines()

const client::JsonCppArray<Routine > google_bigquery_api::ListRoutinesResponse::get_routines ( ) const

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

◆ GetTypeName()

const StringPiece google_bigquery_api::ListRoutinesResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::ListRoutinesResponse

◆ has_next_page_token()

bool google_bigquery_api::ListRoutinesResponse::has_next_page_token ( ) const
inline

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ has_routines()

bool google_bigquery_api::ListRoutinesResponse::has_routines ( ) const
inline

Determine if the 'routines' attribute was set.

Returns
true if the 'routines' attribute was set.

◆ mutable_routines()

client::JsonCppArray<Routine > google_bigquery_api::ListRoutinesResponse::mutable_routines ( )

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

Routines in the requested dataset. Unless read_mask is set in the request, only the following fields are populated: etag, project_id, dataset_id, routine_id, routine_type, creation_time, last_modified_time, and language.

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

◆ New()

ListRoutinesResponse * google_bigquery_api::ListRoutinesResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_next_page_token()

void google_bigquery_api::ListRoutinesResponse::set_next_page_token ( const StringPiece &  value)
inline

Change the 'nextPageToken' attribute.

A token to request the next page of results.

Parameters
[in]valueThe new value.

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