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 SummaryModifier and TypeMethodDescriptionstring hierarchy = 3;com.google.protobuf.ByteStringstring hierarchy = 3;intint32 page_index = 2;getText()string text = 1;com.google.protobuf.ByteStringstring text = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
getTextString getText()string text = 1;- Returns:
- The text.
 
- 
getTextBytescom.google.protobuf.ByteString getTextBytes()string text = 1;- Returns:
- The bytes for text.
 
- 
getPageIndexint getPageIndex()int32 page_index = 2;- Returns:
- The pageIndex.
 
- 
getHierarchyString getHierarchy()string hierarchy = 3;- Returns:
- The hierarchy.
 
- 
getHierarchyBytescom.google.protobuf.ByteString getHierarchyBytes()string hierarchy = 3;- Returns:
- The bytes for hierarchy.
 
 
-