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 provides documentation for the `FileContentBuffer` class within the `Google.Cloud.Compute.V1` namespace, specifically version 3.3.0 of the library, with links to prior versions and the latest version, 3.6.0."],["`FileContentBuffer` implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, providing functionality for handling file content within the Google Cloud Compute environment."],["The class offers two constructors, a default constructor and one that accepts another `FileContentBuffer` object for copying, enabling flexible object instantiation."],["`FileContentBuffer` contains two properties, `Content` and `FileType`, which represent the raw content of the secure keys file and the file type of the source file, respectively, and each of these properties has an accompanying boolean `HasContent` or `HasFileType` property."],["The webpage displays the complete list of all versions of the class, from the most recent 3.6.0 down to 1.0.0."]]],[]]