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

#include <compute_service.h>

Public Member Functions

 RegionAutoscalersResource (ComputeService *service)
 
 ~RegionAutoscalersResource ()
 
RegionAutoscalersResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &autoscaler) const
 
RegionAutoscalersResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &autoscaler) const
 
RegionAutoscalersResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const Autoscaler &_content_) const
 
RegionAutoscalersResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region) const
 
RegionAutoscalersResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region) const
 
RegionAutoscalersResource_PatchMethodNewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const Autoscaler &_content_) const
 
RegionAutoscalersResource_UpdateMethodNewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const Autoscaler &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ RegionAutoscalersResource()

google_compute_api::ComputeService::RegionAutoscalersResource::RegionAutoscalersResource ( 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.

◆ ~RegionAutoscalersResource()

google_compute_api::ComputeService::RegionAutoscalersResource::~RegionAutoscalersResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewDeleteMethod()

RegionAutoscalersResource_DeleteMethod * google_compute_api::ComputeService::RegionAutoscalersResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  autoscaler 
) const

Creates a new RegionAutoscalersResource_DeleteMethod instance.

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

◆ NewGetMethod()

RegionAutoscalersResource_GetMethod * google_compute_api::ComputeService::RegionAutoscalersResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  autoscaler 
) const

Creates a new RegionAutoscalersResource_GetMethod instance.

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

◆ NewInsertMethod()

RegionAutoscalersResource_InsertMethod * google_compute_api::ComputeService::RegionAutoscalersResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const Autoscaler _content_ 
) const

Creates a new RegionAutoscalersResource_InsertMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]regionName of the region scoping this request.
[in]<em>content</em>The data object to insert.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethod()

RegionAutoscalersResource_ListMethod * google_compute_api::ComputeService::RegionAutoscalersResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region 
) const

Creates a new RegionAutoscalersResource_ListMethod instance.

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

◆ NewListMethodPager()

RegionAutoscalersResource_ListMethodPager * google_compute_api::ComputeService::RegionAutoscalersResource::NewListMethodPager ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region 
) 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]regionName of the region scoping this request.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewPatchMethod()

RegionAutoscalersResource_PatchMethod * google_compute_api::ComputeService::RegionAutoscalersResource::NewPatchMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const Autoscaler _content_ 
) const

Creates a new RegionAutoscalersResource_PatchMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]regionName of the region scoping this request.
[in]<em>content</em>The data object to patch.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewUpdateMethod()

RegionAutoscalersResource_UpdateMethod * google_compute_api::ComputeService::RegionAutoscalersResource::NewUpdateMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const Autoscaler _content_ 
) const

Creates a new RegionAutoscalersResource_UpdateMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]regionName of the region scoping this request.
[in]<em>content</em>The data object to update.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

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