public sealed class FetchFileGitStatusesResponse : IMessage<FetchFileGitStatusesResponse>, IEquatable<FetchFileGitStatusesResponse>, IDeepCloneable<FetchFileGitStatusesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataform v1beta1 API class FetchFileGitStatusesResponse.
[[["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 page provides documentation for the `FetchFileGitStatusesResponse` class within the Google.Cloud.Dataform.V1Beta1 namespace, specifically for versions 1.0.0-beta07 and the latest, 1.0.0-beta08."],["`FetchFileGitStatusesResponse` is a response message that inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances and a property called `UncommittedFileChanges`, which holds a list of files with uncommitted Git changes."],["The `UncommittedFileChanges` property is of the type `RepeatedField` and lists all files that have uncommitted changes."]]],[]]