public static interface CoverageProto.MFileOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFilename()
required string filename = 1; |
com.google.protobuf.ByteString |
getFilenameBytes()
required string filename = 1; |
int |
getIndex()
required uint32 index = 3; |
long |
getLastModified()
required uint64 lastModified = 2; |
long |
getLength()
optional uint64 length = 4 [default = 0]; |
boolean |
hasFilename()
required string filename = 1; |
boolean |
hasIndex()
required uint32 index = 3; |
boolean |
hasLastModified()
required uint64 lastModified = 2; |
boolean |
hasLength()
optional uint64 length = 4 [default = 0]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasFilename()
required string filename = 1;
reletive to topDir
java.lang.String getFilename()
required string filename = 1;
reletive to topDir
com.google.protobuf.ByteString getFilenameBytes()
required string filename = 1;
reletive to topDir
boolean hasLastModified()
required uint64 lastModified = 2;
long getLastModified()
required uint64 lastModified = 2;
boolean hasIndex()
required uint32 index = 3;
the records use this number
int getIndex()
required uint32 index = 3;
the records use this number
boolean hasLength()
optional uint64 length = 4 [default = 0];
long getLength()
optional uint64 length = 4 [default = 0];