Uses of Class
contenthash.Checksum.CacheRecordWithPath
Packages that use Checksum.CacheRecordWithPath
-
Uses of Checksum.CacheRecordWithPath in contenthash
Methods in contenthash that return Checksum.CacheRecordWithPathModifier and TypeMethodDescriptionChecksum.CacheRecordWithPath.Builder.build()
Checksum.CacheRecordWithPath.Builder.buildPartial()
static Checksum.CacheRecordWithPath
Checksum.CacheRecordWithPath.getDefaultInstance()
Checksum.CacheRecordWithPath.Builder.getDefaultInstanceForType()
Checksum.CacheRecordWithPath.getDefaultInstanceForType()
Checksum.CacheRecords.Builder.getPaths
(int index) repeated .contenthash.CacheRecordWithPath paths = 1;
Checksum.CacheRecords.getPaths
(int index) repeated .contenthash.CacheRecordWithPath paths = 1;
Checksum.CacheRecordsOrBuilder.getPaths
(int index) repeated .contenthash.CacheRecordWithPath paths = 1;
static Checksum.CacheRecordWithPath
Checksum.CacheRecordWithPath.parseDelimitedFrom
(InputStream input) static Checksum.CacheRecordWithPath
Checksum.CacheRecordWithPath.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Checksum.CacheRecordWithPath
Checksum.CacheRecordWithPath.parseFrom
(byte[] data) static Checksum.CacheRecordWithPath
Checksum.CacheRecordWithPath.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Checksum.CacheRecordWithPath
Checksum.CacheRecordWithPath.parseFrom
(com.google.protobuf.ByteString data) static Checksum.CacheRecordWithPath
Checksum.CacheRecordWithPath.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Checksum.CacheRecordWithPath
Checksum.CacheRecordWithPath.parseFrom
(com.google.protobuf.CodedInputStream input) static Checksum.CacheRecordWithPath
Checksum.CacheRecordWithPath.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Checksum.CacheRecordWithPath
Checksum.CacheRecordWithPath.parseFrom
(InputStream input) static Checksum.CacheRecordWithPath
Checksum.CacheRecordWithPath.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Checksum.CacheRecordWithPath
Checksum.CacheRecordWithPath.parseFrom
(ByteBuffer data) static Checksum.CacheRecordWithPath
Checksum.CacheRecordWithPath.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in contenthash that return types with arguments of type Checksum.CacheRecordWithPathModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<Checksum.CacheRecordWithPath> Checksum.CacheRecordWithPath.getParserForType()
Checksum.CacheRecords.Builder.getPathsList()
repeated .contenthash.CacheRecordWithPath paths = 1;
Checksum.CacheRecords.getPathsList()
repeated .contenthash.CacheRecordWithPath paths = 1;
Checksum.CacheRecordsOrBuilder.getPathsList()
repeated .contenthash.CacheRecordWithPath paths = 1;
static com.google.protobuf.Parser
<Checksum.CacheRecordWithPath> Checksum.CacheRecordWithPath.parser()
Methods in contenthash with parameters of type Checksum.CacheRecordWithPathModifier and TypeMethodDescriptionChecksum.CacheRecords.Builder.addPaths
(int index, Checksum.CacheRecordWithPath value) repeated .contenthash.CacheRecordWithPath paths = 1;
Checksum.CacheRecords.Builder.addPaths
(Checksum.CacheRecordWithPath value) repeated .contenthash.CacheRecordWithPath paths = 1;
Checksum.CacheRecordWithPath.Builder.mergeFrom
(Checksum.CacheRecordWithPath other) Checksum.CacheRecordWithPath.newBuilder
(Checksum.CacheRecordWithPath prototype) Checksum.CacheRecords.Builder.setPaths
(int index, Checksum.CacheRecordWithPath value) repeated .contenthash.CacheRecordWithPath paths = 1;
Method parameters in contenthash with type arguments of type Checksum.CacheRecordWithPathModifier and TypeMethodDescriptionChecksum.CacheRecords.Builder.addAllPaths
(Iterable<? extends Checksum.CacheRecordWithPath> values) repeated .contenthash.CacheRecordWithPath paths = 1;