Struct google_cloud_googleapis::spanner::v1::Session [−][src]
pub struct Session {
pub name: String,
pub labels: HashMap<String, String>,
pub create_time: Option<Timestamp>,
pub approximate_last_use_time: Option<Timestamp>,
}Expand description
A session in the Cloud Spanner API.
Fields
name: StringOutput only. The name of the session. This is always system-assigned.
labels: HashMap<String, String>The labels for the session.
- Label keys must be between 1 and 63 characters long and must conform to
the following regular expression:
\[a-z]([-a-z0-9]*[a-z0-9\])?. - Label values must be between 0 and 63 characters long and must conform
to the regular expression
(\[a-z]([-a-z0-9]*[a-z0-9\])?)?. - No more than 64 labels can be associated with a given session.
See https://goo.gl/xmQnxf for more information on and examples of labels.
create_time: Option<Timestamp>Output only. The timestamp when the session is created.
approximate_last_use_time: Option<Timestamp>Output only. The approximate timestamp when the session is last used. It is typically earlier than the actual last use time.
Trait Implementations
Returns the encoded length of the message without a length delimiter.
Encodes the message to a buffer. Read more
Encodes the message to a newly allocated buffer.
Encodes the message with a length-delimiter to a buffer. Read more
Encodes the message with a length-delimiter to a newly allocated buffer.
Decodes an instance of the message from a buffer. Read more
fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError> where
B: Buf,
Self: Default,
fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError> where
B: Buf,
Self: Default,
Decodes a length-delimited instance of the message from the buffer.
Decodes an instance of the message from a buffer, and merges it into self. Read more
Decodes a length-delimited instance of the message from buffer, and
merges it into self. Read more
Auto Trait Implementations
impl RefUnwindSafe for Session
impl UnwindSafe for Session
Blanket Implementations
Mutably borrows from an owned value. Read more
Wrap the input message T in a tonic::Request
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more