public sealed class FileContentBuffer : IMessage<FileContentBuffer>, IEquatable<FileContentBuffer>, IDeepCloneable<FileContentBuffer>, IBufferMessage, IMessage
[[["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-03-31 UTC."],[[["The `FileContentBuffer` class, part of the `Google.Cloud.Compute.V1` namespace, is implemented in the Google.Cloud.Compute.V1.dll assembly and is used for handling raw content and file types in secure keys files."],["This class offers several implementations, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for flexible data handling and manipulation."],["There are multiple versions of `FileContentBuffer` available, from version 1.0.0 all the way to 3.6.0 which is the latest version, and each version's documentation is linked."],["`FileContentBuffer` includes two primary properties: `Content`, which stores the raw content of the secure key file, and `FileType`, which specifies the type of the source file."],["The `FileContentBuffer` class also contains the methods that define whether these properties, `Content` and `FileType`, are set or not, via the `HasContent` and `HasFileType` methods respectively."]]],[]]