[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `FileHashes` class in the Grafeas v1 API provides a container for managing hashes of file byte content, which is crucial for verifying the integrity of source input during the build process."],["The documentation provides a list of versions for the `FileHashes` class, with version 3.7.0 being the latest and versions ranging back to 2.2.0, showing its evolution."],["The `FileHashes` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for message handling and object comparison."],["The class offers two constructors, `FileHashes()` for default initialization and `FileHashes(FileHashes other)` for copying existing `FileHashes` objects."],["The `FileHash` property, a `RepeatedField\u003cHash\u003e`, is required and represents a collection of file hashes, providing a mechanism to store and manage multiple file integrity checks."]]],[]]