Reference documentation and code samples for the Google Cloud Dataform V1 Client class State.
Indicates the status of an uncommitted file change.
Protobuf type google.cloud.dataform.v1.FetchFileGitStatusesResponse.UncommittedFileChange.State
Namespace
Google \ Cloud \ Dataform \ V1 \ FetchFileGitStatusesResponse \ UncommittedFileChangeMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ADDED
Value: 1The file has been newly added.
Generated from protobuf enum ADDED = 1;
DELETED
Value: 2The file has been deleted.
Generated from protobuf enum DELETED = 2;
MODIFIED
Value: 3The file has been modified.
Generated from protobuf enum MODIFIED = 3;
HAS_CONFLICTS
Value: 4The file contains merge conflicts.
Generated from protobuf enum HAS_CONFLICTS = 4;