Cloud SQL Admin V1 API - Class Google::Cloud::Sql::V1::SqlInstancesDeleteRequest (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::SqlInstancesDeleteRequest.

Instance delete request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#enable_final_backup

def enable_final_backup() -> ::Boolean
Returns
  • (::Boolean) — Flag to opt-in for final backup. By default, it is turned off.

#enable_final_backup=

def enable_final_backup=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Flag to opt-in for final backup. By default, it is turned off.
Returns
  • (::Boolean) — Flag to opt-in for final backup. By default, it is turned off.

#final_backup_description

def final_backup_description() -> ::String
Returns
  • (::String) — Optional. The description of the final backup.

#final_backup_description=

def final_backup_description=(value) -> ::String
Parameter
  • value (::String) — Optional. The description of the final backup.
Returns
  • (::String) — Optional. The description of the final backup.

#final_backup_expiry_time

def final_backup_expiry_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — Optional. Final Backup expiration time. Timestamp in UTC of when this resource is considered expired.

    Note: The following fields are mutually exclusive: final_backup_expiry_time, final_backup_ttl_days. If a field in that set is populated, all other fields in the set will automatically be cleared.

#final_backup_expiry_time=

def final_backup_expiry_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::Google::Protobuf::Timestamp) — Optional. Final Backup expiration time. Timestamp in UTC of when this resource is considered expired.

    Note: The following fields are mutually exclusive: final_backup_expiry_time, final_backup_ttl_days. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Protobuf::Timestamp) — Optional. Final Backup expiration time. Timestamp in UTC of when this resource is considered expired.

    Note: The following fields are mutually exclusive: final_backup_expiry_time, final_backup_ttl_days. If a field in that set is populated, all other fields in the set will automatically be cleared.

#final_backup_ttl_days

def final_backup_ttl_days() -> ::Integer
Returns
  • (::Integer) — Optional. Retention period of the final backup.

    Note: The following fields are mutually exclusive: final_backup_ttl_days, final_backup_expiry_time. If a field in that set is populated, all other fields in the set will automatically be cleared.

#final_backup_ttl_days=

def final_backup_ttl_days=(value) -> ::Integer
Parameter
  • value (::Integer) — Optional. Retention period of the final backup.

    Note: The following fields are mutually exclusive: final_backup_ttl_days, final_backup_expiry_time. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Integer) — Optional. Retention period of the final backup.

    Note: The following fields are mutually exclusive: final_backup_ttl_days, final_backup_expiry_time. If a field in that set is populated, all other fields in the set will automatically be cleared.

#instance

def instance() -> ::String
Returns
  • (::String) — Cloud SQL instance ID. This does not include the project ID.

#instance=

def instance=(value) -> ::String
Parameter
  • value (::String) — Cloud SQL instance ID. This does not include the project ID.
Returns
  • (::String) — Cloud SQL instance ID. This does not include the project ID.

#project

def project() -> ::String
Returns
  • (::String) — Project ID of the project that contains the instance to be deleted.

#project=

def project=(value) -> ::String
Parameter
  • value (::String) — Project ID of the project that contains the instance to be deleted.
Returns
  • (::String) — Project ID of the project that contains the instance to be deleted.