|
sqladmin
v1beta4
|
#include <ssl_certs_create_ephemeral_request.h>
Public Member Functions | |
| SslCertsCreateEphemeralRequest (const Json::Value &storage) | |
| SslCertsCreateEphemeralRequest (Json::Value *storage) | |
| virtual | ~SslCertsCreateEphemeralRequest () |
| const StringPiece | GetTypeName () const |
| bool | has_public_key () const |
| void | clear_public_key () |
| const StringPiece | get_public_key () const |
| void | set_public_key (const StringPiece &value) |
Static Public Member Functions | |
| static SslCertsCreateEphemeralRequest * | New () |
SslCerts create ephemeral certificate request.
|
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 'public_key' attribute.
|
inline |
Get the value of the 'public_key' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'public_key' attribute was set.
public_key' attribute was set.
|
static |
Creates a new default instance.
|
inline |
Change the 'public_key' attribute.
PEM encoded public key to include in the signed certificate.
| [in] | value | The new value. |