Interface Checksum.CacheRecordOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Checksum.CacheRecord
,Checksum.CacheRecord.Builder
- Enclosing class:
Checksum
public static interface Checksum.CacheRecordOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring digest = 1;
com.google.protobuf.ByteString
string digest = 1;
string linkname = 3;
com.google.protobuf.ByteString
string linkname = 3;
getType()
.contenthash.CacheRecordType type = 2;
int
.contenthash.CacheRecordType type = 2;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDigest
-
getDigestBytes
com.google.protobuf.ByteString getDigestBytes()string digest = 1;
- Returns:
- The bytes for digest.
-
getTypeValue
int getTypeValue().contenthash.CacheRecordType type = 2;
- Returns:
- The enum numeric value on the wire for type.
-
getType
-
getLinkname
-
getLinknameBytes
com.google.protobuf.ByteString getLinknameBytes()string linkname = 3;
- Returns:
- The bytes for linkname.
-