Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class RotateServerCertificateContext.
Instance rotate server certificate context.
Generated from protobuf message google.cloud.sql.v1.RotateServerCertificateContext
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ kind |
string
Optional. This is always |
↳ 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 certificate version. |
getKind
Optional. This is always sql#rotateServerCertificateContext.
| Returns | |
|---|---|
| Type | Description |
string |
|
setKind
Optional. This is always sql#rotateServerCertificateContext.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextVersion
The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server certificate version.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextVersion
The fingerprint of the next version to be rotated to. If left unspecified, will be rotated to the most recently added server certificate version.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|