- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
History,History.Builder
@Generated
public interface HistoryOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteString* The address book hash of the new history.com.google.protobuf.ByteString* The metadata associated to the address book.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getAddressBookHash
com.google.protobuf.ByteString getAddressBookHash()* The address book hash of the new history.
bytes address_book_hash = 1;- Returns:
- The addressBookHash.
-
getMetadata
com.google.protobuf.ByteString getMetadata()* The metadata associated to the address book.
bytes metadata = 2;- Returns:
- The metadata.
-