Interface BookmarkDescriptorOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BookmarkDescriptor, BookmarkDescriptor.Builder

public interface BookmarkDescriptorOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string hierarchy = 3;
    com.google.protobuf.ByteString
    string hierarchy = 3;
    int
    int32 page_index = 2;
    string text = 1;
    com.google.protobuf.ByteString
    string text = 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

    • getText

      String getText()
      string text = 1;
      Returns:
      The text.
    • getTextBytes

      com.google.protobuf.ByteString getTextBytes()
      string text = 1;
      Returns:
      The bytes for text.
    • getPageIndex

      int getPageIndex()
      int32 page_index = 2;
      Returns:
      The pageIndex.
    • getHierarchy

      String getHierarchy()
      string hierarchy = 3;
      Returns:
      The hierarchy.
    • getHierarchyBytes

      com.google.protobuf.ByteString getHierarchyBytes()
      string hierarchy = 3;
      Returns:
      The bytes for hierarchy.