Class: Google::Cloud::Sql::V1beta4::SqlInstancesCloneRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1beta4::SqlInstancesCloneRequest
- 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::InstancesCloneRequest
-
#instance ⇒ ::String
The ID of the Cloud SQL instance to be cloned (source).
-
#project ⇒ ::String
Project ID of the source Cloud SQL instance.
Instance Attribute Details
#body ⇒ ::Google::Cloud::Sql::V1beta4::InstancesCloneRequest
306 307 308 309 |
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 306 class SqlInstancesCloneRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance ⇒ ::String
Returns The ID of the Cloud SQL instance to be cloned (source). This does not include the project ID.
306 307 308 309 |
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 306 class SqlInstancesCloneRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID of the source Cloud SQL instance.
306 307 308 309 |
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 306 class SqlInstancesCloneRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |