public sealed class MaterializedViewResponse : IMessage<MaterializedViewResponse>, IEquatable<MaterializedViewResponse>, IDeepCloneable<MaterializedViewResponse>, IBufferMessage, IMessageReference documentation and code samples for the Google Bigtable v2 API class MaterializedViewResponse.
A response wrapper for operations on a materialized view. Internal usage only.
Implements
IMessageMaterializedViewResponse, IEquatableMaterializedViewResponse, IDeepCloneableMaterializedViewResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Bigtable.V2Assembly
Google.Cloud.Bigtable.V2.dll
Constructors
MaterializedViewResponse()
public MaterializedViewResponse()MaterializedViewResponse(MaterializedViewResponse)
public MaterializedViewResponse(MaterializedViewResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
MaterializedViewResponse |
Properties
PayloadCase
public MaterializedViewResponse.PayloadOneofCase PayloadCase { get; }| Property Value | |
|---|---|
| Type | Description |
MaterializedViewResponsePayloadOneofCase |
|
ReadRow
public SessionReadRowResponse ReadRow { get; set; }| Property Value | |
|---|---|
| Type | Description |
SessionReadRowResponse |
|