#include <rotate_server_ca_context.h>
Instance rotate server CA context.
◆ RotateServerCaContext() [1/2]
| google_sqladmin_api::RotateServerCaContext::RotateServerCaContext |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ RotateServerCaContext() [2/2]
| google_sqladmin_api::RotateServerCaContext::RotateServerCaContext |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~RotateServerCaContext()
| google_sqladmin_api::RotateServerCaContext::~RotateServerCaContext |
( |
| ) |
|
|
virtual |
◆ clear_kind()
| void google_sqladmin_api::RotateServerCaContext::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind' attribute.
◆ clear_next_version()
| void google_sqladmin_api::RotateServerCaContext::clear_next_version |
( |
| ) |
|
|
inline |
Clears the 'nextVersion' attribute.
◆ get_kind()
| const StringPiece google_sqladmin_api::RotateServerCaContext::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind' attribute.
◆ get_next_version()
| const StringPiece google_sqladmin_api::RotateServerCaContext::get_next_version |
( |
| ) |
const |
|
inline |
Get the value of the 'nextVersion' attribute.
◆ GetTypeName()
| const StringPiece google_sqladmin_api::RotateServerCaContext::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_kind()
| bool google_sqladmin_api::RotateServerCaContext::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind' attribute was set.
- Returns
- true if the '
kind' attribute was set.
◆ has_next_version()
| bool google_sqladmin_api::RotateServerCaContext::has_next_version |
( |
| ) |
const |
|
inline |
Determine if the 'nextVersion' attribute was set.
- Returns
- true if the '
nextVersion' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_kind()
| void google_sqladmin_api::RotateServerCaContext::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind' attribute.
This is always sql::rotateServerCaContext.
- Parameters
-
◆ set_next_version()
| void google_sqladmin_api::RotateServerCaContext::set_next_version |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'nextVersion' attribute.
The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server CA version.
- Parameters
-
The documentation for this class was generated from the following files: