|
bigquery
v2
|
#include <bigquery_service.h>
Public Member Functions | |
| RoutinesResource (BigqueryService *service) | |
| ~RoutinesResource () | |
| RoutinesResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const absl::string_view &routine_id) const |
| RoutinesResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const absl::string_view &routine_id) const |
| RoutinesResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const Routine &_content_) const |
| RoutinesResource_ListMethod * | NewListMethod (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_UpdateMethod * | 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 |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
| [in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
|
inline |
Standard destructor.
| 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project_id | Required. Project ID of the routine to delete. |
| [in] | dataset_id | Required. Dataset ID of the routine to delete. |
| [in] | routine_id | Required. Routine ID of the routine to delete. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project_id | Required. Project ID of the requested routine. |
| [in] | dataset_id | Required. Dataset ID of the requested routine. |
| [in] | routine_id | Required. Routine ID of the requested routine. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project_id | Required. Project ID of the new routine. |
| [in] | dataset_id | Required. Dataset ID of the new routine. |
| [in] | <em>content</em> | The data object to insert. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project_id | Required. Project ID of the routines to list. |
| [in] | dataset_id | Required. Dataset ID of the routines to list. |
Execute the method instance, then destroy it when they are finished. | 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.
| [in] | <em>credential</em> | NULL credentials will not authorize the request. |
| [in] | project_id | Required. Project ID of the routines to list. |
| [in] | dataset_id | Required. Dataset ID of the routines to list. |
| 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.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project_id | Required. Project ID of the routine to update. |
| [in] | dataset_id | Required. Dataset ID of the routine to update. |
| [in] | routine_id | Required. Routine ID of the routine to update. |
| [in] | <em>content</em> | The data object to update. |
Execute the method instance, then destroy it when they are finished.