Class FetchFileGitStatusesResponse (0.1.0)

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

FetchFileGitStatuses response message.

Attribute

NameDescription
uncommitted_file_changes Sequence[google.cloud.dataform_v1alpha2.types.FetchFileGitStatusesResponse.UncommittedFileChange]
A list of all files which have uncommitted Git changes. There will only be a single entry for any given file.

Classes

UncommittedFileChange

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

Represents the Git state of a file with uncommitted changes.