Class AdaptMessageResponse
Message sent by the adapter to the client.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class AdaptMessageResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Payload
Optional. Uninterpreted bytes from the underlying wire protocol.
Declaration
[JsonProperty("payload")]
public virtual string Payload { get; set; }
Property Value
Type | Description |
---|---|
string |
StateUpdates
Optional. Opaque state updates to be applied by the client.
Declaration
[JsonProperty("stateUpdates")]
public virtual IDictionary<string, string> StateUpdates { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |