Package viam.app.data.v1
Interface Data.TabularDataBySQLResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Data.TabularDataBySQLResponse
,Data.TabularDataBySQLResponse.Builder
- Enclosing class:
- Data
public static interface Data.TabularDataBySQLResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString
getRawData
(int index) repeated bytes raw_data = 2 [json_name = "rawData"];
int
repeated bytes raw_data = 2 [json_name = "rawData"];
List<com.google.protobuf.ByteString>
repeated bytes raw_data = 2 [json_name = "rawData"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getRawDataList
List<com.google.protobuf.ByteString> getRawDataList()repeated bytes raw_data = 2 [json_name = "rawData"];
- Returns:
- A list containing the rawData.
-
getRawDataCount
int getRawDataCount()repeated bytes raw_data = 2 [json_name = "rawData"];
- Returns:
- The count of rawData.
-
getRawData
com.google.protobuf.ByteString getRawData(int index) repeated bytes raw_data = 2 [json_name = "rawData"];
- Parameters:
index
- The index of the element to return.- Returns:
- The rawData at the given index.
-