Show / Hide Table of Contents

Class AdaptMessageResponse

Message sent by the adapter to the client.

Inheritance
object
AdaptMessageResponse
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 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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX