|
bigquery
v2
|
#include <bigquery_service.h>
Public Member Functions | |
| ProjectsResource (BigqueryService *service) | |
| ~ProjectsResource () | |
| ProjectsResource_GetServiceAccountMethod * | NewGetServiceAccountMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project_id) const |
| ProjectsResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_) const |
| ProjectsResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_) 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.
| ProjectsResource_GetServiceAccountMethod * google_bigquery_api::BigqueryService::ProjectsResource::NewGetServiceAccountMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project_id | ||
| ) | const |
Creates a new ProjectsResource_GetServiceAccountMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project_id | Project ID for which the service account is requested. |
Execute the method instance, then destroy it when they are finished. | ProjectsResource_ListMethod * google_bigquery_api::BigqueryService::ProjectsResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a new ProjectsResource_ListMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
Execute the method instance, then destroy it when they are finished. | ProjectsResource_ListMethodPager * google_bigquery_api::BigqueryService::ProjectsResource::NewListMethodPager | ( | client::AuthorizationCredential * | _credential_ | ) | const |
Creates a pager for iterating over incremental result pages.
| [in] | <em>credential</em> | NULL credentials will not authorize the request. |