compute
v1
|
#include <compute_service.h>
Public Member Functions | |
TargetTcpProxiesResource (ComputeService *service) | |
~TargetTcpProxiesResource () | |
TargetTcpProxiesResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_tcp_proxy) const |
TargetTcpProxiesResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_tcp_proxy) const |
TargetTcpProxiesResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const TargetTcpProxy &_content_) const |
TargetTcpProxiesResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
TargetTcpProxiesResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
TargetTcpProxiesResource_SetBackendServiceMethod * | NewSetBackendServiceMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_tcp_proxy, const TargetTcpProxiesSetBackendServiceRequest &_content_) const |
TargetTcpProxiesResource_SetProxyHeaderMethod * | NewSetProxyHeaderMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_tcp_proxy, const TargetTcpProxiesSetProxyHeaderRequest &_content_) const |
Acts as message factory for accessing data.
|
explicit |
Standard constructor.
[in] | service | The service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on. |
|
inline |
Standard destructor.
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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | target_tcp_proxy | Name of the TargetTcpProxy resource to delete. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | target_tcp_proxy | Name of the TargetTcpProxy resource to return. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | <em>content</em> | The data object to insert. |
Execute
the method instance, then destroy it when they are finished. TargetTcpProxiesResource_ListMethod * google_compute_api::ComputeService::TargetTcpProxiesResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a new TargetTcpProxiesResource_ListMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | target_tcp_proxy | Name of the TargetTcpProxy resource whose BackendService resource is to be set. |
[in] | <em>content</em> | The data object to setBackendService. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | target_tcp_proxy | Name of the TargetTcpProxy resource whose ProxyHeader is to be set. |
[in] | <em>content</em> | The data object to setProxyHeader. |
Execute
the method instance, then destroy it when they are finished.