Dataform v1beta1 API - Class FetchFileGitStatusesResponse.Types.UncommittedFileChange (1.0.0-beta05)

public sealed class FetchFileGitStatusesResponse.Types.UncommittedFileChange : IMessage<FetchFileGitStatusesResponse.Types.UncommittedFileChange>, IEquatable<FetchFileGitStatusesResponse.Types.UncommittedFileChange>, IDeepCloneable<FetchFileGitStatusesResponse.Types.UncommittedFileChange>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataform v1beta1 API class FetchFileGitStatusesResponse.Types.UncommittedFileChange.

Represents the Git state of a file with uncommitted changes.

Inheritance

object > FetchFileGitStatusesResponse.Types.UncommittedFileChange

Namespace

Google.Cloud.Dataform.V1Beta1

Assembly

Google.Cloud.Dataform.V1Beta1.dll

Constructors

UncommittedFileChange()

public UncommittedFileChange()

UncommittedFileChange(UncommittedFileChange)

public UncommittedFileChange(FetchFileGitStatusesResponse.Types.UncommittedFileChange other)
Parameter
Name Description
other FetchFileGitStatusesResponseTypesUncommittedFileChange

Properties

Path

public string Path { get; set; }

The file's full path including filename, relative to the workspace root.

Property Value
Type Description
string

State

public FetchFileGitStatusesResponse.Types.UncommittedFileChange.Types.State State { get; set; }

Indicates the status of the file.

Property Value
Type Description
FetchFileGitStatusesResponseTypesUncommittedFileChangeTypesState