Class: Google::Cloud::Sql::V1::SqlInstancesAcquireSsrsLeaseResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Sql::V1::SqlInstancesAcquireSsrsLeaseResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb
Overview
Response for the acquire 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.
2253 2254 2255 2256 |
# File 'proto_docs/google/cloud/sql/v1/cloud_sql_instances.rb', line 2253 class SqlInstancesAcquireSsrsLeaseResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |