public interface FetchFileGitStatusesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
| Name | Description |
| index | int |
| 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.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
| 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.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
| 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.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
| Name | Description |
| index | int |
| 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.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
| Type | Description |
| List<? extends com.google.cloud.dataform.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder> |