Interface FetchFileGitStatusesResponseOrBuilder

    • Method Detail

      • getUncommittedFileChangesList

        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;
      • getUncommittedFileChanges

        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;
      • getUncommittedFileChangesCount

        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;
      • getUncommittedFileChangesOrBuilderList

        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;
      • getUncommittedFileChangesOrBuilder

        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;