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.v1.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.v1.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.v1.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.v1.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.v1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dataform.v1.FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder> |
|