Cloud SQL Admin V1BETA4 API - Class Google::Cloud::Sql::V1beta4::SqlInstancesCloneRequest (v0.1.0)

Reference documentation and code samples for the Cloud SQL Admin V1BETA4 API class Google::Cloud::Sql::V1beta4::SqlInstancesCloneRequest.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#body

def body() -> ::Google::Cloud::Sql::V1beta4::InstancesCloneRequest

#body=

def body=(value) -> ::Google::Cloud::Sql::V1beta4::InstancesCloneRequest

#instance

def instance() -> ::String
Returns
  • (::String) — 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) — The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID.
Returns
  • (::String) — The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID.

#project

def project() -> ::String
Returns
  • (::String) — Project ID of the source Cloud SQL instance.

#project=

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