sqladmin  v1beta4
Public Member Functions | List of all members
google_sqladmin_api::SQLAdminService::SslCertsResource Class Reference

#include <sqla_dmin_service.h>

Public Member Functions

 SslCertsResource (SQLAdminService *service)
 
 ~SslCertsResource ()
 
SslCertsResource_CreateEphemeralMethodNewCreateEphemeralMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &instance, const SslCertsCreateEphemeralRequest &_content_) const
 
SslCertsResource_DeleteMethodNewDeleteMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &instance, const absl::string_view &sha1_fingerprint) const
 
SslCertsResource_GetMethodNewGetMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &instance, const absl::string_view &sha1_fingerprint) const
 
SslCertsResource_InsertMethodNewInsertMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &instance, const SslCertsInsertRequest &_content_) const
 
SslCertsResource_ListMethodNewListMethod (client::AuthorizationCredential *_credential_, const absl::string_view &project, const absl::string_view &instance) const
 

Detailed Description

Acts as message factory for accessing data.

Constructor & Destructor Documentation

◆ SslCertsResource()

google_sqladmin_api::SQLAdminService::SslCertsResource::SslCertsResource ( SQLAdminService 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.

◆ ~SslCertsResource()

google_sqladmin_api::SQLAdminService::SslCertsResource::~SslCertsResource ( )
inline

Standard destructor.

Member Function Documentation

◆ NewCreateEphemeralMethod()

SslCertsResource_CreateEphemeralMethod * google_sqladmin_api::SQLAdminService::SslCertsResource::NewCreateEphemeralMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  instance,
const SslCertsCreateEphemeralRequest _content_ 
) const

Creates a new SslCertsResource_CreateEphemeralMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID of the Cloud SQL project.
[in]instanceCloud SQL instance ID. This does not include the project ID.
[in]<em>content</em>The data object to createEphemeral.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewDeleteMethod()

SslCertsResource_DeleteMethod * google_sqladmin_api::SQLAdminService::SslCertsResource::NewDeleteMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  instance,
const absl::string_view &  sha1_fingerprint 
) const

Creates a new SslCertsResource_DeleteMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID of the project that contains the instance.
[in]instanceCloud SQL instance ID. This does not include the project ID.
[in]sha1_fingerprintSha1 FingerPrint.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewGetMethod()

SslCertsResource_GetMethod * google_sqladmin_api::SQLAdminService::SslCertsResource::NewGetMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  instance,
const absl::string_view &  sha1_fingerprint 
) const

Creates a new SslCertsResource_GetMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID of the project that contains the instance.
[in]instanceCloud SQL instance ID. This does not include the project ID.
[in]sha1_fingerprintSha1 FingerPrint.
Returns
The caller should Execute the method instance, then destroy it when they are finished.

◆ NewInsertMethod()

SslCertsResource_InsertMethod * google_sqladmin_api::SQLAdminService::SslCertsResource::NewInsertMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  instance,
const SslCertsInsertRequest _content_ 
) const

Creates a new SslCertsResource_InsertMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID of the project that contains the instance.
[in]instanceCloud SQL instance ID. This does not include the project ID.
[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()

SslCertsResource_ListMethod * google_sqladmin_api::SQLAdminService::SslCertsResource::NewListMethod ( client::AuthorizationCredential *  _credential_,
const absl::string_view &  project,
const absl::string_view &  instance 
) const

Creates a new SslCertsResource_ListMethod instance.

Parameters
[in]<em>credential</em>Can be NULL. NULL credentials will not authorize the request.
[in]projectProject ID of the project that contains the instance.
[in]instanceCloud SQL instance ID. This does not include the project ID.
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: