Reference documentation and code samples for the Cloud SQL Admin V1BETA4 API class Google::Cloud::Sql::V1beta4::SqlInstancesDemoteRequest.
Instance demote request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#body
def body() -> ::Google::Cloud::Sql::V1beta4::InstancesDemoteRequest
Returns
- (::Google::Cloud::Sql::V1beta4::InstancesDemoteRequest) — The request body.
#body=
def body=(value) -> ::Google::Cloud::Sql::V1beta4::InstancesDemoteRequest
Parameter
- value (::Google::Cloud::Sql::V1beta4::InstancesDemoteRequest) — The request body.
Returns
- (::Google::Cloud::Sql::V1beta4::InstancesDemoteRequest) — The request body.
#instance
def instance() -> ::String
Returns
- (::String) — Required. The name of the Cloud SQL instance.
#instance=
def instance=(value) -> ::String
Parameter
- value (::String) — Required. The name of the Cloud SQL instance.
Returns
- (::String) — Required. The name of the Cloud SQL instance.
#project
def project() -> ::String
Returns
- (::String) — Required. The project ID of the project that contains the instance.
#project=
def project=(value) -> ::String
Parameter
- value (::String) — Required. The project ID of the project that contains the instance.
Returns
- (::String) — Required. The project ID of the project that contains the instance.