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

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

Instance get latest recovery time request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#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.

#project=

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

#source_instance_deletion_time

def source_instance_deletion_time() -> ::Google::Protobuf::Timestamp
Returns
  • (::Google::Protobuf::Timestamp) — The timestamp used to identify the time when the source instance is deleted. If this instance is deleted, then you must set the timestamp.

#source_instance_deletion_time=

def source_instance_deletion_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
  • value (::Google::Protobuf::Timestamp) — The timestamp used to identify the time when the source instance is deleted. If this instance is deleted, then you must set the timestamp.
Returns
  • (::Google::Protobuf::Timestamp) — The timestamp used to identify the time when the source instance is deleted. If this instance is deleted, then you must set the timestamp.