Class UncommittedFileChange (0.2.1)

UncommittedFileChange(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents the Git state of a file with uncommitted changes.

Attributes

NameDescription
path str
The file's full path including filename, relative to the workspace root.
state google.cloud.dataform_v1beta1.types.FetchFileGitStatusesResponse.UncommittedFileChange.State
Indicates the status of the file.

Inheritance

builtins.object > proto.message.Message > UncommittedFileChange

Classes

State

State(value)

Indicates the status of an uncommitted file change.