Uses of Class
io.grafeas.v1beta1.provenance.FileHashes
-
Packages that use FileHashes Package Description io.grafeas.v1beta1.provenance -
-
Uses of FileHashes in io.grafeas.v1beta1.provenance
Methods in io.grafeas.v1beta1.provenance that return FileHashes Modifier and Type Method Description FileHashes
FileHashes.Builder. build()
FileHashes
FileHashes.Builder. buildPartial()
static FileHashes
FileHashes. getDefaultInstance()
FileHashes
FileHashes.Builder. getDefaultInstanceForType()
FileHashes
FileHashes. getDefaultInstanceForType()
FileHashes
Source.Builder. getFileHashesOrDefault(String key, FileHashes defaultValue)
Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build.FileHashes
Source. getFileHashesOrDefault(String key, FileHashes defaultValue)
Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build.FileHashes
SourceOrBuilder. getFileHashesOrDefault(String key, FileHashes defaultValue)
Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build.FileHashes
Source.Builder. getFileHashesOrThrow(String key)
Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build.FileHashes
Source. getFileHashesOrThrow(String key)
Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build.FileHashes
SourceOrBuilder. getFileHashesOrThrow(String key)
Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build.static FileHashes
FileHashes. parseDelimitedFrom(InputStream input)
static FileHashes
FileHashes. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FileHashes
FileHashes. parseFrom(byte[] data)
static FileHashes
FileHashes. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FileHashes
FileHashes. parseFrom(com.google.protobuf.ByteString data)
static FileHashes
FileHashes. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FileHashes
FileHashes. parseFrom(com.google.protobuf.CodedInputStream input)
static FileHashes
FileHashes. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FileHashes
FileHashes. parseFrom(InputStream input)
static FileHashes
FileHashes. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FileHashes
FileHashes. parseFrom(ByteBuffer data)
static FileHashes
FileHashes. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.grafeas.v1beta1.provenance that return types with arguments of type FileHashes Modifier and Type Method Description Map<String,FileHashes>
Source.Builder. getFileHashes()
Deprecated.Map<String,FileHashes>
Source. getFileHashes()
Deprecated.Map<String,FileHashes>
SourceOrBuilder. getFileHashes()
Deprecated.Map<String,FileHashes>
Source.Builder. getFileHashesMap()
Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build.Map<String,FileHashes>
Source. getFileHashesMap()
Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build.Map<String,FileHashes>
SourceOrBuilder. getFileHashesMap()
Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build.Map<String,FileHashes>
Source.Builder. getMutableFileHashes()
Deprecated.com.google.protobuf.Parser<FileHashes>
FileHashes. getParserForType()
static com.google.protobuf.Parser<FileHashes>
FileHashes. parser()
Methods in io.grafeas.v1beta1.provenance with parameters of type FileHashes Modifier and Type Method Description FileHashes
Source.Builder. getFileHashesOrDefault(String key, FileHashes defaultValue)
Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build.FileHashes
Source. getFileHashesOrDefault(String key, FileHashes defaultValue)
Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build.FileHashes
SourceOrBuilder. getFileHashesOrDefault(String key, FileHashes defaultValue)
Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build.FileHashes.Builder
FileHashes.Builder. mergeFrom(FileHashes other)
static FileHashes.Builder
FileHashes. newBuilder(FileHashes prototype)
Source.Builder
Source.Builder. putFileHashes(String key, FileHashes value)
Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build.Method parameters in io.grafeas.v1beta1.provenance with type arguments of type FileHashes Modifier and Type Method Description Source.Builder
Source.Builder. putAllFileHashes(Map<String,FileHashes> values)
Hash(es) of the build source, which can be used to verify that the original source integrity was maintained in the build.
-