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-09 UTC."],[[["The webpage documents various versions of the `FileContentBuffer` class within the `Google.Cloud.Compute.V1` namespace, with version 3.6.0 being the latest."],["`FileContentBuffer` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The `FileContentBuffer` class has two constructors, a default one and another that accepts another `FileContentBuffer` instance as a parameter."],["The class provides `Content` and `FileType` properties, to contain the raw content of a file and its corresponding type, respectively, along with booleans `HasContent` and `HasFileType` to know if they are set."],["This page provides a comprehensive overview of the different versions of the `FileContentBuffer` class, along with details about its inheritance, implementation of interfaces, constructors, and properties."]]],[]]