compute
v1
|
#include <compute_service.h>
Public Member Functions | |
SslPoliciesResource (ComputeService *service) | |
~SslPoliciesResource () | |
SslPoliciesResource_DeleteMethod * | NewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &ssl_policy) const |
SslPoliciesResource_GetMethod * | NewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &ssl_policy) const |
SslPoliciesResource_InsertMethod * | NewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const SslPolicy &_content_) const |
SslPoliciesResource_ListMethod * | NewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
SslPoliciesResource_ListMethodPager * | NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
SslPoliciesResource_ListAvailableFeaturesMethod * | NewListAvailableFeaturesMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const |
SslPoliciesResource_PatchMethod * | NewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &ssl_policy, const SslPolicy &_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.
SslPoliciesResource_DeleteMethod * google_compute_api::ComputeService::SslPoliciesResource::NewDeleteMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | ssl_policy | ||
) | const |
Creates a new SslPoliciesResource_DeleteMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | ssl_policy | Name of the SSL policy to delete. The name must be 1-63 characters long, and comply with RFC1035. |
Execute
the method instance, then destroy it when they are finished. SslPoliciesResource_GetMethod * google_compute_api::ComputeService::SslPoliciesResource::NewGetMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | ssl_policy | ||
) | const |
Creates a new SslPoliciesResource_GetMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | ssl_policy | Name of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035. |
Execute
the method instance, then destroy it when they are finished. SslPoliciesResource_InsertMethod * google_compute_api::ComputeService::SslPoliciesResource::NewInsertMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const SslPolicy & | _content_ | ||
) | const |
Creates a new SslPoliciesResource_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. SslPoliciesResource_ListAvailableFeaturesMethod * google_compute_api::ComputeService::SslPoliciesResource::NewListAvailableFeaturesMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a new SslPoliciesResource_ListAvailableFeaturesMethod 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. SslPoliciesResource_ListMethod * google_compute_api::ComputeService::SslPoliciesResource::NewListMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project | ||
) | const |
Creates a new SslPoliciesResource_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. SslPoliciesResource_ListMethodPager * google_compute_api::ComputeService::SslPoliciesResource::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. |
SslPoliciesResource_PatchMethod * google_compute_api::ComputeService::SslPoliciesResource::NewPatchMethod | ( | client::AuthorizationCredential * | _credential_, |
const absl::string_view & | project, | ||
const absl::string_view & | ssl_policy, | ||
const SslPolicy & | _content_ | ||
) | const |
Creates a new SslPoliciesResource_PatchMethod instance.
[in] | <em>credential</em> | Can be NULL. NULL credentials will not authorize the request. |
[in] | project | Project ID for this request. |
[in] | ssl_policy | Name of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035. |
[in] | <em>content</em> | The data object to patch. |
Execute
the method instance, then destroy it when they are finished.