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

#include <compute_service.h>

Public Member Functions

 TargetHttpProxiesResource (ComputeService *service)
 
 ~TargetHttpProxiesResource ()
 
TargetHttpProxiesResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_http_proxy) const
 
TargetHttpProxiesResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_http_proxy) const
 
TargetHttpProxiesResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const TargetHttpProxy &_content_) const
 
TargetHttpProxiesResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
TargetHttpProxiesResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
TargetHttpProxiesResource_SetUrlMapMethodNewSetUrlMapMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_http_proxy, const UrlMapReference &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ TargetHttpProxiesResource()

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

◆ ~TargetHttpProxiesResource()

google_compute_api::ComputeService::TargetHttpProxiesResource::~TargetHttpProxiesResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewDeleteMethod()

TargetHttpProxiesResource_DeleteMethod * google_compute_api::ComputeService::TargetHttpProxiesResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  target_http_proxy 
) const

Creates a new TargetHttpProxiesResource_DeleteMethod instance.

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

◆ NewGetMethod()

TargetHttpProxiesResource_GetMethod * google_compute_api::ComputeService::TargetHttpProxiesResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  target_http_proxy 
) const

Creates a new TargetHttpProxiesResource_GetMethod instance.

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

◆ NewInsertMethod()

TargetHttpProxiesResource_InsertMethod * google_compute_api::ComputeService::TargetHttpProxiesResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const TargetHttpProxy _content_ 
) const

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

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

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

TargetHttpProxiesResource_ListMethodPager * google_compute_api::ComputeService::TargetHttpProxiesResource::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

◆ NewSetUrlMapMethod()

TargetHttpProxiesResource_SetUrlMapMethod * google_compute_api::ComputeService::TargetHttpProxiesResource::NewSetUrlMapMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  target_http_proxy,
const UrlMapReference _content_ 
) const

Creates a new TargetHttpProxiesResource_SetUrlMapMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]target_http_proxyName of the TargetHttpProxy to set a URL map for.
[in]<em>content</em>The data object to setUrlMap.
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: