Class: Google::Cloud::Spanner::V1::Session
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::V1::Session
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/spanner/v1/spanner.rb
Overview
A session in the Cloud Spanner API.
Defined Under Namespace
Classes: LabelsEntry
Instance Attribute Summary collapse
-
#approximate_last_use_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#creator_role ⇒ ::String
The database role which created this session.
-
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
The labels for the session.
-
#multiplexed ⇒ ::Boolean
Optional.
-
#name ⇒ ::String
readonly
Output only.
Instance Attribute Details
#approximate_last_use_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The approximate timestamp when the session is last used. It is typically earlier than the actual last use time.
101 102 103 104 105 106 107 108 109 110 111 112 113 |
# File 'proto_docs/google/spanner/v1/spanner.rb', line 101 class Session include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The timestamp when the session is created.
101 102 103 104 105 106 107 108 109 110 111 112 113 |
# File 'proto_docs/google/spanner/v1/spanner.rb', line 101 class Session include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#creator_role ⇒ ::String
Returns The database role which created this session.
101 102 103 104 105 106 107 108 109 110 111 112 113 |
# File 'proto_docs/google/spanner/v1/spanner.rb', line 101 class Session include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#labels ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns 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.
101 102 103 104 105 106 107 108 109 110 111 112 113 |
# File 'proto_docs/google/spanner/v1/spanner.rb', line 101 class Session include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#multiplexed ⇒ ::Boolean
Returns Optional. If true, specifies a multiplexed session. A multiplexed session may be used for multiple, concurrent read-only operations but can not be used for read-write transactions, partitioned reads, or partitioned queries. Multiplexed sessions can be created via CreateSession but not via BatchCreateSessions. Multiplexed sessions may not be deleted nor listed.
101 102 103 104 105 106 107 108 109 110 111 112 113 |
# File 'proto_docs/google/spanner/v1/spanner.rb', line 101 class Session include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String (readonly)
Returns Output only. The name of the session. This is always system-assigned.
101 102 103 104 105 106 107 108 109 110 111 112 113 |
# File 'proto_docs/google/spanner/v1/spanner.rb', line 101 class Session include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class LabelsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |