Reference documentation and code samples for the Cloud SQL Admin V1 API class Google::Cloud::Sql::V1::SqlInstancesCloneRequest.
Instance clone request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#body
def body() -> ::Google::Cloud::Sql::V1::InstancesCloneRequest#body=
def body=(value) -> ::Google::Cloud::Sql::V1::InstancesCloneRequest
Parameter
#instance
def instance() -> ::String
Returns
- (::String) — Required. The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID.
#instance=
def instance=(value) -> ::String
Parameter
- value (::String) — Required. The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID.
Returns
- (::String) — Required. The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID.
#project
def project() -> ::String
Returns
- (::String) — Required. Project ID of the source Cloud SQL instance.
#project=
def project=(value) -> ::String
Parameter
- value (::String) — Required. Project ID of the source Cloud SQL instance.
Returns
- (::String) — Required. Project ID of the source Cloud SQL instance.