SHA256 hash of the first hashed_size bytes of the file encoded as a
hex string. If hashed_size == size, sha256 represents the SHA256 hash
of the entire file.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-04 UTC."],[[["This webpage provides reference documentation for the `File` class within the Google Cloud Security Center v1 API, covering versions from 2.2.0 up to the latest, 3.24.0."],["The `File` class represents file information about binaries, libraries, or scripts, and it inherits from the base `Object` class while implementing several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties of the `File` class include `Contents`, `HashedSize`, `PartiallyHashed`, `Path`, `Sha256`, and `Size`, which detail aspects like file content prefix, hashed size, path, SHA256 hash, and total size."],["The latest version is 3.24.0, and the page lists all available versions in descending order, allowing developers to access documentation for specific versions as needed."],["The `File` class has two constructors: a default constructor and one that accepts another `File` object as a parameter for creating a copy."]]],[]]