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

#include <bigquery_service.h>

Public Member Functions

 DatasetsResource (BigqueryService *service)
 
 ~DatasetsResource ()
 
DatasetsResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id) const
 
DatasetsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id) const
 
DatasetsResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const Dataset &_content_) const
 
DatasetsResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id) const
 
DatasetsResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project_id) const
 
DatasetsResource_PatchMethodNewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const Dataset &_content_) const
 
DatasetsResource_UpdateMethodNewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const Dataset &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ DatasetsResource()

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

◆ ~DatasetsResource()

google_bigquery_api::BigqueryService::DatasetsResource::~DatasetsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewDeleteMethod()

DatasetsResource_DeleteMethod * google_bigquery_api::BigqueryService::DatasetsResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project_id,
const absl::string_view &  dataset_id 
) const

Creates a new DatasetsResource_DeleteMethod instance.

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

◆ NewGetMethod()

DatasetsResource_GetMethod * google_bigquery_api::BigqueryService::DatasetsResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project_id,
const absl::string_view &  dataset_id 
) const

Creates a new DatasetsResource_GetMethod instance.

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

◆ NewInsertMethod()

DatasetsResource_InsertMethod * google_bigquery_api::BigqueryService::DatasetsResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project_id,
const Dataset _content_ 
) const

Creates a new DatasetsResource_InsertMethod instance.

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

DatasetsResource_ListMethod * google_bigquery_api::BigqueryService::DatasetsResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project_id 
) const

Creates a new DatasetsResource_ListMethod instance.

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

◆ NewListMethodPager()

DatasetsResource_ListMethodPager * google_bigquery_api::BigqueryService::DatasetsResource::NewListMethodPager ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project_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 datasets to be listed.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewPatchMethod()

DatasetsResource_PatchMethod * google_bigquery_api::BigqueryService::DatasetsResource::NewPatchMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project_id,
const absl::string_view &  dataset_id,
const Dataset _content_ 
) const

Creates a new DatasetsResource_PatchMethod instance.

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

DatasetsResource_UpdateMethod * google_bigquery_api::BigqueryService::DatasetsResource::NewUpdateMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project_id,
const absl::string_view &  dataset_id,
const Dataset _content_ 
) const

Creates a new DatasetsResource_UpdateMethod instance.

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