compute  v1
Public Member Functions | List of all members
google_compute_api::ComputeService::SslPoliciesResource Class Reference

#include <compute_service.h>

Public Member Functions

 SslPoliciesResource (ComputeService *service)
 
 ~SslPoliciesResource ()
 
SslPoliciesResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &ssl_policy) const
 
SslPoliciesResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &ssl_policy) const
 
SslPoliciesResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const SslPolicy &_content_) const
 
SslPoliciesResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
SslPoliciesResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
SslPoliciesResource_ListAvailableFeaturesMethodNewListAvailableFeaturesMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
SslPoliciesResource_PatchMethodNewPatchMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &ssl_policy, const SslPolicy &_content_) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ SslPoliciesResource()

google_compute_api::ComputeService::SslPoliciesResource::SslPoliciesResource ( ComputeService service)
explicit

Standard constructor.

Parameters
[in]serviceThe service instance is used to bind to the methods created from this resource instance. This will be the service that methods are invoked on.

◆ ~SslPoliciesResource()

google_compute_api::ComputeService::SslPoliciesResource::~SslPoliciesResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewDeleteMethod()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]ssl_policyName of the SSL policy to delete. The name must be 1-63 characters long, and comply with RFC1035.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetMethod()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]ssl_policyName of the SSL policy to update. The name must be 1-63 characters long, and comply with RFC1035.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewInsertMethod()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]<em>content</em>The data object to insert.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListAvailableFeaturesMethod()

SslPoliciesResource_ListAvailableFeaturesMethod * google_compute_api::ComputeService::SslPoliciesResource::NewListAvailableFeaturesMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project 
) const

Creates a new SslPoliciesResource_ListAvailableFeaturesMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethod()

SslPoliciesResource_ListMethod * google_compute_api::ComputeService::SslPoliciesResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project 
) const

Creates a new SslPoliciesResource_ListMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewListMethodPager()

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.

Parameters
[in]<em>credential</em>NULL credentials will not authorize the request.
[in]projectProject ID for this request.
See also
googleapis::googleapis::ServiceRequestPager

◆ NewPatchMethod()

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.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID for this request.
[in]ssl_policyName 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.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

The documentation for this class was generated from the following files: