Interface FetchFileGitStatusesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FetchFileGitStatusesResponse
,FetchFileGitStatusesResponse.Builder
public interface FetchFileGitStatusesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FetchFileGitStatusesResponse.UncommittedFileChange
getUncommittedFileChanges(int index)
A list of all files which have uncommitted Git changes.int
getUncommittedFileChangesCount()
A list of all files which have uncommitted Git changes.List<FetchFileGitStatusesResponse.UncommittedFileChange>
getUncommittedFileChangesList()
A list of all files which have uncommitted Git changes.FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder
getUncommittedFileChangesOrBuilder(int index)
A list of all files which have uncommitted Git changes.List<? extends FetchFileGitStatusesResponse.UncommittedFileChangeOrBuilder>
getUncommittedFileChangesOrBuilderList()
A list of all files which have uncommitted Git changes.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.FetchFileGitStatusesResponse.UncommittedFileChange uncommitted_file_changes = 1;
-
-