Reference documentation and code samples for the Cloud Spanner V1 API class Google::Cloud::Spanner::V1::BatchCreateSessionsResponse.
The response for BatchCreateSessions.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#session
def session() -> ::Array<::Google::Cloud::Spanner::V1::Session>
Returns
- (::Array<::Google::Cloud::Spanner::V1::Session>) — The freshly created sessions.
#session=
def session=(value) -> ::Array<::Google::Cloud::Spanner::V1::Session>
Parameter
- value (::Array<::Google::Cloud::Spanner::V1::Session>) — The freshly created sessions.
Returns
- (::Array<::Google::Cloud::Spanner::V1::Session>) — The freshly created sessions.