Class: Google::Cloud::Spanner::V1::DeleteSessionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::V1::DeleteSessionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/spanner/v1/spanner.rb
Overview
The request for DeleteSession.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the session to delete.
173 174 175 176 |
# File 'proto_docs/google/spanner/v1/spanner.rb', line 173 class DeleteSessionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |