bigquery
v2
|
#include <bigquery_service.h>
Public Member Functions | |
ModelsResource (BigqueryService *service) | |
~ModelsResource () | |
ModelsResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const absl::string_view &model_id) const |
ModelsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const absl::string_view &model_id) const |
ModelsResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id) const |
ModelsResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id) const |
ModelsResource_PatchMethod * | NewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id, const absl::string_view &dataset_id, const absl::string_view &model_id, const Model &_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.
ModelsResource_DeleteMethod * google_bigquery_api::BigqueryService::ModelsResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project_id, | ||
const absl::string_view & | dataset_id, | ||
const absl::string_view & | model_id | ||
) | const |
Creates a new ModelsResource_DeleteMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project_id | Required. Project ID of the model to delete. |
[in] | dataset_id | Required. Dataset ID of the model to delete. |
[in] | model_id | Required. Model ID of the model to delete. |
Execute
the method instance, then destroy it when they are finished. ModelsResource_GetMethod * google_bigquery_api::BigqueryService::ModelsResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project_id, | ||
const absl::string_view & | dataset_id, | ||
const absl::string_view & | model_id | ||
) | const |
Creates a new ModelsResource_GetMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project_id | Required. Project ID of the requested model. |
[in] | dataset_id | Required. Dataset ID of the requested model. |
[in] | model_id | Required. Model ID of the requested model. |
Execute
the method instance, then destroy it when they are finished. ModelsResource_ListMethod * google_bigquery_api::BigqueryService::ModelsResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project_id, | ||
const absl::string_view & | dataset_id | ||
) | const |
Creates a new ModelsResource_ListMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project_id | Required. Project ID of the models to list. |
[in] | dataset_id | Required. Dataset ID of the models to list. |
Execute
the method instance, then destroy it when they are finished. ModelsResource_ListMethodPager * google_bigquery_api::BigqueryService::ModelsResource::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 | Required. Project ID of the models to list. |
[in] | dataset_id | Required. Dataset ID of the models to list. |
ModelsResource_PatchMethod * google_bigquery_api::BigqueryService::ModelsResource::NewPatchMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project_id, | ||
const absl::string_view & | dataset_id, | ||
const absl::string_view & | model_id, | ||
const Model & | _content_ | ||
) | const |
Creates a new ModelsResource_PatchMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project_id | Required. Project ID of the model to patch. |
[in] | dataset_id | Required. Dataset ID of the model to patch. |
[in] | model_id | Required. Model ID of the model to patch. |
[in] | <em>content</em> | The data object to patch. |
Execute
the method instance, then destroy it when they are finished.