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

#include <compute_service.h>

Public Member Functions

 RegionCommitmentsResource (ComputeService *service)
 
 ~RegionCommitmentsResource ()
 
RegionCommitmentsResource_AggregatedListMethodNewAggregatedListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
RegionCommitmentsResource_AggregatedListMethodPager * NewAggregatedListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
RegionCommitmentsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &commitment) const
 
RegionCommitmentsResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const Commitment &_content_) const
 
RegionCommitmentsResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region) const
 
RegionCommitmentsResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ RegionCommitmentsResource()

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

◆ ~RegionCommitmentsResource()

google_compute_api::ComputeService::RegionCommitmentsResource::~RegionCommitmentsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewAggregatedListMethod()

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

Creates a new RegionCommitmentsResource_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()

RegionCommitmentsResource_AggregatedListMethodPager * google_compute_api::ComputeService::RegionCommitmentsResource::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

◆ NewGetMethod()

RegionCommitmentsResource_GetMethod * google_compute_api::ComputeService::RegionCommitmentsResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  commitment 
) const

Creates a new RegionCommitmentsResource_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 for this request.
[in]commitmentName of the commitment to return.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewInsertMethod()

RegionCommitmentsResource_InsertMethod * google_compute_api::ComputeService::RegionCommitmentsResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const Commitment _content_ 
) const

Creates a new RegionCommitmentsResource_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 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()

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

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

◆ NewListMethodPager()

RegionCommitmentsResource_ListMethodPager * google_compute_api::ComputeService::RegionCommitmentsResource::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 for this request.
See also
googleapis::googleapis::ServiceRequestPager

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