Class: Google::Cloud::Sql::V1beta4::SqlInstancesReleaseSsrsLeaseResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1beta4::SqlInstancesReleaseSsrsLeaseResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb
Overview
The response for the release of the SSRS lease.
Instance Attribute Summary collapse
-
#operation_id ⇒ ::String
The operation ID.
Instance Attribute Details
#operation_id ⇒ ::String
Returns The operation ID.
1077 1078 1079 1080 |
# File 'proto_docs/google/cloud/sql/v1beta4/cloud_sql.rb', line 1077 class SqlInstancesReleaseSsrsLeaseResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |