Interface FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder (0.35.0)

public static interface FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPath()

public abstract String getPath()

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

string path = 1;

Returns
TypeDescription
String

The path.

getPathBytes()

public abstract ByteString getPathBytes()

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

string path = 1;

Returns
TypeDescription
ByteString

The bytes for path.

getState()

public abstract FetchFileGitStatusesResponse.UncommittedFileChange.State getState()

Indicates the status of the file.

.google.cloud.dataform.v1alpha2.FetchFileGitStatusesResponse.UncommittedFileChange.State state = 2;

Returns
TypeDescription
FetchFileGitStatusesResponse.UncommittedFileChange.State

The state.

getStateValue()

public abstract int getStateValue()

Indicates the status of the file.

.google.cloud.dataform.v1alpha2.FetchFileGitStatusesResponse.UncommittedFileChange.State state = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for state.