public sealed class FetchFileDiffRequest : IMessage<FetchFileDiffRequest>, IEquatable<FetchFileDiffRequest>, IDeepCloneable<FetchFileDiffRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class FetchFileDiffRequest.
[[["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 document provides reference documentation for the `FetchFileDiffRequest` class within the Google.Cloud.Dataform.V1Beta1 API, specifically for versions 1.0.0-beta07 and the latest, 1.0.0-beta08."],["`FetchFileDiffRequest` is a message class used in the Dataform v1beta1 API to request file differences, and it inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FetchFileDiffRequest` class has two constructors, a default one and one that takes another `FetchFileDiffRequest` object as a parameter, and two key properties which are `Path` to define the file location and `Workspace` for the workspace name."],["The `WorkspaceAsWorkspaceName` property offers a typed view of the workspace resource name property within the `FetchFileDiffRequest` class, specifically represented by the `WorkspaceName` type."]]],[]]