Module: Google::Cloud::Dataform::V1beta1::FetchFileGitStatusesResponse::UncommittedFileChange::State
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
Indicates the status of an uncommitted file change.
Constant Summary collapse
- STATE_UNSPECIFIED =
Default value. This value is unused.
0
- ADDED =
The file has been newly added.
1
- DELETED =
The file has been deleted.
2
- MODIFIED =
The file has been modified.
3
- HAS_CONFLICTS =
The file contains merge conflicts.
4