Google Cloud Sql Admin V1 Client - Class SqlInstancesGetLatestRecoveryTimeResponse (0.7.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlInstancesGetLatestRecoveryTimeResponse.

Instance get latest recovery time response.

Generated from protobuf message google.cloud.sql.v1.SqlInstancesGetLatestRecoveryTimeResponse

Namespace

Google \ Cloud \ Sql \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ kind string

This is always sql#getLatestRecoveryTime.

↳ latest_recovery_time Google\Protobuf\Timestamp

Timestamp, identifies the latest recovery time of the source instance.

getKind

This is always sql#getLatestRecoveryTime.

Returns
TypeDescription
string

setKind

This is always sql#getLatestRecoveryTime.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLatestRecoveryTime

Timestamp, identifies the latest recovery time of the source instance.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasLatestRecoveryTime

clearLatestRecoveryTime

setLatestRecoveryTime

Timestamp, identifies the latest recovery time of the source instance.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this