Interface HistoryDataProto.AnnotationPBOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string data = 5;
    com.google.protobuf.ByteString
    string data = 5;
    boolean
    bool deleted = 7;
    long
    sint64 lastUpdated = 8;
    string path = 1;
    com.google.protobuf.ByteString
    string path = 1;
    long
    int64 rangeEnd = 4;
    long
    int64 rangeStart = 3;
    string storageId = 6;
    com.google.protobuf.ByteString
    string storageId = 6;
    string type = 2;
    com.google.protobuf.ByteString
    string type = 2;

    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

    • getPath

      String getPath()
      string path = 1;
      Returns:
      The path.
    • getPathBytes

      com.google.protobuf.ByteString getPathBytes()
      string path = 1;
      Returns:
      The bytes for path.
    • getType

      String getType()
      string type = 2;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
      string type = 2;
      Returns:
      The bytes for type.
    • getRangeStart

      long getRangeStart()
      int64 rangeStart = 3;
      Returns:
      The rangeStart.
    • getRangeEnd

      long getRangeEnd()
      int64 rangeEnd = 4;
      Returns:
      The rangeEnd.
    • getData

      String getData()
      string data = 5;
      Returns:
      The data.
    • getDataBytes

      com.google.protobuf.ByteString getDataBytes()
      string data = 5;
      Returns:
      The bytes for data.
    • getStorageId

      String getStorageId()
      string storageId = 6;
      Returns:
      The storageId.
    • getStorageIdBytes

      com.google.protobuf.ByteString getStorageIdBytes()
      string storageId = 6;
      Returns:
      The bytes for storageId.
    • getDeleted

      boolean getDeleted()
      bool deleted = 7;
      Returns:
      The deleted.
    • getLastUpdated

      long getLastUpdated()
      sint64 lastUpdated = 8;
      Returns:
      The lastUpdated.