Class AdaptMessageRequest
Message sent by the client to the adapter.
Implements
Inherited Members
Namespace: Google.Apis.Spanner.v1.Data
Assembly: Google.Apis.Spanner.v1.dll
Syntax
public class AdaptMessageRequest : IDirectResponseSchema
Properties
Attachments
Optional. Opaque request state passed by the client to the server.
Declaration
[JsonProperty("attachments")]
public virtual IDictionary<string, string> Attachments { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, string> |
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 |
Protocol
Required. Identifier for the underlying wire protocol.
Declaration
[JsonProperty("protocol")]
public virtual string Protocol { get; set; }
Property Value
Type | Description |
---|---|
string |