Google Cloud Sql Admin V1beta4 Client - Class RotateServerCaContext (0.7.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class RotateServerCaContext.

Instance rotate server CA context.

Generated from protobuf message google.cloud.sql.v1beta4.RotateServerCaContext

Namespace

Google \ Cloud \ Sql \ V1beta4

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ kind string

This is always sql#rotateServerCaContext.

↳ next_version string

The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server CA version.

getKind

This is always sql#rotateServerCaContext.

Returns
TypeDescription
string

setKind

This is always sql#rotateServerCaContext.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getNextVersion

The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server CA version.

Returns
TypeDescription
string

setNextVersion

The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server CA version.

Parameter
NameDescription
var string
Returns
TypeDescription
$this