Interface Checksum.CacheRecordsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Checksum.CacheRecords
,Checksum.CacheRecords.Builder
- Enclosing class:
Checksum
public static interface Checksum.CacheRecordsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPaths
(int index) repeated .contenthash.CacheRecordWithPath paths = 1;
int
repeated .contenthash.CacheRecordWithPath paths = 1;
repeated .contenthash.CacheRecordWithPath paths = 1;
getPathsOrBuilder
(int index) repeated .contenthash.CacheRecordWithPath paths = 1;
List
<? extends Checksum.CacheRecordWithPathOrBuilder> repeated .contenthash.CacheRecordWithPath paths = 1;
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
-
getPathsList
List<Checksum.CacheRecordWithPath> getPathsList()repeated .contenthash.CacheRecordWithPath paths = 1;
-
getPaths
repeated .contenthash.CacheRecordWithPath paths = 1;
-
getPathsCount
int getPathsCount()repeated .contenthash.CacheRecordWithPath paths = 1;
-
getPathsOrBuilderList
List<? extends Checksum.CacheRecordWithPathOrBuilder> getPathsOrBuilderList()repeated .contenthash.CacheRecordWithPath paths = 1;
-
getPathsOrBuilder
repeated .contenthash.CacheRecordWithPath paths = 1;
-