-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface TombstoneProtos.RegisterOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetName()string name = 1;abstract ByteStringgetNameBytes()string name = 1;abstract longgetU64()uint64 u64 = 2;-
-
Method Detail
-
getNameBytes
abstract ByteString getNameBytes()
string name = 1;
-
getU64
abstract long getU64()
uint64 u64 = 2;
-
-
-
-