Google Bigtable v2 API - Class TableResponse (3.27.0)

public sealed class TableResponse : IMessage<TableResponse>, IEquatable<TableResponse>, IDeepCloneable<TableResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Bigtable v2 API class TableResponse.

Internal usage only.

Inheritance

object > TableResponse

Namespace

Google.Cloud.Bigtable.V2

Assembly

Google.Cloud.Bigtable.V2.dll

Constructors

TableResponse()

public TableResponse()

TableResponse(TableResponse)

public TableResponse(TableResponse other)
Parameter
Name Description
other TableResponse

Properties

MutateRow

public SessionMutateRowResponse MutateRow { get; set; }
Property Value
Type Description
SessionMutateRowResponse

PayloadCase

public TableResponse.PayloadOneofCase PayloadCase { get; }
Property Value
Type Description
TableResponsePayloadOneofCase

ReadRow

public SessionReadRowResponse ReadRow { get; set; }
Property Value
Type Description
SessionReadRowResponse