Interface DataTableRowInfoOrBuilder (0.3.0)

public interface DataTableRowInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataTable()

public abstract String getDataTable()

The name of data table.

string data_table = 1;

Returns
Type Description
String

The dataTable.

getDataTableBytes()

public abstract ByteString getDataTableBytes()

The name of data table.

string data_table = 1;

Returns
Type Description
ByteString

The bytes for dataTable.

getRow()

public abstract Struct getRow()

Stores the key value pair for a data table row where the key is the name of the column for the given value.

.google.protobuf.Struct row = 2;

Returns
Type Description
Struct

The row.

getRowId()

public abstract String getRowId()

The row id of the data table row.

string row_id = 3;

Returns
Type Description
String

The rowId.

getRowIdBytes()

public abstract ByteString getRowIdBytes()

The row id of the data table row.

string row_id = 3;

Returns
Type Description
ByteString

The bytes for rowId.

getRowOrBuilder()

public abstract StructOrBuilder getRowOrBuilder()

Stores the key value pair for a data table row where the key is the name of the column for the given value.

.google.protobuf.Struct row = 2;

Returns
Type Description
StructOrBuilder

hasRow()

public abstract boolean hasRow()

Stores the key value pair for a data table row where the key is the name of the column for the given value.

.google.protobuf.Struct row = 2;

Returns
Type Description
boolean

Whether the row field is set.