public static interface FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPath()
public abstract String getPath()The file's full path including filename, relative to the workspace root.
string path = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The path. |
getPathBytes()
public abstract ByteString getPathBytes()The file's full path including filename, relative to the workspace root.
string path = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for path. |
getState()
public abstract FetchFileGitStatusesResponse.UncommittedFileChange.State getState()Indicates the status of the file.
.google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange.State state = 2;
| Returns | |
|---|---|
| Type | Description |
FetchFileGitStatusesResponse.UncommittedFileChange.State |
The state. |
getStateValue()
public abstract int getStateValue()Indicates the status of the file.
.google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange.State state = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for state. |