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 designed to handle file content buffers."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities for serialization, comparison, deep cloning, and buffer message handling."],["`FileContentBuffer` provides two constructors, a default one and another that takes an existing `FileContentBuffer` instance for copying."],["The class offers two main properties: `Content`, which stores the raw content of the file as a string, and `FileType`, which defines the type of the source file, both with corresponding `HasContent` and `HasFileType` properties to check if the value is set."],["The latest version of this documentation is for 3.6.0, and the page lists version support all the way down to 1.0.0."]]],[]]