bigquery
v2
|
#include <bigquery_service.h>
Public Member Functions | |
TablesResource (BigqueryService *service) | |
~TablesResource () | |
TablesResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const absl::string_view &table_id) const |
TablesResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const absl::string_view &table_id) const |
TablesResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const Table &_content_) const |
TablesResource_ListMethod * | NewListMethod (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_PatchMethod * | 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 |
TablesResource_UpdateMethod * | 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 |
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.
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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project_id | Project ID of the table to delete. |
[in] | dataset_id | Dataset ID of the table to delete. |
[in] | table_id | Table ID of the table to delete. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project_id | Project ID of the requested table. |
[in] | dataset_id | Dataset ID of the requested table. |
[in] | table_id | Table ID of the requested table. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project_id | Project ID of the new table. |
[in] | dataset_id | Dataset ID of the new table. |
[in] | <em>content</em> | The data object to insert. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project_id | Project ID of the tables to list. |
[in] | dataset_id | Dataset ID of the tables to list. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
[in] | project_id | Project ID of the tables to list. |
[in] | dataset_id | Dataset ID of the tables to list. |
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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project_id | Project ID of the table to update. |
[in] | dataset_id | Dataset ID of the table to update. |
[in] | table_id | Table ID of the table to update. |
[in] | <em>content</em> | The data object to patch. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project_id | Project ID of the table to update. |
[in] | dataset_id | Dataset ID of the table to update. |
[in] | table_id | Table ID of the table to update. |
[in] | <em>content</em> | The data object to update. |
Execute
the method instance, then destroy it when they are finished.