public sealed class ReadFileResponse : IMessage<ReadFileResponse>, IEquatable<ReadFileResponse>, IDeepCloneable<ReadFileResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class ReadFileResponse.
[[["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."],[[["This documentation provides details for the `ReadFileResponse` class within the Dataform v1beta1 API, with the latest version being 1.0.0-beta08."],["The `ReadFileResponse` class is a sealed class that inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The primary function of the `ReadFileResponse` class is to serve as a response message for file reading operations within the Dataform API."],["It includes two constructors, a default one and another that takes a `ReadFileResponse` object as a parameter, allowing for the creation of a new object from an existing one."],["It contains a property called `FileContents` that is a `ByteString` type that represents the contents of the file being read."]]],[]]