public sealed class RequestOptions.Types.ClientContext : IMessage<RequestOptions.Types.ClientContext>, IEquatable<RequestOptions.Types.ClientContext>, IDeepCloneable<RequestOptions.Types.ClientContext>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Spanner v1 API class RequestOptions.Types.ClientContext.
Container for various pieces of client-owned context attached to a request.
Implements
IMessageRequestOptionsTypesClientContext, IEquatableRequestOptionsTypesClientContext, IDeepCloneableRequestOptionsTypesClientContext, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.V1Assembly
Google.Cloud.Spanner.V1.dll
Constructors
ClientContext()
public ClientContext()ClientContext(ClientContext)
public ClientContext(RequestOptions.Types.ClientContext other)| Parameter | |
|---|---|
| Name | Description |
other |
RequestOptionsTypesClientContext |
Properties
SecureContext
public MapField<string, Value> SecureContext { get; }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).
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringValue |
|