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

#include <bigquery_service.h>

Public Member Functions

 TablesResource (BigqueryService *service)
 
 ~TablesResource ()
 
TablesResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const absl::string_view &table_id) const
 
TablesResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const absl::string_view &table_id) const
 
TablesResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const Table &_content_) const
 
TablesResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id) const
 
TablesResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id) const
 
TablesResource_PatchMethodNewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const absl::string_view &table_id, const Table &_content_) const
 
TablesResource_UpdateMethodNewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const absl::string_view &table_id, const Table &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ TablesResource()

google_bigquery_api::BigqueryService::TablesResource::TablesResource ( 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.

◆ ~TablesResource()

google_bigquery_api::BigqueryService::TablesResource::~TablesResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewDeleteMethod()

TablesResource_DeleteMethod * google_bigquery_api::BigqueryService::TablesResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project_id,
const absl::string_view &  dataset_id,
const absl::string_view &  table_id 
) const

Creates a new TablesResource_DeleteMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]project_idProject ID of the table to delete.
[in]dataset_idDataset ID of the table to delete.
[in]table_idTable ID of the table to delete.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetMethod()

TablesResource_GetMethod * google_bigquery_api::BigqueryService::TablesResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project_id,
const absl::string_view &  dataset_id,
const absl::string_view &  table_id 
) const

Creates a new TablesResource_GetMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]project_idProject ID of the requested table.
[in]dataset_idDataset ID of the requested table.
[in]table_idTable ID of the requested table.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewInsertMethod()

TablesResource_InsertMethod * google_bigquery_api::BigqueryService::TablesResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project_id,
const absl::string_view &  dataset_id,
const Table _content_ 
) const

Creates a new TablesResource_InsertMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]project_idProject ID of the new table.
[in]dataset_idDataset ID of the new table.
[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()

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

Creates a new TablesResource_ListMethod instance.

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

◆ NewListMethodPager()

TablesResource_ListMethodPager * google_bigquery_api::BigqueryService::TablesResource::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_idProject ID of the tables to list.
[in]dataset_idDataset ID of the tables to list.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewPatchMethod()

TablesResource_PatchMethod * google_bigquery_api::BigqueryService::TablesResource::NewPatchMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project_id,
const absl::string_view &  dataset_id,
const absl::string_view &  table_id,
const Table _content_ 
) const

Creates a new TablesResource_PatchMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]project_idProject ID of the table to update.
[in]dataset_idDataset ID of the table to update.
[in]table_idTable ID of the table to update.
[in]<em>content</em>The data object to patch.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewUpdateMethod()

TablesResource_UpdateMethod * google_bigquery_api::BigqueryService::TablesResource::NewUpdateMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project_id,
const absl::string_view &  dataset_id,
const absl::string_view &  table_id,
const Table _content_ 
) const

Creates a new TablesResource_UpdateMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]project_idProject ID of the table to update.
[in]dataset_idDataset ID of the table to update.
[in]table_idTable ID of the table 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: