public interface FileHashesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Hash |
getFileHash(int index)
Collection of file hashes.
|
int |
getFileHashCount()
Collection of file hashes.
|
List<Hash> |
getFileHashList()
Collection of file hashes.
|
HashOrBuilder |
getFileHashOrBuilder(int index)
Collection of file hashes.
|
List<? extends HashOrBuilder> |
getFileHashOrBuilderList()
Collection of file hashes.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Hash> getFileHashList()
Collection of file hashes.
repeated .grafeas.v1beta1.provenance.Hash file_hash = 1;Hash getFileHash(int index)
Collection of file hashes.
repeated .grafeas.v1beta1.provenance.Hash file_hash = 1;int getFileHashCount()
Collection of file hashes.
repeated .grafeas.v1beta1.provenance.Hash file_hash = 1;List<? extends HashOrBuilder> getFileHashOrBuilderList()
Collection of file hashes.
repeated .grafeas.v1beta1.provenance.Hash file_hash = 1;HashOrBuilder getFileHashOrBuilder(int index)
Collection of file hashes.
repeated .grafeas.v1beta1.provenance.Hash file_hash = 1;Copyright © 2019 Google LLC. All rights reserved.