Class: Google::Cloud::Sql::V1::SqlOperationsCancelRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::SqlOperationsCancelRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_operations.rb
Overview
Operations cancel request.
Instance Attribute Summary collapse
-
#operation ⇒ ::String
Instance operation ID.
-
#project ⇒ ::String
Project ID of the project that contains the instance.
Instance Attribute Details
#operation ⇒ ::String
Returns Instance operation ID.
78 79 80 81 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_operations.rb', line 78 class SqlOperationsCancelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns Project ID of the project that contains the instance.
78 79 80 81 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_operations.rb', line 78 class SqlOperationsCancelRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |