|
sqladmin
v1beta4
|
#include <instances_rotate_server_ca_request.h>
Public Member Functions | |
| InstancesRotateServerCaRequest (const Json::Value &storage) | |
| InstancesRotateServerCaRequest (Json::Value *storage) | |
| virtual | ~InstancesRotateServerCaRequest () |
| const StringPiece | GetTypeName () const |
| bool | has_rotate_server_ca_context () const |
| void | clear_rotate_server_ca_context () |
| const RotateServerCaContext | get_rotate_server_ca_context () const |
| RotateServerCaContext | mutable_rotateServerCaContext () |
Static Public Member Functions | |
| static InstancesRotateServerCaRequest * | New () |
Rotate Server CA 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 'rotateServerCaContext' attribute.
| const RotateServerCaContext google_sqladmin_api::InstancesRotateServerCaRequest::get_rotate_server_ca_context | ( | ) | const |
Get a reference to the value of the 'rotateServerCaContext' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'rotateServerCaContext' attribute was set.
rotateServerCaContext' attribute was set. | RotateServerCaContext google_sqladmin_api::InstancesRotateServerCaRequest::mutable_rotateServerCaContext | ( | ) |
Gets a reference to a mutable value of the 'rotateServerCaContext' property.
Contains details about the rotate server CA operation.
|
static |
Creates a new default instance.