bigquery
v2
|
#include <bigquery_service.h>
Public Member Functions | |
TabledataResource (BigqueryService *service) | |
~TabledataResource () | |
TabledataResource_InsertAllMethod * | NewInsertAllMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const absl::string_view &table_id, const TableDataInsertAllRequest &_content_) const |
TabledataResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const absl::string_view &table_id) const |
TabledataResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const absl::string_view &table_id) 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.
TabledataResource_InsertAllMethod * google_bigquery_api::BigqueryService::TabledataResource::NewInsertAllMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project_id, | ||
const absl::string_view & | dataset_id, | ||
const absl::string_view & | table_id, | ||
const TableDataInsertAllRequest & | _content_ | ||
) | const |
Creates a new TabledataResource_InsertAllMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project_id | Project ID of the destination table. |
[in] | dataset_id | Dataset ID of the destination table. |
[in] | table_id | Table ID of the destination table. |
[in] | <em>content</em> | The data object to insertAll. |
Execute
the method instance, then destroy it when they are finished. TabledataResource_ListMethod * google_bigquery_api::BigqueryService::TabledataResource::NewListMethod | ( | 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 TabledataResource_ListMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project_id | Project ID of the table to read. |
[in] | dataset_id | Dataset ID of the table to read. |
[in] | table_id | Table ID of the table to read. |
Execute
the method instance, then destroy it when they are finished. TabledataResource_ListMethodPager * google_bigquery_api::BigqueryService::TabledataResource::NewListMethodPager | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project_id, | ||
const absl::string_view & | dataset_id, | ||
const absl::string_view & | table_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 table to read. |
[in] | dataset_id | Dataset ID of the table to read. |
[in] | table_id | Table ID of the table to read. |