public sealed class FetchFileDiffResponse : IMessage<FetchFileDiffResponse>, IEquatable<FetchFileDiffResponse>, IDeepCloneable<FetchFileDiffResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class FetchFileDiffResponse.
[[["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-06-05 UTC."],[[["This document provides reference documentation for the `FetchFileDiffResponse` class within the Google Cloud Dataform v1beta1 API, specifically for version 1.0.0-beta07."],["The `FetchFileDiffResponse` class is a response message that inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a property named `FormattedDiff`, which is a string representing the raw formatted Git diff for a given file."],["The document shows that there are two constructors for the class, a default constructor and one that takes another `FetchFileDiffResponse` as a parameter, for copy construction."],["The current latest version is 1.0.0-beta08 and the document also contains a link for 1.0.0-beta07, the version that the `FetchFileDiffResponse` class is referenced from."]]],[]]