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

#include <compute_service.h>

Public Member Functions

 TargetTcpProxiesResource (ComputeService *service)
 
 ~TargetTcpProxiesResource ()
 
TargetTcpProxiesResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_tcp_proxy) const
 
TargetTcpProxiesResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_tcp_proxy) const
 
TargetTcpProxiesResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const TargetTcpProxy &_content_) const
 
TargetTcpProxiesResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
TargetTcpProxiesResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
TargetTcpProxiesResource_SetBackendServiceMethodNewSetBackendServiceMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_tcp_proxy, const TargetTcpProxiesSetBackendServiceRequest &_content_) const
 
TargetTcpProxiesResource_SetProxyHeaderMethodNewSetProxyHeaderMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_tcp_proxy, const TargetTcpProxiesSetProxyHeaderRequest &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ TargetTcpProxiesResource()

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

◆ ~TargetTcpProxiesResource()

google_compute_api::ComputeService::TargetTcpProxiesResource::~TargetTcpProxiesResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewDeleteMethod()

TargetTcpProxiesResource_DeleteMethod * google_compute_api::ComputeService::TargetTcpProxiesResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  target_tcp_proxy 
) const

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

◆ NewGetMethod()

TargetTcpProxiesResource_GetMethod * google_compute_api::ComputeService::TargetTcpProxiesResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  target_tcp_proxy 
) const

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

◆ NewInsertMethod()

TargetTcpProxiesResource_InsertMethod * google_compute_api::ComputeService::TargetTcpProxiesResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const TargetTcpProxy _content_ 
) const

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

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

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

TargetTcpProxiesResource_ListMethodPager * google_compute_api::ComputeService::TargetTcpProxiesResource::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

◆ NewSetBackendServiceMethod()

TargetTcpProxiesResource_SetBackendServiceMethod * google_compute_api::ComputeService::TargetTcpProxiesResource::NewSetBackendServiceMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  target_tcp_proxy,
const TargetTcpProxiesSetBackendServiceRequest _content_ 
) const

Creates a new TargetTcpProxiesResource_SetBackendServiceMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]target_tcp_proxyName of the TargetTcpProxy resource whose BackendService resource is to be set.
[in]<em>content</em>The data object to setBackendService.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewSetProxyHeaderMethod()

TargetTcpProxiesResource_SetProxyHeaderMethod * google_compute_api::ComputeService::TargetTcpProxiesResource::NewSetProxyHeaderMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  target_tcp_proxy,
const TargetTcpProxiesSetProxyHeaderRequest _content_ 
) const

Creates a new TargetTcpProxiesResource_SetProxyHeaderMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]target_tcp_proxyName of the TargetTcpProxy resource whose ProxyHeader is to be set.
[in]<em>content</em>The data object to setProxyHeader.
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: