Class: Google::Cloud::Spanner::V1::GetSessionRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::V1::GetSessionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/spanner/v1/spanner.rb
Overview
The request for GetSession.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the session to retrieve.
119 120 121 122 |
# File 'proto_docs/google/spanner/v1/spanner.rb', line 119 class GetSessionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |