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

#include <compute_service.h>

Public Member Functions

 AutoscalersResource (ComputeService *service)
 
 ~AutoscalersResource ()
 
AutoscalersResource_AggregatedListMethodNewAggregatedListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
AutoscalersResource_AggregatedListMethodPager * NewAggregatedListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
AutoscalersResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &autoscaler) const
 
AutoscalersResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const absl::string_view &autoscaler) const
 
AutoscalersResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const Autoscaler &_content_) const
 
AutoscalersResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone) const
 
AutoscalersResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone) const
 
AutoscalersResource_PatchMethodNewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const Autoscaler &_content_) const
 
AutoscalersResource_UpdateMethodNewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &zone, const Autoscaler &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ AutoscalersResource()

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

◆ ~AutoscalersResource()

google_compute_api::ComputeService::AutoscalersResource::~AutoscalersResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewAggregatedListMethod()

AutoscalersResource_AggregatedListMethod * google_compute_api::ComputeService::AutoscalersResource::NewAggregatedListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project 
) const

Creates a new AutoscalersResource_AggregatedListMethod instance.

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

◆ NewAggregatedListMethodPager()

AutoscalersResource_AggregatedListMethodPager * google_compute_api::ComputeService::AutoscalersResource::NewAggregatedListMethodPager ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project 
) 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.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewDeleteMethod()

AutoscalersResource_DeleteMethod * google_compute_api::ComputeService::AutoscalersResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  autoscaler 
) const

Creates a new AutoscalersResource_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]autoscalerName of the autoscaler to delete.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetMethod()

AutoscalersResource_GetMethod * google_compute_api::ComputeService::AutoscalersResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const absl::string_view &  autoscaler 
) const

Creates a new AutoscalersResource_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]autoscalerName of the autoscaler to return.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewInsertMethod()

AutoscalersResource_InsertMethod * google_compute_api::ComputeService::AutoscalersResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const Autoscaler _content_ 
) const

Creates a new AutoscalersResource_InsertMethod 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]<em>content</em>The data object to insert.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethod()

AutoscalersResource_ListMethod * google_compute_api::ComputeService::AutoscalersResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone 
) const

Creates a new AutoscalersResource_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 this request.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethodPager()

AutoscalersResource_ListMethodPager * google_compute_api::ComputeService::AutoscalersResource::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 this request.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewPatchMethod()

AutoscalersResource_PatchMethod * google_compute_api::ComputeService::AutoscalersResource::NewPatchMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const Autoscaler _content_ 
) const

Creates a new AutoscalersResource_PatchMethod 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]<em>content</em>The data object to patch.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewUpdateMethod()

AutoscalersResource_UpdateMethod * google_compute_api::ComputeService::AutoscalersResource::NewUpdateMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  zone,
const Autoscaler _content_ 
) const

Creates a new AutoscalersResource_UpdateMethod 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]<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: