compute
v1
|
#include <compute_service.h>
Public Member Functions | |
GlobalOperationsResource (ComputeService *service) | |
~GlobalOperationsResource () | |
GlobalOperationsResource_AggregatedListMethod * | NewAggregatedListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
GlobalOperationsResource_AggregatedListMethodPager * | NewAggregatedListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
GlobalOperationsResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &operation) const |
GlobalOperationsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &operation) const |
GlobalOperationsResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
GlobalOperationsResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) 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.
GlobalOperationsResource_AggregatedListMethod * google_compute_api::ComputeService::GlobalOperationsResource::NewAggregatedListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a new GlobalOperationsResource_AggregatedListMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
Execute
the method instance, then destroy it when they are finished. GlobalOperationsResource_AggregatedListMethodPager * google_compute_api::ComputeService::GlobalOperationsResource::NewAggregatedListMethodPager | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a pager for iterating over incremental result pages.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
GlobalOperationsResource_DeleteMethod * google_compute_api::ComputeService::GlobalOperationsResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | operation | ||
) | const |
Creates a new GlobalOperationsResource_DeleteMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | operation | Name of the Operations resource to delete. |
Execute
the method instance, then destroy it when they are finished. GlobalOperationsResource_GetMethod * google_compute_api::ComputeService::GlobalOperationsResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | operation | ||
) | const |
Creates a new GlobalOperationsResource_GetMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | operation | Name of the Operations resource to return. |
Execute
the method instance, then destroy it when they are finished. GlobalOperationsResource_ListMethod * google_compute_api::ComputeService::GlobalOperationsResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a new GlobalOperationsResource_ListMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
Execute
the method instance, then destroy it when they are finished. GlobalOperationsResource_ListMethodPager * google_compute_api::ComputeService::GlobalOperationsResource::NewListMethodPager | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a pager for iterating over incremental result pages.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |