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

#include <compute_service.h>

Public Member Functions

 RegionBackendServicesResource (ComputeService *service)
 
 ~RegionBackendServicesResource ()
 
RegionBackendServicesResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &backend_service) const
 
RegionBackendServicesResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &backend_service) const
 
RegionBackendServicesResource_GetHealthMethodNewGetHealthMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &backend_service, const ResourceGroupReference &_content_) const
 
RegionBackendServicesResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const BackendService &_content_) const
 
RegionBackendServicesResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region) const
 
RegionBackendServicesResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region) const
 
RegionBackendServicesResource_PatchMethodNewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &backend_service, const BackendService &_content_) const
 
RegionBackendServicesResource_UpdateMethodNewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &region, const absl::string_view &backend_service, const BackendService &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ RegionBackendServicesResource()

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

◆ ~RegionBackendServicesResource()

google_compute_api::ComputeService::RegionBackendServicesResource::~RegionBackendServicesResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewDeleteMethod()

RegionBackendServicesResource_DeleteMethod * google_compute_api::ComputeService::RegionBackendServicesResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  backend_service 
) const

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

◆ NewGetHealthMethod()

RegionBackendServicesResource_GetHealthMethod * google_compute_api::ComputeService::RegionBackendServicesResource::NewGetHealthMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  backend_service,
const ResourceGroupReference _content_ 
) const

Creates a new RegionBackendServicesResource_GetHealthMethod instance.

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

◆ NewGetMethod()

RegionBackendServicesResource_GetMethod * google_compute_api::ComputeService::RegionBackendServicesResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  backend_service 
) const

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

◆ NewInsertMethod()

RegionBackendServicesResource_InsertMethod * google_compute_api::ComputeService::RegionBackendServicesResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const BackendService _content_ 
) const

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

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

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

RegionBackendServicesResource_ListMethodPager * google_compute_api::ComputeService::RegionBackendServicesResource::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()

RegionBackendServicesResource_PatchMethod * google_compute_api::ComputeService::RegionBackendServicesResource::NewPatchMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  backend_service,
const BackendService _content_ 
) const

Creates a new RegionBackendServicesResource_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]backend_serviceName of the BackendService resource to patch.
[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()

RegionBackendServicesResource_UpdateMethod * google_compute_api::ComputeService::RegionBackendServicesResource::NewUpdateMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  region,
const absl::string_view &  backend_service,
const BackendService _content_ 
) const

Creates a new RegionBackendServicesResource_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]backend_serviceName of the BackendService resource to update.
[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: