Interface FetchFileGitStatusesResponseOrBuilder (0.43.0)

public interface FetchFileGitStatusesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUncommittedFileChanges(int index)

public abstract FetchFileGitStatusesResponse.UncommittedFileChange getUncommittedFileChanges(int index)

A list of all files which have uncommitted Git changes. There will only be a single entry for any given file.

repeated .google.cloud.dataform.v1alpha2.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;

Parameter
Name Description
index int
Returns
Type Description
FetchFileGitStatusesResponse.UncommittedFileChange

getUncommittedFileChangesCount()

public abstract int getUncommittedFileChangesCount()

A list of all files which have uncommitted Git changes. There will only be a single entry for any given file.

repeated .google.cloud.dataform.v1alpha2.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;

Returns
Type Description
int

getUncommittedFileChangesList()

public abstract List<FetchFileGitStatusesResponse.UncommittedFileChange> getUncommittedFileChangesList()

A list of all files which have uncommitted Git changes. There will only be a single entry for any given file.

repeated .google.cloud.dataform.v1alpha2.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;

Returns
Type Description
List<UncommittedFileChange>

getUncommittedFileChangesOrBuilder(int index)

public abstract FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder getUncommittedFileChangesOrBuilder(int index)

A list of all files which have uncommitted Git changes. There will only be a single entry for any given file.

repeated .google.cloud.dataform.v1alpha2.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;

Parameter
Name Description
index int
Returns
Type Description
FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder

getUncommittedFileChangesOrBuilderList()

public abstract List<? extends FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder> getUncommittedFileChangesOrBuilderList()

A list of all files which have uncommitted Git changes. There will only be a single entry for any given file.

repeated .google.cloud.dataform.v1alpha2.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;

Returns
Type Description
List<? extends com.google.cloud.dataform.v1alpha2.FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder>