public static final class ByteplusSaasContent.WriteResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.WriteResponse.Builder> implements ByteplusSaasContent.WriteResponseOrBuilder
bytedance.byteplus.rec.content.WriteResponsegetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.WriteResponse.Builder>public ByteplusSaasContent.WriteResponse.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.WriteResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.WriteResponse.Builder>public ByteplusSaasContent.WriteResponse getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic ByteplusSaasContent.WriteResponse build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic ByteplusSaasContent.WriteResponse buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic ByteplusSaasContent.WriteResponse.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.WriteResponse.Builder>public ByteplusSaasContent.WriteResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.WriteResponse.Builder>public ByteplusSaasContent.WriteResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.WriteResponse.Builder>public ByteplusSaasContent.WriteResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.WriteResponse.Builder>public ByteplusSaasContent.WriteResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.WriteResponse.Builder>public ByteplusSaasContent.WriteResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.WriteResponse.Builder>public ByteplusSaasContent.WriteResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ByteplusSaasContent.WriteResponse.Builder>public ByteplusSaasContent.WriteResponse.Builder mergeFrom(ByteplusSaasContent.WriteResponse other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.WriteResponse.Builder>public ByteplusSaasContent.WriteResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在接口中 com.google.protobuf.MessageLite.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ByteplusSaasContent.WriteResponse.Builder>IOExceptionpublic boolean hasStatus()
Task execution result. when status.code is 0, no exception occurred during execution, and all writing was successful
.bytedance.byteplus.rec.content.Status status = 1;hasStatus 在接口中 ByteplusSaasContent.WriteResponseOrBuilderpublic ByteplusSaasContent.Status getStatus()
Task execution result. when status.code is 0, no exception occurred during execution, and all writing was successful
.bytedance.byteplus.rec.content.Status status = 1;getStatus 在接口中 ByteplusSaasContent.WriteResponseOrBuilderpublic ByteplusSaasContent.WriteResponse.Builder setStatus(ByteplusSaasContent.Status value)
Task execution result. when status.code is 0, no exception occurred during execution, and all writing was successful
.bytedance.byteplus.rec.content.Status status = 1;public ByteplusSaasContent.WriteResponse.Builder setStatus(ByteplusSaasContent.Status.Builder builderForValue)
Task execution result. when status.code is 0, no exception occurred during execution, and all writing was successful
.bytedance.byteplus.rec.content.Status status = 1;public ByteplusSaasContent.WriteResponse.Builder mergeStatus(ByteplusSaasContent.Status value)
Task execution result. when status.code is 0, no exception occurred during execution, and all writing was successful
.bytedance.byteplus.rec.content.Status status = 1;public ByteplusSaasContent.WriteResponse.Builder clearStatus()
Task execution result. when status.code is 0, no exception occurred during execution, and all writing was successful
.bytedance.byteplus.rec.content.Status status = 1;public ByteplusSaasContent.Status.Builder getStatusBuilder()
Task execution result. when status.code is 0, no exception occurred during execution, and all writing was successful
.bytedance.byteplus.rec.content.Status status = 1;public ByteplusSaasContent.StatusOrBuilder getStatusOrBuilder()
Task execution result. when status.code is 0, no exception occurred during execution, and all writing was successful
.bytedance.byteplus.rec.content.Status status = 1;public List<ByteplusSaasContent.DataError> getErrorsList()
When status.code is 1206, errors has a value. Some data may fail to be processed during the writing process, and all failure information will be returned through errors. If status.code is not 0, but errors has no value, it means that all data is Write failed
repeated .bytedance.byteplus.rec.content.DataError errors = 2;public int getErrorsCount()
When status.code is 1206, errors has a value. Some data may fail to be processed during the writing process, and all failure information will be returned through errors. If status.code is not 0, but errors has no value, it means that all data is Write failed
repeated .bytedance.byteplus.rec.content.DataError errors = 2;public ByteplusSaasContent.DataError getErrors(int index)
When status.code is 1206, errors has a value. Some data may fail to be processed during the writing process, and all failure information will be returned through errors. If status.code is not 0, but errors has no value, it means that all data is Write failed
repeated .bytedance.byteplus.rec.content.DataError errors = 2;public ByteplusSaasContent.WriteResponse.Builder setErrors(int index, ByteplusSaasContent.DataError value)
When status.code is 1206, errors has a value. Some data may fail to be processed during the writing process, and all failure information will be returned through errors. If status.code is not 0, but errors has no value, it means that all data is Write failed
repeated .bytedance.byteplus.rec.content.DataError errors = 2;public ByteplusSaasContent.WriteResponse.Builder setErrors(int index, ByteplusSaasContent.DataError.Builder builderForValue)
When status.code is 1206, errors has a value. Some data may fail to be processed during the writing process, and all failure information will be returned through errors. If status.code is not 0, but errors has no value, it means that all data is Write failed
repeated .bytedance.byteplus.rec.content.DataError errors = 2;public ByteplusSaasContent.WriteResponse.Builder addErrors(ByteplusSaasContent.DataError value)
When status.code is 1206, errors has a value. Some data may fail to be processed during the writing process, and all failure information will be returned through errors. If status.code is not 0, but errors has no value, it means that all data is Write failed
repeated .bytedance.byteplus.rec.content.DataError errors = 2;public ByteplusSaasContent.WriteResponse.Builder addErrors(int index, ByteplusSaasContent.DataError value)
When status.code is 1206, errors has a value. Some data may fail to be processed during the writing process, and all failure information will be returned through errors. If status.code is not 0, but errors has no value, it means that all data is Write failed
repeated .bytedance.byteplus.rec.content.DataError errors = 2;public ByteplusSaasContent.WriteResponse.Builder addErrors(ByteplusSaasContent.DataError.Builder builderForValue)
When status.code is 1206, errors has a value. Some data may fail to be processed during the writing process, and all failure information will be returned through errors. If status.code is not 0, but errors has no value, it means that all data is Write failed
repeated .bytedance.byteplus.rec.content.DataError errors = 2;public ByteplusSaasContent.WriteResponse.Builder addErrors(int index, ByteplusSaasContent.DataError.Builder builderForValue)
When status.code is 1206, errors has a value. Some data may fail to be processed during the writing process, and all failure information will be returned through errors. If status.code is not 0, but errors has no value, it means that all data is Write failed
repeated .bytedance.byteplus.rec.content.DataError errors = 2;public ByteplusSaasContent.WriteResponse.Builder addAllErrors(Iterable<? extends ByteplusSaasContent.DataError> values)
When status.code is 1206, errors has a value. Some data may fail to be processed during the writing process, and all failure information will be returned through errors. If status.code is not 0, but errors has no value, it means that all data is Write failed
repeated .bytedance.byteplus.rec.content.DataError errors = 2;public ByteplusSaasContent.WriteResponse.Builder clearErrors()
When status.code is 1206, errors has a value. Some data may fail to be processed during the writing process, and all failure information will be returned through errors. If status.code is not 0, but errors has no value, it means that all data is Write failed
repeated .bytedance.byteplus.rec.content.DataError errors = 2;public ByteplusSaasContent.WriteResponse.Builder removeErrors(int index)
When status.code is 1206, errors has a value. Some data may fail to be processed during the writing process, and all failure information will be returned through errors. If status.code is not 0, but errors has no value, it means that all data is Write failed
repeated .bytedance.byteplus.rec.content.DataError errors = 2;public ByteplusSaasContent.DataError.Builder getErrorsBuilder(int index)
When status.code is 1206, errors has a value. Some data may fail to be processed during the writing process, and all failure information will be returned through errors. If status.code is not 0, but errors has no value, it means that all data is Write failed
repeated .bytedance.byteplus.rec.content.DataError errors = 2;public ByteplusSaasContent.DataErrorOrBuilder getErrorsOrBuilder(int index)
When status.code is 1206, errors has a value. Some data may fail to be processed during the writing process, and all failure information will be returned through errors. If status.code is not 0, but errors has no value, it means that all data is Write failed
repeated .bytedance.byteplus.rec.content.DataError errors = 2;public List<? extends ByteplusSaasContent.DataErrorOrBuilder> getErrorsOrBuilderList()
When status.code is 1206, errors has a value. Some data may fail to be processed during the writing process, and all failure information will be returned through errors. If status.code is not 0, but errors has no value, it means that all data is Write failed
repeated .bytedance.byteplus.rec.content.DataError errors = 2;public ByteplusSaasContent.DataError.Builder addErrorsBuilder()
When status.code is 1206, errors has a value. Some data may fail to be processed during the writing process, and all failure information will be returned through errors. If status.code is not 0, but errors has no value, it means that all data is Write failed
repeated .bytedance.byteplus.rec.content.DataError errors = 2;public ByteplusSaasContent.DataError.Builder addErrorsBuilder(int index)
When status.code is 1206, errors has a value. Some data may fail to be processed during the writing process, and all failure information will be returned through errors. If status.code is not 0, but errors has no value, it means that all data is Write failed
repeated .bytedance.byteplus.rec.content.DataError errors = 2;public List<ByteplusSaasContent.DataError.Builder> getErrorsBuilderList()
When status.code is 1206, errors has a value. Some data may fail to be processed during the writing process, and all failure information will be returned through errors. If status.code is not 0, but errors has no value, it means that all data is Write failed
repeated .bytedance.byteplus.rec.content.DataError errors = 2;public final ByteplusSaasContent.WriteResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.WriteResponse.Builder>public final ByteplusSaasContent.WriteResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.WriteResponse.Builder>Copyright © 2024. All rights reserved.