bigquery  v2
Public Member Functions | List of all members
google_bigquery_api::BigqueryService::RoutinesResource Class Reference

#include <bigquery_service.h>

Public Member Functions

 RoutinesResource (BigqueryService *service)
 
 ~RoutinesResource ()
 
RoutinesResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const absl::string_view &routine_id) const
 
RoutinesResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const absl::string_view &routine_id) const
 
RoutinesResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const Routine &_content_) const
 
RoutinesResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id) const
 
RoutinesResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id) const
 
RoutinesResource_UpdateMethodNewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const absl::string_view &routine_id, const Routine &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ RoutinesResource()

google_bigquery_api::BigqueryService::RoutinesResource::RoutinesResource ( BigqueryService service)
explicit

Standard constructor.

Parameters
[in]serviceThe service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on.

◆ ~RoutinesResource()

google_bigquery_api::BigqueryService::RoutinesResource::~RoutinesResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewDeleteMethod()

RoutinesResource_DeleteMethod * google_bigquery_api::BigqueryService::RoutinesResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project_id,
const absl::string_view &  dataset_id,
const absl::string_view &  routine_id 
) const

Creates a new RoutinesResource_DeleteMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]project_idRequired. Project ID of the routine to delete.
[in]dataset_idRequired. Dataset ID of the routine to delete.
[in]routine_idRequired. Routine ID of the routine to delete.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetMethod()

RoutinesResource_GetMethod * google_bigquery_api::BigqueryService::RoutinesResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project_id,
const absl::string_view &  dataset_id,
const absl::string_view &  routine_id 
) const

Creates a new RoutinesResource_GetMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]project_idRequired. Project ID of the requested routine.
[in]dataset_idRequired. Dataset ID of the requested routine.
[in]routine_idRequired. Routine ID of the requested routine.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewInsertMethod()

RoutinesResource_InsertMethod * google_bigquery_api::BigqueryService::RoutinesResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project_id,
const absl::string_view &  dataset_id,
const Routine _content_ 
) const

Creates a new RoutinesResource_InsertMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]project_idRequired. Project ID of the new routine.
[in]dataset_idRequired. Dataset ID of the new routine.
[in]<em>content</em>The data object to insert.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethod()

RoutinesResource_ListMethod * google_bigquery_api::BigqueryService::RoutinesResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project_id,
const absl::string_view &  dataset_id 
) const

Creates a new RoutinesResource_ListMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]project_idRequired. Project ID of the routines to list.
[in]dataset_idRequired. Dataset ID of the routines to list.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethodPager()

RoutinesResource_ListMethodPager * google_bigquery_api::BigqueryService::RoutinesResource::NewListMethodPager ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project_id,
const absl::string_view &  dataset_id 
) const

Creates a pager for iterating over incremental result pages.

Parameters
[in]<em>credential</em>NULL credentials will not authorize the request.
[in]project_idRequired. Project ID of the routines to list.
[in]dataset_idRequired. Dataset ID of the routines to list.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewUpdateMethod()

RoutinesResource_UpdateMethod * google_bigquery_api::BigqueryService::RoutinesResource::NewUpdateMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project_id,
const absl::string_view &  dataset_id,
const absl::string_view &  routine_id,
const Routine _content_ 
) const

Creates a new RoutinesResource_UpdateMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]project_idRequired. Project ID of the routine to update.
[in]dataset_idRequired. Dataset ID of the routine to update.
[in]routine_idRequired. Routine ID of the routine to update.
[in]<em>content</em>The data object to update.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

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