Class DataTableRowInfo (0.3.0)

public final class DataTableRowInfo extends GeneratedMessage implements DataTableRowInfoOrBuilder

DataTableRowInfo captures information about a data table row including the name of the data table.

Protobuf type google.backstory.DataTableRowInfo

Static Fields

DATA_TABLE_FIELD_NUMBER

public static final int DATA_TABLE_FIELD_NUMBER
Field Value
Type Description
int

ROW_FIELD_NUMBER

public static final int ROW_FIELD_NUMBER
Field Value
Type Description
int

ROW_ID_FIELD_NUMBER

public static final int ROW_ID_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static DataTableRowInfo getDefaultInstance()
Returns
Type Description
DataTableRowInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static DataTableRowInfo.Builder newBuilder()
Returns
Type Description
DataTableRowInfo.Builder

newBuilder(DataTableRowInfo prototype)

public static DataTableRowInfo.Builder newBuilder(DataTableRowInfo prototype)
Parameter
Name Description
prototype DataTableRowInfo
Returns
Type Description
DataTableRowInfo.Builder

parseDelimitedFrom(InputStream input)

public static DataTableRowInfo parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DataTableRowInfo
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DataTableRowInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataTableRowInfo
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static DataTableRowInfo parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
DataTableRowInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static DataTableRowInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataTableRowInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static DataTableRowInfo parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
DataTableRowInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static DataTableRowInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataTableRowInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static DataTableRowInfo parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
DataTableRowInfo
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static DataTableRowInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataTableRowInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static DataTableRowInfo parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DataTableRowInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static DataTableRowInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataTableRowInfo
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static DataTableRowInfo parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
DataTableRowInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static DataTableRowInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
DataTableRowInfo
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<DataTableRowInfo> parser()
Returns
Type Description
Parser<DataTableRowInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDataTable()

public String getDataTable()

The name of data table.

string data_table = 1;

Returns
Type Description
String

The dataTable.

getDataTableBytes()

public ByteString getDataTableBytes()

The name of data table.

string data_table = 1;

Returns
Type Description
ByteString

The bytes for dataTable.

getDefaultInstanceForType()

public DataTableRowInfo getDefaultInstanceForType()
Returns
Type Description
DataTableRowInfo

getParserForType()

public Parser<DataTableRowInfo> getParserForType()
Returns
Type Description
Parser<DataTableRowInfo>
Overrides

getRow()

public 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 String getRowId()

The row id of the data table row.

string row_id = 3;

Returns
Type Description
String

The rowId.

getRowIdBytes()

public ByteString getRowIdBytes()

The row id of the data table row.

string row_id = 3;

Returns
Type Description
ByteString

The bytes for rowId.

getRowOrBuilder()

public 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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasRow()

public 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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public DataTableRowInfo.Builder newBuilderForType()
Returns
Type Description
DataTableRowInfo.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected DataTableRowInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
DataTableRowInfo.Builder
Overrides

toBuilder()

public DataTableRowInfo.Builder toBuilder()
Returns
Type Description
DataTableRowInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException