#include <ssl_certs_insert_response.h>
◆ SslCertsInsertResponse() [1/2]
| google_sqladmin_api::SslCertsInsertResponse::SslCertsInsertResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~SslCertsInsertResponse()
| google_sqladmin_api::SslCertsInsertResponse::~SslCertsInsertResponse |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
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
-
The documentation for this class was generated from the following files: