Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class CloneContext.
Database instance clone context.
Generated from protobuf message google.cloud.sql.v1.CloneContext
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ kind
string
This is always sql#cloneContext.
↳ pitr_timestamp_ms
int|string
Reserved for future use.
↳ destination_instance_name
string
Name of the Cloud SQL instance to be created as a clone.
↳ bin_log_coordinates
Google\Cloud\Sql\V1\BinLogCoordinates
Binary log coordinates, if specified, identify the position up to which the source instance is cloned. If not specified, the source instance is cloned up to the most recent binary log coordinates.
↳ point_in_time
Google\Protobuf\Timestamp
Timestamp, if specified, identifies the time to which the source instance is cloned.
getKind
This is always sql#cloneContext.
string
setKind
This is always sql#cloneContext.
var
string
$this
getPitrTimestampMs
Reserved for future use.
int|string
setPitrTimestampMs
Reserved for future use.
var
int|string
$this
getDestinationInstanceName
Name of the Cloud SQL instance to be created as a clone.
string
setDestinationInstanceName
Name of the Cloud SQL instance to be created as a clone.
var
string
$this
getBinLogCoordinates
Binary log coordinates, if specified, identify the position up to which the source instance is cloned. If not specified, the source instance is cloned up to the most recent binary log coordinates.
hasBinLogCoordinates
clearBinLogCoordinates
setBinLogCoordinates
Binary log coordinates, if specified, identify the position up to which the source instance is cloned. If not specified, the source instance is cloned up to the most recent binary log coordinates.
$this
getPointInTime
Timestamp, if specified, identifies the time to which the source instance is cloned.
hasPointInTime
clearPointInTime
setPointInTime
Timestamp, if specified, identifies the time to which the source instance is cloned.
$this