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-21 UTC."],[[["The `FileContentBuffer` class, part of the `Google.Cloud.Compute.V1` namespace, is available in multiple versions, ranging from version 1.0.0 to the latest 3.6.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, equality comparisons, deep cloning, and buffer operations."],["`FileContentBuffer` objects can be instantiated using a default constructor or a copy constructor, allowing for creating new instances or cloning existing ones."],["The class contains two key properties, `Content` and `FileType`, representing the raw content and type of a file, respectively, and they both have corresponding boolean properties, `HasContent` and `HasFileType`, to check if they are set."],["The class is found within the `Google.Cloud.Compute.V1.dll` assembly."]]],[]]