bigquery
v2
|
#include <bigquery_service.h>
Public Member Functions | |
DatasetsResource (BigqueryService *service) | |
~DatasetsResource () | |
DatasetsResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id) const |
DatasetsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id) const |
DatasetsResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const Dataset &_content_) const |
DatasetsResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id) const |
DatasetsResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project_id) const |
DatasetsResource_PatchMethod * | NewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const Dataset &_content_) const |
DatasetsResource_UpdateMethod * | NewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const Dataset &_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.
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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project_id | Project ID of the dataset being deleted. |
[in] | dataset_id | Dataset ID of dataset being deleted. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project_id | Project ID of the requested dataset. |
[in] | dataset_id | Dataset ID of the requested dataset. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project_id | Project ID of the new dataset. |
[in] | <em>content</em> | The data object to insert. |
Execute
the method instance, then destroy it when they are finished. DatasetsResource_ListMethod * google_bigquery_api::BigqueryService::DatasetsResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project_id | ||
) | const |
Creates a new DatasetsResource_ListMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project_id | Project ID of the datasets to be listed. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
[in] | project_id | Project ID of the datasets to be listed. |
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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project_id | Project ID of the dataset being updated. |
[in] | dataset_id | Dataset ID of the dataset being updated. |
[in] | <em>content</em> | The data object to patch. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project_id | Project ID of the dataset being updated. |
[in] | dataset_id | Dataset ID of the dataset being updated. |
[in] | <em>content</em> | The data object to update. |
Execute
the method instance, then destroy it when they are finished.