Interface SampleSetProto.AnnotationPBOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SampleSetProto.AnnotationPB
,SampleSetProto.AnnotationPB.Builder
- Enclosing class:
- SampleSetProto
public static interface SampleSetProto.AnnotationPBOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getData()
string data = 5;
com.google.protobuf.ByteString
getDataBytes()
string data = 5;
boolean
getDeleted()
bool deleted = 7;
java.lang.String
getPath()
string path = 1;
com.google.protobuf.ByteString
getPathBytes()
string path = 1;
long
getRangeEnd()
int64 rangeEnd = 4;
long
getRangeStart()
int64 rangeStart = 3;
java.lang.String
getStorageId()
string storageId = 6;
com.google.protobuf.ByteString
getStorageIdBytes()
string storageId = 6;
java.lang.String
getType()
string type = 2;
com.google.protobuf.ByteString
getTypeBytes()
string type = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPath
java.lang.String getPath()
string path = 1;
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()
string path = 1;
-
getType
java.lang.String getType()
string type = 2;
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
string type = 2;
-
getRangeStart
long getRangeStart()
int64 rangeStart = 3;
-
getRangeEnd
long getRangeEnd()
int64 rangeEnd = 4;
-
getData
java.lang.String getData()
string data = 5;
-
getDataBytes
com.google.protobuf.ByteString getDataBytes()
string data = 5;
-
getStorageId
java.lang.String getStorageId()
string storageId = 6;
-
getStorageIdBytes
com.google.protobuf.ByteString getStorageIdBytes()
string storageId = 6;
-
getDeleted
boolean getDeleted()
bool deleted = 7;
-
-