|
compute
v1
|
#include <compute_service.h>
Public Member Functions | |
| ZoneOperationsResource (ComputeService *service) | |
| ~ZoneOperationsResource () | |
| ZoneOperationsResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &operation) const |
| ZoneOperationsResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &operation) const |
| ZoneOperationsResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone) const |
| ZoneOperationsResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone) 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.
| ZoneOperationsResource_DeleteMethod * google_compute_api::ComputeService::ZoneOperationsResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | zone, | ||
| const absl::string_view & | operation | ||
| ) | const |
Creates a new ZoneOperationsResource_DeleteMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | zone | Name of the zone for this request. |
| [in] | operation | Name of the Operations resource to delete. |
Execute the method instance, then destroy it when they are finished. | ZoneOperationsResource_GetMethod * google_compute_api::ComputeService::ZoneOperationsResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | zone, | ||
| const absl::string_view & | operation | ||
| ) | const |
Creates a new ZoneOperationsResource_GetMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | zone | Name of the zone for this request. |
| [in] | operation | Name of the Operations resource to return. |
Execute the method instance, then destroy it when they are finished. | ZoneOperationsResource_ListMethod * google_compute_api::ComputeService::ZoneOperationsResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | zone | ||
| ) | const |
Creates a new ZoneOperationsResource_ListMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | zone | Name of the zone for request. |
Execute the method instance, then destroy it when they are finished. | ZoneOperationsResource_ListMethodPager * google_compute_api::ComputeService::ZoneOperationsResource::NewListMethodPager | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | zone | ||
| ) | 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. |
| [in] | zone | Name of the zone for request. |