Session
class Session extends Message
A session in the Cloud Spanner API.
Protobuf type Google\Spanner\V1\Session
Methods
__construct()
No description
string
getName()
Required. The name of the session.
setName(string $var)
Required. The name of the session.
Details
at line 25
__construct()
at line 36
string
getName()
Required. The name of the session.
Generated from protobuf field string name = 1;
at line 47
setName(string $var)
Required. The name of the session.
Generated from protobuf field string name = 1;