compute  v1
Public Member Functions | List of all members
google_compute_api::ComputeService::ZoneOperationsResource Class Reference

#include <compute_service.h>

Public Member Functions

 ZoneOperationsResource (ComputeService *service)
 
 ~ZoneOperationsResource ()
 
ZoneOperationsResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &operation) const
 
ZoneOperationsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &operation) const
 
ZoneOperationsResource_ListMethodNewListMethod (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
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ ZoneOperationsResource()

google_compute_api::ComputeService::ZoneOperationsResource::ZoneOperationsResource ( ComputeService service)
explicit

Standard constructor.

Parameters
[in]serviceThe service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on.

◆ ~ZoneOperationsResource()

google_compute_api::ComputeService::ZoneOperationsResource::~ZoneOperationsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewDeleteMethod()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]zoneName of the zone for this request.
[in]operationName of the Operations resource to delete.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetMethod()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]zoneName of the zone for this request.
[in]operationName of the Operations resource to return.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethod()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]zoneName of the zone for request.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethodPager()

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.

Parameters
[in]<em>credential</em>NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]zoneName of the zone for request.
See also
googleapis::googleapis::ServiceRequestPager

The documentation for this class was generated from the following files: