compute
v1
|
#include <compute_service.h>
Public Member Functions | |
TargetHttpProxiesResource (ComputeService *service) | |
~TargetHttpProxiesResource () | |
TargetHttpProxiesResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_http_proxy) const |
TargetHttpProxiesResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_http_proxy) const |
TargetHttpProxiesResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const TargetHttpProxy &_content_) const |
TargetHttpProxiesResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
TargetHttpProxiesResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
TargetHttpProxiesResource_SetUrlMapMethod * | NewSetUrlMapMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &target_http_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.
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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | target_http_proxy | Name of the TargetHttpProxy resource to delete. |
Execute
the method instance, then destroy it when they are finished. 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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | target_http_proxy | Name of the TargetHttpProxy resource to return. |
Execute
the method instance, then destroy it when they are finished. 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.
[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. TargetHttpProxiesResource_ListMethod * google_compute_api::ComputeService::TargetHttpProxiesResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a new TargetHttpProxiesResource_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. 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.
[in] | <em>credential</em> | NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
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.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | target_http_proxy | Name of the TargetHttpProxy to set a URL map for. |
[in] | <em>content</em> | The data object to setUrlMap. |
Execute
the method instance, then destroy it when they are finished.