#include <list_routines_response.h>
◆ ListRoutinesResponse() [1/2]
google_bigquery_api::ListRoutinesResponse::ListRoutinesResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~ListRoutinesResponse()
google_bigquery_api::ListRoutinesResponse::~ListRoutinesResponse |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
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
-
The documentation for this class was generated from the following files: