public static final class FetchFileGitStatusesResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FetchFileGitStatusesResponse.Builder> implements FetchFileGitStatusesResponseOrBuilder
`FetchFileGitStatuses` response message.Protobuf type
google.cloud.dataform.v1alpha2.FetchFileGitStatusesResponsegetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<FetchFileGitStatusesResponse.Builder>public FetchFileGitStatusesResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<FetchFileGitStatusesResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<FetchFileGitStatusesResponse.Builder>public FetchFileGitStatusesResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic FetchFileGitStatusesResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic FetchFileGitStatusesResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic FetchFileGitStatusesResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<FetchFileGitStatusesResponse.Builder>public FetchFileGitStatusesResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<FetchFileGitStatusesResponse.Builder>public FetchFileGitStatusesResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<FetchFileGitStatusesResponse.Builder>public FetchFileGitStatusesResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<FetchFileGitStatusesResponse.Builder>public FetchFileGitStatusesResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FetchFileGitStatusesResponse.Builder>public FetchFileGitStatusesResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<FetchFileGitStatusesResponse.Builder>public FetchFileGitStatusesResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FetchFileGitStatusesResponse.Builder>public FetchFileGitStatusesResponse.Builder mergeFrom(FetchFileGitStatusesResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<FetchFileGitStatusesResponse.Builder>public FetchFileGitStatusesResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FetchFileGitStatusesResponse.Builder>IOExceptionpublic 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;
getUncommittedFileChangesList in interface FetchFileGitStatusesResponseOrBuilderpublic 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;
getUncommittedFileChangesCount in interface FetchFileGitStatusesResponseOrBuilderpublic 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;
getUncommittedFileChanges in interface FetchFileGitStatusesResponseOrBuilderpublic FetchFileGitStatusesResponse.Builder setUncommittedFileChanges(int index, FetchFileGitStatusesResponse.UncommittedFileChange value)
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;
public FetchFileGitStatusesResponse.Builder setUncommittedFileChanges(int index, FetchFileGitStatusesResponse.UncommittedFileChange.Builder builderForValue)
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;
public FetchFileGitStatusesResponse.Builder addUncommittedFileChanges(FetchFileGitStatusesResponse.UncommittedFileChange value)
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;
public FetchFileGitStatusesResponse.Builder addUncommittedFileChanges(int index, FetchFileGitStatusesResponse.UncommittedFileChange value)
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;
public FetchFileGitStatusesResponse.Builder addUncommittedFileChanges(FetchFileGitStatusesResponse.UncommittedFileChange.Builder builderForValue)
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;
public FetchFileGitStatusesResponse.Builder addUncommittedFileChanges(int index, FetchFileGitStatusesResponse.UncommittedFileChange.Builder builderForValue)
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;
public FetchFileGitStatusesResponse.Builder addAllUncommittedFileChanges(Iterable<? extends FetchFileGitStatusesResponse.UncommittedFileChange> values)
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;
public FetchFileGitStatusesResponse.Builder clearUncommittedFileChanges()
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;
public FetchFileGitStatusesResponse.Builder removeUncommittedFileChanges(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;
public FetchFileGitStatusesResponse.UncommittedFileChange.Builder getUncommittedFileChangesBuilder(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;
public 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;
getUncommittedFileChangesOrBuilder in interface FetchFileGitStatusesResponseOrBuilderpublic 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;
getUncommittedFileChangesOrBuilderList in interface FetchFileGitStatusesResponseOrBuilderpublic FetchFileGitStatusesResponse.UncommittedFileChange.Builder addUncommittedFileChangesBuilder()
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;
public FetchFileGitStatusesResponse.UncommittedFileChange.Builder addUncommittedFileChangesBuilder(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;
public List<FetchFileGitStatusesResponse.UncommittedFileChange.Builder> getUncommittedFileChangesBuilderList()
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;
public final FetchFileGitStatusesResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FetchFileGitStatusesResponse.Builder>public final FetchFileGitStatusesResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FetchFileGitStatusesResponse.Builder>Copyright © 2024 Google LLC. All rights reserved.