Reference documentation and code samples for the Cloud Spanner V1 API class Google::Cloud::Spanner::V1::RequestOptions::ClientContext.
Container for various pieces of client-owned context attached to a request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#secure_context
def secure_context() -> ::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}
Returns
- (::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}) — Optional. Map of parameter name to value for this request. These values will be returned by any SECURE_CONTEXT() calls invoked by this request (e.g., by queries against Parameterized Secure Views).
#secure_context=
def secure_context=(value) -> ::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}
Parameter
- value (::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}) — Optional. Map of parameter name to value for this request. These values will be returned by any SECURE_CONTEXT() calls invoked by this request (e.g., by queries against Parameterized Secure Views).
Returns
- (::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}) — Optional. Map of parameter name to value for this request. These values will be returned by any SECURE_CONTEXT() calls invoked by this request (e.g., by queries against Parameterized Secure Views).