Uses of Class
contenthash.Checksum.CacheRecords.Builder
Packages that use Checksum.CacheRecords.Builder
-
Uses of Checksum.CacheRecords.Builder in contenthash
Subclasses with type arguments of type Checksum.CacheRecords.Builder in contenthashModifier and TypeClassDescriptionstatic final class
Protobuf typecontenthash.CacheRecords
Methods in contenthash that return Checksum.CacheRecords.BuilderModifier and TypeMethodDescriptionChecksum.CacheRecords.Builder.addAllPaths
(Iterable<? extends Checksum.CacheRecordWithPath> values) repeated .contenthash.CacheRecordWithPath paths = 1;
Checksum.CacheRecords.Builder.addPaths
(int index, Checksum.CacheRecordWithPath value) repeated .contenthash.CacheRecordWithPath paths = 1;
Checksum.CacheRecords.Builder.addPaths
(int index, Checksum.CacheRecordWithPath.Builder builderForValue) repeated .contenthash.CacheRecordWithPath paths = 1;
Checksum.CacheRecords.Builder.addPaths
(Checksum.CacheRecordWithPath value) repeated .contenthash.CacheRecordWithPath paths = 1;
Checksum.CacheRecords.Builder.addPaths
(Checksum.CacheRecordWithPath.Builder builderForValue) repeated .contenthash.CacheRecordWithPath paths = 1;
Checksum.CacheRecords.Builder.clear()
Checksum.CacheRecords.Builder.clearPaths()
repeated .contenthash.CacheRecordWithPath paths = 1;
Checksum.CacheRecords.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Checksum.CacheRecords.Builder.mergeFrom
(com.google.protobuf.Message other) Checksum.CacheRecords.Builder.mergeFrom
(Checksum.CacheRecords other) Checksum.CacheRecords.newBuilder()
Checksum.CacheRecords.newBuilder
(Checksum.CacheRecords prototype) Checksum.CacheRecords.newBuilderForType()
protected Checksum.CacheRecords.Builder
Checksum.CacheRecords.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Checksum.CacheRecords.Builder.removePaths
(int index) repeated .contenthash.CacheRecordWithPath paths = 1;
Checksum.CacheRecords.Builder.setPaths
(int index, Checksum.CacheRecordWithPath value) repeated .contenthash.CacheRecordWithPath paths = 1;
Checksum.CacheRecords.Builder.setPaths
(int index, Checksum.CacheRecordWithPath.Builder builderForValue) repeated .contenthash.CacheRecordWithPath paths = 1;
Checksum.CacheRecords.toBuilder()