Class: Google::Cloud::Sql::V1::SqlInstancesReleaseSsrsLeaseResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::SqlInstancesReleaseSsrsLeaseResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb
Overview
Response for the release SSRS lease request.
Instance Attribute Summary collapse
-
#operation_id ⇒ ::String
The unique identifier for this operation.
Instance Attribute Details
#operation_id ⇒ ::String
Returns The unique identifier for this operation.
2277 2278 2279 2280 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 2277 class SqlInstancesReleaseSsrsLeaseResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |