Interface Data.TabularDataByMQLResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Data.TabularDataByMQLResponse, Data.TabularDataByMQLResponse.Builder
Enclosing class:
Data

public static interface Data.TabularDataByMQLResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.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.