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

#include <compute_service.h>

Public Member Functions

 SslCertificatesResource (ComputeService *service)
 
 ~SslCertificatesResource ()
 
SslCertificatesResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &ssl_certificate) const
 
SslCertificatesResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &ssl_certificate) const
 
SslCertificatesResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const SslCertificate &_content_) const
 
SslCertificatesResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 
SslCertificatesResource_ListMethodPager * NewListMethodPager (client::AuthorizationCredential *_credential_, const absl::string_view &project) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ SslCertificatesResource()

google_compute_api::ComputeService::SslCertificatesResource::SslCertificatesResource ( 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.

◆ ~SslCertificatesResource()

google_compute_api::ComputeService::SslCertificatesResource::~SslCertificatesResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewDeleteMethod()

SslCertificatesResource_DeleteMethod * google_compute_api::ComputeService::SslCertificatesResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  ssl_certificate 
) const

Creates a new SslCertificatesResource_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_certificateName of the SslCertificate resource to delete.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetMethod()

SslCertificatesResource_GetMethod * google_compute_api::ComputeService::SslCertificatesResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  ssl_certificate 
) const

Creates a new SslCertificatesResource_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_certificateName of the SslCertificate resource to return.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewInsertMethod()

SslCertificatesResource_InsertMethod * google_compute_api::ComputeService::SslCertificatesResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const SslCertificate _content_ 
) const

Creates a new SslCertificatesResource_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.

◆ NewListMethod()

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

Creates a new SslCertificatesResource_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()

SslCertificatesResource_ListMethodPager * google_compute_api::ComputeService::SslCertificatesResource::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

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