Class: Grafeas::V1::FileHashes
- Inherits:
-
Object
- Object
- Grafeas::V1::FileHashes
- Extended by:
- Google::Protobuf::MessageExts::ClassMethods
- Includes:
- Google::Protobuf::MessageExts
- Defined in:
- proto_docs/grafeas/v1/provenance.rb
Overview
Container message for hashes of byte content of files, used in source messages to verify integrity of source input to the build.
Instance Attribute Summary collapse
Instance Attribute Details
#file_hash ⇒ ::Array<::Grafeas::V1::Hash>
Returns Required. Collection of file hashes.
123 124 125 126 |
# File 'proto_docs/grafeas/v1/provenance.rb', line 123 class FileHashes include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |