|
sqladmin
v1beta4
|
#include <instances_list_server_cas_response.h>
Public Member Functions | |
| InstancesListServerCasResponse (const Json::Value &storage) | |
| InstancesListServerCasResponse (Json::Value *storage) | |
| virtual | ~InstancesListServerCasResponse () |
| const StringPiece | GetTypeName () const |
| bool | has_active_version () const |
| void | clear_active_version () |
| const StringPiece | get_active_version () const |
| void | set_active_version (const StringPiece &value) |
| bool | has_certs () const |
| void | clear_certs () |
| const client::JsonCppArray< SslCert > | get_certs () const |
| client::JsonCppArray< SslCert > | mutable_certs () |
| bool | has_kind () const |
| void | clear_kind () |
| const StringPiece | get_kind () const |
| void | set_kind (const StringPiece &value) |
Static Public Member Functions | |
| static InstancesListServerCasResponse * | New () |
Instances ListServerCas response.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'activeVersion' attribute.
|
inline |
Clears the 'certs' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Get the value of the 'activeVersion' attribute.
| const client::JsonCppArray<SslCert > google_sqladmin_api::InstancesListServerCasResponse::get_certs | ( | ) | const |
Get a reference to the value of the 'certs' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'activeVersion' attribute was set.
activeVersion' attribute was set.
|
inline |
Determine if the 'certs' attribute was set.
certs' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set. | client::JsonCppArray<SslCert > google_sqladmin_api::InstancesListServerCasResponse::mutable_certs | ( | ) |
Gets a reference to a mutable value of the 'certs' property.
List of server CA certificates for the instance.
|
static |
Creates a new default instance.
|
inline |
Change the 'activeVersion' attribute.
| [in] | value | The new value. |
|
inline |
Change the 'kind' attribute.
This is always sql::instancesListServerCas.
| [in] | value | The new value. |