Class: Google::Cloud::Sql::V1::SqlInstancesDemoteMasterRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::SqlInstancesDemoteMasterRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb
Overview
Instance demote master request.
Instance Attribute Summary collapse
- #body ⇒ ::Google::Cloud::Sql::V1::InstancesDemoteMasterRequest
-
#instance ⇒ ::String
Cloud SQL instance name.
-
#project ⇒ ::String
ID of the project that contains the instance.
Instance Attribute Details
#body ⇒ ::Google::Cloud::Sql::V1::InstancesDemoteMasterRequest
113 114 115 116 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 113 class SqlInstancesDemoteMasterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance ⇒ ::String
Returns Cloud SQL instance name.
113 114 115 116 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 113 class SqlInstancesDemoteMasterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns ID of the project that contains the instance.
113 114 115 116 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 113 class SqlInstancesDemoteMasterRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |