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-04-02 UTC."],[[["This webpage provides documentation for the `FileContentBuffer` class within the `Google.Cloud.Compute.V1` namespace, detailing its properties, constructors, and implemented interfaces."],["The `FileContentBuffer` class is part of the Google.Cloud.Compute.V1.dll assembly and inherits from `object` while implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers a range of versions for the `FileContentBuffer` class, from version 1.0.0 to the latest version 3.6.0, with each version having its own dedicated link."],["The class has two constructors: one default `FileContentBuffer()` and one that accepts another `FileContentBuffer` object as an argument, allowing for object duplication."],["The key properties of the class include `Content`, which holds the raw data, `FileType` describing the file's type and boolean values `HasContent` and `HasFileType` to know if the fields are set."]]],[]]