Uses of Interface
com.google.cloud.dataform.v1alpha2.FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder
-
Packages that use FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder Package Description com.google.cloud.dataform.v1alpha2 A client to Dataform API -
-
Uses of FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder in com.google.cloud.dataform.v1alpha2
Classes in com.google.cloud.dataform.v1alpha2 that implement FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder Modifier and Type Class Description static class
FetchFileGitStatusesResponse.UncommittedFileChange
Represents the Git state of a file with uncommitted changes.static class
FetchFileGitStatusesResponse.UncommittedFileChange.Builder
Represents the Git state of a file with uncommitted changes.Methods in com.google.cloud.dataform.v1alpha2 that return FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder Modifier and Type Method Description FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder
FetchFileGitStatusesResponse.Builder. getUncommittedFileChangesOrBuilder(int index)
A list of all files which have uncommitted Git changes.FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder
FetchFileGitStatusesResponse. getUncommittedFileChangesOrBuilder(int index)
A list of all files which have uncommitted Git changes.FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder
FetchFileGitStatusesResponseOrBuilder. getUncommittedFileChangesOrBuilder(int index)
A list of all files which have uncommitted Git changes.Methods in com.google.cloud.dataform.v1alpha2 that return types with arguments of type FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder Modifier and Type Method Description List<? extends FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder>
FetchFileGitStatusesResponse.Builder. getUncommittedFileChangesOrBuilderList()
A list of all files which have uncommitted Git changes.List<? extends FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder>
FetchFileGitStatusesResponse. getUncommittedFileChangesOrBuilderList()
A list of all files which have uncommitted Git changes.List<? extends FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder>
FetchFileGitStatusesResponseOrBuilder. getUncommittedFileChangesOrBuilderList()
A list of all files which have uncommitted Git changes.
-