Class: Google::Cloud::Spanner::V1::BatchCreateSessionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::V1::BatchCreateSessionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/spanner/v1/spanner.rb
Overview
The response for BatchCreateSessions.
Instance Attribute Summary collapse
-
#session ⇒ ::Array<::Google::Cloud::Spanner::V1::Session>
The freshly created sessions.
Instance Attribute Details
#session ⇒ ::Array<::Google::Cloud::Spanner::V1::Session>
Returns The freshly created sessions.
62 63 64 65 |
# File 'proto_docs/google/spanner/v1/spanner.rb', line 62 class BatchCreateSessionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |