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 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.MessageLiteOrBuilder
isInitializedMethods 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.
-