Package io.grafeas.v1beta1.provenance
Interface FileHashesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FileHashes,FileHashes.Builder
public interface FileHashesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HashgetFileHash(int index)Required.intgetFileHashCount()Required.List<Hash>getFileHashList()Required.HashOrBuildergetFileHashOrBuilder(int index)Required.List<? extends HashOrBuilder>getFileHashOrBuilderList()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFileHashList
List<Hash> getFileHashList()
Required. Collection of file hashes.
repeated .grafeas.v1beta1.provenance.Hash file_hash = 1;
-
getFileHash
Hash getFileHash(int index)
Required. Collection of file hashes.
repeated .grafeas.v1beta1.provenance.Hash file_hash = 1;
-
getFileHashCount
int getFileHashCount()
Required. Collection of file hashes.
repeated .grafeas.v1beta1.provenance.Hash file_hash = 1;
-
getFileHashOrBuilderList
List<? extends HashOrBuilder> getFileHashOrBuilderList()
Required. Collection of file hashes.
repeated .grafeas.v1beta1.provenance.Hash file_hash = 1;
-
getFileHashOrBuilder
HashOrBuilder getFileHashOrBuilder(int index)
Required. Collection of file hashes.
repeated .grafeas.v1beta1.provenance.Hash file_hash = 1;
-
-