sqladmin  v1beta4
Public Member Functions | Static Public Member Functions | List of all members
google_sqladmin_api::RotateServerCaContext Class Reference

#include <rotate_server_ca_context.h>

Inheritance diagram for google_sqladmin_api::RotateServerCaContext:

Public Member Functions

 RotateServerCaContext (const Json::Value &storage)
 
 RotateServerCaContext (Json::Value *storage)
 
virtual ~RotateServerCaContext ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_next_version () const
 
void clear_next_version ()
 
const StringPiece get_next_version () const
 
void set_next_version (const StringPiece &value)
 

Static Public Member Functions

static RotateServerCaContextNew ()
 

Detailed Description

Instance rotate server CA context.

Constructor & Destructor Documentation

◆ RotateServerCaContext() [1/2]

google_sqladmin_api::RotateServerCaContext::RotateServerCaContext ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~RotateServerCaContext()

google_sqladmin_api::RotateServerCaContext::~RotateServerCaContext ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_sqladmin_api::RotateServerCaContext

◆ 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()

RotateServerCaContext * google_sqladmin_api::RotateServerCaContext::New ( )
static

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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

The documentation for this class was generated from the following files: