Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::SqlInstancesPointInTimeRestoreRequest.
Request to perform a point in time restore on a Google Cloud Backup and Disaster Recovery managed instance.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#context
def context() -> ::Google::Cloud::Sql::V1::PointInTimeRestoreContext
Returns
- (::Google::Cloud::Sql::V1::PointInTimeRestoreContext) — Required. The context for request to perform a PITR on a Google Cloud Backup and Disaster Recovery managed instance.
#context=
def context=(value) -> ::Google::Cloud::Sql::V1::PointInTimeRestoreContext
Parameter
- value (::Google::Cloud::Sql::V1::PointInTimeRestoreContext) — Required. The context for request to perform a PITR on a Google Cloud Backup and Disaster Recovery managed instance.
Returns
- (::Google::Cloud::Sql::V1::PointInTimeRestoreContext) — Required. The context for request to perform a PITR on a Google Cloud Backup and Disaster Recovery managed instance.
#parent
def parent() -> ::String
Returns
- (::String) — Required. The parent resource where you created this instance. Format: projects/{project}
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. The parent resource where you created this instance. Format: projects/{project}
Returns
- (::String) — Required. The parent resource where you created this instance. Format: projects/{project}