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 |
Last
Optional. Indicates whether this is the last AdaptMessageResponse in the stream. This field may be optionally set by the server. Clients should not rely on this field being set in all cases.
Declaration
[JsonProperty("last")]
public virtual bool? Last { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
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> |