public interface FetchFileGitStatusesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;
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;
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;
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;
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;
Copyright © 2024 Google LLC. All rights reserved.