Interface HistoryDataProto.DataBytesPBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
HistoryDataProto.DataBytesPB, HistoryDataProto.DataBytesPB.Builder
Enclosing class:
HistoryDataProto

public static interface HistoryDataProto.DataBytesPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.ByteString
    getData(int index)
    repeated bytes data = 2;
    int
    repeated bytes data = 2;
    List<com.google.protobuf.ByteString>
    repeated bytes data = 2;
    string flavor = 1;
    com.google.protobuf.ByteString
    string flavor = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getFlavor

      String getFlavor()
      string flavor = 1;
      Returns:
      The flavor.
    • getFlavorBytes

      com.google.protobuf.ByteString getFlavorBytes()
      string flavor = 1;
      Returns:
      The bytes for flavor.
    • getDataList

      List<com.google.protobuf.ByteString> getDataList()
      repeated bytes data = 2;
      Returns:
      A list containing the data.
    • getDataCount

      int getDataCount()
      repeated bytes data = 2;
      Returns:
      The count of data.
    • getData

      com.google.protobuf.ByteString getData(int index)
      repeated bytes data = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The data at the given index.