Interface FileHashesOrBuilder (2.38.0)

public interface FileHashesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFileHash(int index)

public abstract Hash getFileHash(int index)

Required. Collection of file hashes.

repeated .grafeas.v1beta1.provenance.Hash file_hash = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Hash

getFileHashCount()

public abstract int getFileHashCount()

Required. Collection of file hashes.

repeated .grafeas.v1beta1.provenance.Hash file_hash = 1;

Returns
TypeDescription
int

getFileHashList()

public abstract List<Hash> getFileHashList()

Required. Collection of file hashes.

repeated .grafeas.v1beta1.provenance.Hash file_hash = 1;

Returns
TypeDescription
List<Hash>

getFileHashOrBuilder(int index)

public abstract HashOrBuilder getFileHashOrBuilder(int index)

Required. Collection of file hashes.

repeated .grafeas.v1beta1.provenance.Hash file_hash = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
HashOrBuilder

getFileHashOrBuilderList()

public abstract List<? extends HashOrBuilder> getFileHashOrBuilderList()

Required. Collection of file hashes.

repeated .grafeas.v1beta1.provenance.Hash file_hash = 1;

Returns
TypeDescription
List<? extends io.grafeas.v1beta1.provenance.HashOrBuilder>