|
compute
v1
|
#include <compute_service.h>
Public Member Functions | |
| TargetHttpsProxiesResource (ComputeService *service) | |
| ~TargetHttpsProxiesResource () | |
| TargetHttpsProxiesResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_https_proxy) const |
| TargetHttpsProxiesResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_https_proxy) const |
| TargetHttpsProxiesResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const TargetHttpsProxy &_content_) const |
| TargetHttpsProxiesResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
| TargetHttpsProxiesResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
| TargetHttpsProxiesResource_SetQuicOverrideMethod * | NewSetQuicOverrideMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_https_proxy, const TargetHttpsProxiesSetQuicOverrideRequest &_content_) const |
| TargetHttpsProxiesResource_SetSslCertificatesMethod * | NewSetSslCertificatesMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_https_proxy, const TargetHttpsProxiesSetSslCertificatesRequest &_content_) const |
| TargetHttpsProxiesResource_SetSslPolicyMethod * | NewSetSslPolicyMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_https_proxy, const SslPolicyReference &_content_) const |
| TargetHttpsProxiesResource_SetUrlMapMethod * | NewSetUrlMapMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_https_proxy, const UrlMapReference &_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.
| TargetHttpsProxiesResource_DeleteMethod * google_compute_api::ComputeService::TargetHttpsProxiesResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | target_https_proxy | ||
| ) | const |
Creates a new TargetHttpsProxiesResource_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_https_proxy | Name of the TargetHttpsProxy resource to delete. |
Execute the method instance, then destroy it when they are finished. | TargetHttpsProxiesResource_GetMethod * google_compute_api::ComputeService::TargetHttpsProxiesResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | target_https_proxy | ||
| ) | const |
Creates a new TargetHttpsProxiesResource_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_https_proxy | Name of the TargetHttpsProxy resource to return. |
Execute the method instance, then destroy it when they are finished. | TargetHttpsProxiesResource_InsertMethod * google_compute_api::ComputeService::TargetHttpsProxiesResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const TargetHttpsProxy & | _content_ | ||
| ) | const |
Creates a new TargetHttpsProxiesResource_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. | TargetHttpsProxiesResource_ListMethod * google_compute_api::ComputeService::TargetHttpsProxiesResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project | ||
| ) | const |
Creates a new TargetHttpsProxiesResource_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. | TargetHttpsProxiesResource_ListMethodPager * google_compute_api::ComputeService::TargetHttpsProxiesResource::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. |
| TargetHttpsProxiesResource_SetQuicOverrideMethod * google_compute_api::ComputeService::TargetHttpsProxiesResource::NewSetQuicOverrideMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | target_https_proxy, | ||
| const TargetHttpsProxiesSetQuicOverrideRequest & | _content_ | ||
| ) | const |
Creates a new TargetHttpsProxiesResource_SetQuicOverrideMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | target_https_proxy | Name of the TargetHttpsProxy resource to set the QUIC override policy for. The name should conform to RFC1035. |
| [in] | <em>content</em> | The data object to setQuicOverride. |
Execute the method instance, then destroy it when they are finished. | TargetHttpsProxiesResource_SetSslCertificatesMethod * google_compute_api::ComputeService::TargetHttpsProxiesResource::NewSetSslCertificatesMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | target_https_proxy, | ||
| const TargetHttpsProxiesSetSslCertificatesRequest & | _content_ | ||
| ) | const |
Creates a new TargetHttpsProxiesResource_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_https_proxy | Name of the TargetHttpsProxy resource to set an SslCertificates resource for. |
| [in] | <em>content</em> | The data object to setSslCertificates. |
Execute the method instance, then destroy it when they are finished. | TargetHttpsProxiesResource_SetSslPolicyMethod * google_compute_api::ComputeService::TargetHttpsProxiesResource::NewSetSslPolicyMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | target_https_proxy, | ||
| const SslPolicyReference & | _content_ | ||
| ) | const |
Creates a new TargetHttpsProxiesResource_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_https_proxy | Name of the TargetHttpsProxy 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. | TargetHttpsProxiesResource_SetUrlMapMethod * google_compute_api::ComputeService::TargetHttpsProxiesResource::NewSetUrlMapMethod | ( | client::AuthorizationCredential * | _credential_, |
| const absl::string_view & | project, | ||
| const absl::string_view & | target_https_proxy, | ||
| const UrlMapReference & | _content_ | ||
| ) | const |
Creates a new TargetHttpsProxiesResource_SetUrlMapMethod instance.
| [in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
| [in] | project | Project ID for this request. |
| [in] | target_https_proxy | Name of the TargetHttpsProxy resource whose URL map is to be set. |
| [in] | <em>content</em> | The data object to setUrlMap. |
Execute the method instance, then destroy it when they are finished.