Dataform V1 API - Module Google::Cloud::Dataform::V1::FetchFileGitStatusesResponse::UncommittedFileChange::State (v0.1.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Dataform V1 API module Google::Cloud::Dataform::V1::FetchFileGitStatusesResponse::UncommittedFileChange::State.
Indicates the status of an uncommitted file change.
[[["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-09-03 UTC."],[],[],null,["# Dataform V1 API - Module Google::Cloud::Dataform::V1::FetchFileGitStatusesResponse::UncommittedFileChange::State (v0.1.0)\n\nReference documentation and code samples for the Dataform V1 API module Google::Cloud::Dataform::V1::FetchFileGitStatusesResponse::UncommittedFileChange::State.\n\nIndicates the status of an uncommitted file change.\n\nConstants\n---------\n\n### STATE_UNSPECIFIED\n\n**value:** 0 \nDefault value. This value is unused.\n\n### ADDED\n\n**value:** 1 \nThe file has been newly added.\n\n### DELETED\n\n**value:** 2 \nThe file has been deleted.\n\n### MODIFIED\n\n**value:** 3 \nThe file has been modified.\n\n### HAS_CONFLICTS\n\n**value:** 4 \nThe file contains merge conflicts."]]