public sealed class FetchFileGitStatusesResponse.Types.UncommittedFileChange : IMessage<FetchFileGitStatusesResponse.Types.UncommittedFileChange>, IEquatable<FetchFileGitStatusesResponse.Types.UncommittedFileChange>, IDeepCloneable<FetchFileGitStatusesResponse.Types.UncommittedFileChange>, IBufferMessage, IMessageReference documentation and code samples for the Dataform v1 API class FetchFileGitStatusesResponse.Types.UncommittedFileChange.
Represents the Git state of a file with uncommitted changes.
Implements
IMessageFetchFileGitStatusesResponseTypesUncommittedFileChange, IEquatableFetchFileGitStatusesResponseTypesUncommittedFileChange, IDeepCloneableFetchFileGitStatusesResponseTypesUncommittedFileChange, IBufferMessage, IMessageNamespace
Google.Cloud.Dataform.V1Assembly
Google.Cloud.Dataform.V1.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; }Output only. Indicates the status of the file.
| Property Value | |
|---|---|
| Type | Description |
FetchFileGitStatusesResponseTypesUncommittedFileChangeTypesState |
|