Class: Google::Cloud::Sql::V1beta4::SqlInstancesDemoteMasterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1beta4::SqlInstancesDemoteMasterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb
Instance Attribute Summary collapse
- #body ⇒ ::Google::Cloud::Sql::V1beta4::InstancesDemoteMasterRequest
-
#instance ⇒ ::String
Cloud SQL instance name.
-
#project ⇒ ::String
ID of the project that contains the instance.
Instance Attribute Details
#body ⇒ ::Google::Cloud::Sql::V1beta4::InstancesDemoteMasterRequest
347 348 349 350 |
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 347 class SqlInstancesDemoteMasterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance ⇒ ::String
Returns Cloud SQL instance name.
347 348 349 350 |
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 347 class SqlInstancesDemoteMasterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns ID of the project that contains the instance.
347 348 349 350 |
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 347 class SqlInstancesDemoteMasterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |