compute
v1
|
#include <compute_service.h>
Public Member Functions | |
TargetSslProxiesResource (ComputeService *service) | |
~TargetSslProxiesResource () | |
TargetSslProxiesResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_ssl_proxy) const |
TargetSslProxiesResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_ssl_proxy) const |
TargetSslProxiesResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const TargetSslProxy &_content_) const |
TargetSslProxiesResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
TargetSslProxiesResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
TargetSslProxiesResource_SetBackendServiceMethod * | NewSetBackendServiceMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_ssl_proxy, const TargetSslProxiesSetBackendServiceRequest &_content_) const |
TargetSslProxiesResource_SetProxyHeaderMethod * | NewSetProxyHeaderMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_ssl_proxy, const TargetSslProxiesSetProxyHeaderRequest &_content_) const |
TargetSslProxiesResource_SetSslCertificatesMethod * | NewSetSslCertificatesMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_ssl_proxy, const TargetSslProxiesSetSslCertificatesRequest &_content_) const |
TargetSslProxiesResource_SetSslPolicyMethod * | NewSetSslPolicyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_ssl_proxy, const SslPolicyReference &_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.
TargetSslProxiesResource_DeleteMethod * google_compute_api::ComputeService::TargetSslProxiesResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | target_ssl_proxy | ||
) | const |
Creates a new TargetSslProxiesResource_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_ssl_proxy | Name of the TargetSslProxy resource to delete. |
Execute
the method instance, then destroy it when they are finished. TargetSslProxiesResource_GetMethod * google_compute_api::ComputeService::TargetSslProxiesResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | target_ssl_proxy | ||
) | const |
Creates a new TargetSslProxiesResource_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_ssl_proxy | Name of the TargetSslProxy resource to return. |
Execute
the method instance, then destroy it when they are finished. TargetSslProxiesResource_InsertMethod * google_compute_api::ComputeService::TargetSslProxiesResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const TargetSslProxy & | _content_ | ||
) | const |
Creates a new TargetSslProxiesResource_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. TargetSslProxiesResource_ListMethod * google_compute_api::ComputeService::TargetSslProxiesResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a new TargetSslProxiesResource_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. TargetSslProxiesResource_ListMethodPager * google_compute_api::ComputeService::TargetSslProxiesResource::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. |
TargetSslProxiesResource_SetBackendServiceMethod * google_compute_api::ComputeService::TargetSslProxiesResource::NewSetBackendServiceMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | target_ssl_proxy, | ||
const TargetSslProxiesSetBackendServiceRequest & | _content_ | ||
) | const |
Creates a new TargetSslProxiesResource_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_ssl_proxy | Name of the TargetSslProxy 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. TargetSslProxiesResource_SetProxyHeaderMethod * google_compute_api::ComputeService::TargetSslProxiesResource::NewSetProxyHeaderMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | target_ssl_proxy, | ||
const TargetSslProxiesSetProxyHeaderRequest & | _content_ | ||
) | const |
Creates a new TargetSslProxiesResource_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_ssl_proxy | Name of the TargetSslProxy 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. TargetSslProxiesResource_SetSslCertificatesMethod * google_compute_api::ComputeService::TargetSslProxiesResource::NewSetSslCertificatesMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | target_ssl_proxy, | ||
const TargetSslProxiesSetSslCertificatesRequest & | _content_ | ||
) | const |
Creates a new TargetSslProxiesResource_SetSslCertificatesMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | target_ssl_proxy | Name of the TargetSslProxy resource whose SslCertificate resource is to be set. |
[in] | <em>content</em> | The data object to setSslCertificates. |
Execute
the method instance, then destroy it when they are finished. TargetSslProxiesResource_SetSslPolicyMethod * google_compute_api::ComputeService::TargetSslProxiesResource::NewSetSslPolicyMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | target_ssl_proxy, | ||
const SslPolicyReference & | _content_ | ||
) | const |
Creates a new TargetSslProxiesResource_SetSslPolicyMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | target_ssl_proxy | Name of the TargetSslProxy resource whose SSL policy is to be set. The name must be 1-63 characters long, and comply with RFC1035. |
[in] | <em>content</em> | The data object to setSslPolicy. |
Execute
the method instance, then destroy it when they are finished.