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 latest version available for `FileContentBuffer` within the `Google.Cloud.Compute.V1` namespace is 3.6.0, and there are several previous versions ranging from 3.5.0 down to 1.0.0."],["The `FileContentBuffer` class is a sealed class in the `Google.Cloud.Compute.V1` namespace that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `FileContentBuffer` has two properties, `Content` and `FileType`, both of which are strings, along with boolean properties `HasContent` and `HasFileType` which are used to determine if these fields are set."],["The FileContentBuffer class has a parameterless constructor and a constructor that takes another `FileContentBuffer` as an argument."],["This class is a child of `Object` and inherits members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."]]],[]]