Class BulkGetDataTableRowsResponse (0.29.0)

public final class BulkGetDataTableRowsResponse extends GeneratedMessage implements BulkGetDataTableRowsResponseOrBuilder

Response message with data table rows.

Protobuf type google.cloud.chronicle.v1.BulkGetDataTableRowsResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > BulkGetDataTableRowsResponse

Static Fields

DATA_TABLE_ROWS_FIELD_NUMBER

public static final int DATA_TABLE_ROWS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BulkGetDataTableRowsResponse getDefaultInstance()
Returns
Type Description
BulkGetDataTableRowsResponse

getDescriptor()

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

newBuilder()

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

newBuilder(BulkGetDataTableRowsResponse prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDataTableRows(int index)

public DataTableRow getDataTableRows(int index)

The requested data table rows.

repeated .google.cloud.chronicle.v1.DataTableRow data_table_rows = 1;

Parameter
Name Description
index int
Returns
Type Description
DataTableRow

getDataTableRowsCount()

public int getDataTableRowsCount()

The requested data table rows.

repeated .google.cloud.chronicle.v1.DataTableRow data_table_rows = 1;

Returns
Type Description
int

getDataTableRowsList()

public List<DataTableRow> getDataTableRowsList()

The requested data table rows.

repeated .google.cloud.chronicle.v1.DataTableRow data_table_rows = 1;

Returns
Type Description
List<DataTableRow>

getDataTableRowsOrBuilder(int index)

public DataTableRowOrBuilder getDataTableRowsOrBuilder(int index)

The requested data table rows.

repeated .google.cloud.chronicle.v1.DataTableRow data_table_rows = 1;

Parameter
Name Description
index int
Returns
Type Description
DataTableRowOrBuilder

getDataTableRowsOrBuilderList()

public List<? extends DataTableRowOrBuilder> getDataTableRowsOrBuilderList()

The requested data table rows.

repeated .google.cloud.chronicle.v1.DataTableRow data_table_rows = 1;

Returns
Type Description
List<? extends com.google.cloud.chronicle.v1.DataTableRowOrBuilder>

getDefaultInstanceForType()

public BulkGetDataTableRowsResponse getDefaultInstanceForType()
Returns
Type Description
BulkGetDataTableRowsResponse

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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 BulkGetDataTableRowsResponse.Builder newBuilderForType()
Returns
Type Description
BulkGetDataTableRowsResponse.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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