Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlInstancesDeleteRequest.
Instance delete request.
Generated from protobuf message google.cloud.sql.v1.SqlInstancesDeleteRequest
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ instance
string
Cloud SQL instance ID. This does not include the project ID.
↳ project
string
Project ID of the project that contains the instance to be deleted.
↳ enable_final_backup
bool
Flag to opt-in for final backup. By default, it is turned off.
↳ final_backup_ttl_days
int|string
Optional. Retention period of the final backup.
↳ final_backup_expiry_time
Google\Protobuf\Timestamp
Optional. Final Backup expiration time. Timestamp in UTC of when this resource is considered expired.
↳ final_backup_description
string
Optional. The description of the final backup.
getInstance
Cloud SQL instance ID. This does not include the project ID.
string
setInstance
Cloud SQL instance ID. This does not include the project ID.
var
string
$this
getProject
Project ID of the project that contains the instance to be deleted.
string
setProject
Project ID of the project that contains the instance to be deleted.
var
string
$this
getEnableFinalBackup
Flag to opt-in for final backup. By default, it is turned off.
bool
hasEnableFinalBackup
clearEnableFinalBackup
setEnableFinalBackup
Flag to opt-in for final backup. By default, it is turned off.
var
bool
$this
getFinalBackupTtlDays
Optional. Retention period of the final backup.
int|string
hasFinalBackupTtlDays
setFinalBackupTtlDays
Optional. Retention period of the final backup.
var
int|string
$this
getFinalBackupExpiryTime
Optional. Final Backup expiration time.
Timestamp in UTC of when this resource is considered expired.
hasFinalBackupExpiryTime
setFinalBackupExpiryTime
Optional. Final Backup expiration time.
Timestamp in UTC of when this resource is considered expired.
$this
getFinalBackupDescription
Optional. The description of the final backup.
string
setFinalBackupDescription
Optional. The description of the final backup.
var
string
$this
getExpiration
string

