sqladmin  v1beta4
Public Member Functions | Static Public Member Functions | List of all members
google_sqladmin_api::SslCertDetail Class Reference

#include <ssl_cert_detail.h>

Inheritance diagram for google_sqladmin_api::SslCertDetail:

Public Member Functions

 SslCertDetail (const Json::Value &storage)
 
 SslCertDetail (Json::Value *storage)
 
virtual ~SslCertDetail ()
 
const StringPiece GetTypeName () const
 
bool has_cert_info () const
 
void clear_cert_info ()
 
const SslCert get_cert_info () const
 
SslCert mutable_certInfo ()
 
bool has_cert_private_key () const
 
void clear_cert_private_key ()
 
const StringPiece get_cert_private_key () const
 
void set_cert_private_key (const StringPiece &value)
 

Static Public Member Functions

static SslCertDetailNew ()
 

Detailed Description

SslCertDetail.

Constructor & Destructor Documentation

◆ SslCertDetail() [1/2]

google_sqladmin_api::SslCertDetail::SslCertDetail ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ SslCertDetail() [2/2]

google_sqladmin_api::SslCertDetail::SslCertDetail ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~SslCertDetail()

google_sqladmin_api::SslCertDetail::~SslCertDetail ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_cert_info()

void google_sqladmin_api::SslCertDetail::clear_cert_info ( )
inline

Clears the 'certInfo' attribute.

◆ clear_cert_private_key()

void google_sqladmin_api::SslCertDetail::clear_cert_private_key ( )
inline

Clears the 'certPrivateKey' attribute.

◆ get_cert_info()

const SslCert google_sqladmin_api::SslCertDetail::get_cert_info ( ) const

Get a reference to the value of the 'certInfo' attribute.

◆ get_cert_private_key()

const StringPiece google_sqladmin_api::SslCertDetail::get_cert_private_key ( ) const
inline

Get the value of the 'certPrivateKey' attribute.

◆ GetTypeName()

const StringPiece google_sqladmin_api::SslCertDetail::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_sqladmin_api::SslCertDetail

◆ has_cert_info()

bool google_sqladmin_api::SslCertDetail::has_cert_info ( ) const
inline

Determine if the 'certInfo' attribute was set.

Returns
true if the 'certInfo' attribute was set.

◆ has_cert_private_key()

bool google_sqladmin_api::SslCertDetail::has_cert_private_key ( ) const
inline

Determine if the 'certPrivateKey' attribute was set.

Returns
true if the 'certPrivateKey' attribute was set.

◆ mutable_certInfo()

SslCert google_sqladmin_api::SslCertDetail::mutable_certInfo ( )

Gets a reference to a mutable value of the 'certInfo' property.

The public information about the cert.

Returns
The result can be modified to change the attribute value.

◆ New()

SslCertDetail * google_sqladmin_api::SslCertDetail::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_cert_private_key()

void google_sqladmin_api::SslCertDetail::set_cert_private_key ( const StringPiece &  value)
inline

Change the 'certPrivateKey' attribute.

The private key for the client cert, in pem format. Keep private in order to protect your security.

Parameters
[in]valueThe new value.

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