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

#include <ssl_certs_insert_response.h>

Inheritance diagram for google_sqladmin_api::SslCertsInsertResponse:

Public Member Functions

 SslCertsInsertResponse (const Json::Value &storage)
 
 SslCertsInsertResponse (Json::Value *storage)
 
virtual ~SslCertsInsertResponse ()
 
const StringPiece GetTypeName () const
 
bool has_client_cert () const
 
void clear_client_cert ()
 
const SslCertDetail get_client_cert () const
 
SslCertDetail mutable_clientCert ()
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_operation () const
 
void clear_operation ()
 
const Operation get_operation () const
 
Operation mutable_operation ()
 
bool has_server_ca_cert () const
 
void clear_server_ca_cert ()
 
const SslCert get_server_ca_cert () const
 
SslCert mutable_serverCaCert ()
 

Static Public Member Functions

static SslCertsInsertResponseNew ()
 

Detailed Description

SslCert insert response.

Constructor & Destructor Documentation

◆ SslCertsInsertResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ SslCertsInsertResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~SslCertsInsertResponse()

google_sqladmin_api::SslCertsInsertResponse::~SslCertsInsertResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_client_cert()

void google_sqladmin_api::SslCertsInsertResponse::clear_client_cert ( )
inline

Clears the 'clientCert' attribute.

◆ clear_kind()

void google_sqladmin_api::SslCertsInsertResponse::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_operation()

void google_sqladmin_api::SslCertsInsertResponse::clear_operation ( )
inline

Clears the 'operation' attribute.

◆ clear_server_ca_cert()

void google_sqladmin_api::SslCertsInsertResponse::clear_server_ca_cert ( )
inline

Clears the 'serverCaCert' attribute.

◆ get_client_cert()

const SslCertDetail google_sqladmin_api::SslCertsInsertResponse::get_client_cert ( ) const

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

◆ get_kind()

const StringPiece google_sqladmin_api::SslCertsInsertResponse::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_operation()

const Operation google_sqladmin_api::SslCertsInsertResponse::get_operation ( ) const

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

◆ get_server_ca_cert()

const SslCert google_sqladmin_api::SslCertsInsertResponse::get_server_ca_cert ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_sqladmin_api::SslCertsInsertResponse

◆ has_client_cert()

bool google_sqladmin_api::SslCertsInsertResponse::has_client_cert ( ) const
inline

Determine if the 'clientCert' attribute was set.

Returns
true if the 'clientCert' attribute was set.

◆ has_kind()

bool google_sqladmin_api::SslCertsInsertResponse::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_operation()

bool google_sqladmin_api::SslCertsInsertResponse::has_operation ( ) const
inline

Determine if the 'operation' attribute was set.

Returns
true if the 'operation' attribute was set.

◆ has_server_ca_cert()

bool google_sqladmin_api::SslCertsInsertResponse::has_server_ca_cert ( ) const
inline

Determine if the 'serverCaCert' attribute was set.

Returns
true if the 'serverCaCert' attribute was set.

◆ mutable_clientCert()

SslCertDetail google_sqladmin_api::SslCertsInsertResponse::mutable_clientCert ( )

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

The new client certificate and private key. For First Generation instances, the new certificate does not take effect until the instance is restarted.

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

◆ mutable_operation()

Operation google_sqladmin_api::SslCertsInsertResponse::mutable_operation ( )

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

The operation to track the ssl certs insert request.

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

◆ mutable_serverCaCert()

SslCert google_sqladmin_api::SslCertsInsertResponse::mutable_serverCaCert ( )

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

The server Certificate Authority's certificate. If this is missing you can force a new one to be generated by calling resetSslConfig method on instances resource.

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

◆ New()

SslCertsInsertResponse * google_sqladmin_api::SslCertsInsertResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

void google_sqladmin_api::SslCertsInsertResponse::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

This is always sql::sslCertsInsert.

Parameters
[in]valueThe new value.

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