Show / Hide Table of Contents

Class AdaptMessageRequest

Message sent by the client to the adapter.

Inheritance
object
AdaptMessageRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX