Google Cloud Dataform V1beta1 Client - Class State (0.4.5)

Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class State.

Indicates the status of an uncommitted file change.

Protobuf type google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange.State

Namespace

Google \ Cloud \ Dataform \ V1beta1 \ FetchFileGitStatusesResponse \ UncommittedFileChange

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

ADDED

Value: 1

The file has been newly added.

Generated from protobuf enum ADDED = 1;

DELETED

Value: 2

The file has been deleted.

Generated from protobuf enum DELETED = 2;

MODIFIED

Value: 3

The file has been modified.

Generated from protobuf enum MODIFIED = 3;

HAS_CONFLICTS

Value: 4

The file contains merge conflicts.

Generated from protobuf enum HAS_CONFLICTS = 4;