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

#include <compute_service.h>

Public Member Functions

 HttpHealthChecksResource (ComputeService *service)
 
 ~HttpHealthChecksResource ()
 
HttpHealthChecksResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &http_health_check) const
 
HttpHealthChecksResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &http_health_check) const
 
HttpHealthChecksResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const HttpHealthCheck &_content_) const
 
HttpHealthChecksResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
HttpHealthChecksResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
HttpHealthChecksResource_PatchMethodNewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &http_health_check, const HttpHealthCheck &_content_) const
 
HttpHealthChecksResource_UpdateMethodNewUpdateMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &http_health_check, const HttpHealthCheck &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ HttpHealthChecksResource()

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

◆ ~HttpHealthChecksResource()

google_compute_api::ComputeService::HttpHealthChecksResource::~HttpHealthChecksResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewDeleteMethod()

HttpHealthChecksResource_DeleteMethod * google_compute_api::ComputeService::HttpHealthChecksResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  http_health_check 
) const

Creates a new HttpHealthChecksResource_DeleteMethod instance.

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

◆ NewGetMethod()

HttpHealthChecksResource_GetMethod * google_compute_api::ComputeService::HttpHealthChecksResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  http_health_check 
) const

Creates a new HttpHealthChecksResource_GetMethod instance.

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

◆ NewInsertMethod()

HttpHealthChecksResource_InsertMethod * google_compute_api::ComputeService::HttpHealthChecksResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const HttpHealthCheck _content_ 
) const

Creates a new HttpHealthChecksResource_InsertMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID 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()

HttpHealthChecksResource_ListMethod * google_compute_api::ComputeService::HttpHealthChecksResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project 
) const

Creates a new HttpHealthChecksResource_ListMethod 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.

◆ NewListMethodPager()

HttpHealthChecksResource_ListMethodPager * google_compute_api::ComputeService::HttpHealthChecksResource::NewListMethodPager ( 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

◆ NewPatchMethod()

HttpHealthChecksResource_PatchMethod * google_compute_api::ComputeService::HttpHealthChecksResource::NewPatchMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  http_health_check,
const HttpHealthCheck _content_ 
) const

Creates a new HttpHealthChecksResource_PatchMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]http_health_checkName of the HttpHealthCheck 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()

HttpHealthChecksResource_UpdateMethod * google_compute_api::ComputeService::HttpHealthChecksResource::NewUpdateMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  http_health_check,
const HttpHealthCheck _content_ 
) const

Creates a new HttpHealthChecksResource_UpdateMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]http_health_checkName of the HttpHealthCheck 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: