public static final class FieldValue.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FieldValue.Builder> implements FieldValueOrBuilder
proxima.dashvector.proto.FieldValue| 限定符和类型 | 方法和说明 |
|---|---|
FieldValue.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FieldValue |
build() |
FieldValue |
buildPartial() |
FieldValue.Builder |
clear() |
FieldValue.Builder |
clearBoolValue()
bool bool_value = 1; |
FieldValue.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FieldValue.Builder |
clearFloatArray()
.proxima.dashvector.proto.FloatArray float_array = 13; |
FieldValue.Builder |
clearFloatValue()
float float_value = 4; |
FieldValue.Builder |
clearIntArray()
.proxima.dashvector.proto.IntArray int_array = 12; |
FieldValue.Builder |
clearIntValue()
int32 int_value = 3; |
FieldValue.Builder |
clearLongArray()
.proxima.dashvector.proto.LongArray long_array = 14; |
FieldValue.Builder |
clearLongValue()
int64 long_value = 5; |
FieldValue.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FieldValue.Builder |
clearStringArray()
ARRAY
.proxima.dashvector.proto.StringArray string_array = 11; |
FieldValue.Builder |
clearStringValue()
string string_value = 2; |
FieldValue.Builder |
clearValueOneof() |
FieldValue.Builder |
clone() |
boolean |
getBoolValue()
bool bool_value = 1; |
FieldValue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
FloatArray |
getFloatArray()
.proxima.dashvector.proto.FloatArray float_array = 13; |
FloatArray.Builder |
getFloatArrayBuilder()
.proxima.dashvector.proto.FloatArray float_array = 13; |
FloatArrayOrBuilder |
getFloatArrayOrBuilder()
.proxima.dashvector.proto.FloatArray float_array = 13; |
float |
getFloatValue()
float float_value = 4; |
IntArray |
getIntArray()
.proxima.dashvector.proto.IntArray int_array = 12; |
IntArray.Builder |
getIntArrayBuilder()
.proxima.dashvector.proto.IntArray int_array = 12; |
IntArrayOrBuilder |
getIntArrayOrBuilder()
.proxima.dashvector.proto.IntArray int_array = 12; |
int |
getIntValue()
int32 int_value = 3; |
LongArray |
getLongArray()
.proxima.dashvector.proto.LongArray long_array = 14; |
LongArray.Builder |
getLongArrayBuilder()
.proxima.dashvector.proto.LongArray long_array = 14; |
LongArrayOrBuilder |
getLongArrayOrBuilder()
.proxima.dashvector.proto.LongArray long_array = 14; |
long |
getLongValue()
int64 long_value = 5; |
StringArray |
getStringArray()
ARRAY
.proxima.dashvector.proto.StringArray string_array = 11; |
StringArray.Builder |
getStringArrayBuilder()
ARRAY
.proxima.dashvector.proto.StringArray string_array = 11; |
StringArrayOrBuilder |
getStringArrayOrBuilder()
ARRAY
.proxima.dashvector.proto.StringArray string_array = 11; |
String |
getStringValue()
string string_value = 2; |
com.google.protobuf.ByteString |
getStringValueBytes()
string string_value = 2; |
FieldValue.ValueOneofCase |
getValueOneofCase() |
boolean |
hasBoolValue()
bool bool_value = 1; |
boolean |
hasFloatArray()
.proxima.dashvector.proto.FloatArray float_array = 13; |
boolean |
hasFloatValue()
float float_value = 4; |
boolean |
hasIntArray()
.proxima.dashvector.proto.IntArray int_array = 12; |
boolean |
hasIntValue()
int32 int_value = 3; |
boolean |
hasLongArray()
.proxima.dashvector.proto.LongArray long_array = 14; |
boolean |
hasLongValue()
int64 long_value = 5; |
boolean |
hasStringArray()
ARRAY
.proxima.dashvector.proto.StringArray string_array = 11; |
boolean |
hasStringValue()
string string_value = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FieldValue.Builder |
mergeFloatArray(FloatArray value)
.proxima.dashvector.proto.FloatArray float_array = 13; |
FieldValue.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FieldValue.Builder |
mergeFrom(FieldValue other) |
FieldValue.Builder |
mergeFrom(com.google.protobuf.Message other) |
FieldValue.Builder |
mergeIntArray(IntArray value)
.proxima.dashvector.proto.IntArray int_array = 12; |
FieldValue.Builder |
mergeLongArray(LongArray value)
.proxima.dashvector.proto.LongArray long_array = 14; |
FieldValue.Builder |
mergeStringArray(StringArray value)
ARRAY
.proxima.dashvector.proto.StringArray string_array = 11; |
FieldValue.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FieldValue.Builder |
setBoolValue(boolean value)
bool bool_value = 1; |
FieldValue.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FieldValue.Builder |
setFloatArray(FloatArray.Builder builderForValue)
.proxima.dashvector.proto.FloatArray float_array = 13; |
FieldValue.Builder |
setFloatArray(FloatArray value)
.proxima.dashvector.proto.FloatArray float_array = 13; |
FieldValue.Builder |
setFloatValue(float value)
float float_value = 4; |
FieldValue.Builder |
setIntArray(IntArray.Builder builderForValue)
.proxima.dashvector.proto.IntArray int_array = 12; |
FieldValue.Builder |
setIntArray(IntArray value)
.proxima.dashvector.proto.IntArray int_array = 12; |
FieldValue.Builder |
setIntValue(int value)
int32 int_value = 3; |
FieldValue.Builder |
setLongArray(LongArray.Builder builderForValue)
.proxima.dashvector.proto.LongArray long_array = 14; |
FieldValue.Builder |
setLongArray(LongArray value)
.proxima.dashvector.proto.LongArray long_array = 14; |
FieldValue.Builder |
setLongValue(long value)
int64 long_value = 5; |
FieldValue.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FieldValue.Builder |
setStringArray(StringArray.Builder builderForValue)
ARRAY
.proxima.dashvector.proto.StringArray string_array = 11; |
FieldValue.Builder |
setStringArray(StringArray value)
ARRAY
.proxima.dashvector.proto.StringArray string_array = 11; |
FieldValue.Builder |
setStringValue(String value)
string string_value = 2; |
FieldValue.Builder |
setStringValueBytes(com.google.protobuf.ByteString value)
string string_value = 2; |
FieldValue.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, 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, mergeFrom, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<FieldValue.Builder>public FieldValue.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<FieldValue.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<FieldValue.Builder>public FieldValue getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic FieldValue build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic FieldValue buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic FieldValue.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<FieldValue.Builder>public FieldValue.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<FieldValue.Builder>public FieldValue.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<FieldValue.Builder>public FieldValue.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<FieldValue.Builder>public FieldValue.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<FieldValue.Builder>public FieldValue.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<FieldValue.Builder>public FieldValue.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<FieldValue.Builder>public FieldValue.Builder mergeFrom(FieldValue other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<FieldValue.Builder>public FieldValue.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<FieldValue.Builder>IOExceptionpublic FieldValue.ValueOneofCase getValueOneofCase()
getValueOneofCase 在接口中 FieldValueOrBuilderpublic FieldValue.Builder clearValueOneof()
public boolean hasBoolValue()
bool bool_value = 1;hasBoolValue 在接口中 FieldValueOrBuilderpublic boolean getBoolValue()
bool bool_value = 1;getBoolValue 在接口中 FieldValueOrBuilderpublic FieldValue.Builder setBoolValue(boolean value)
bool bool_value = 1;value - The boolValue to set.public FieldValue.Builder clearBoolValue()
bool bool_value = 1;public boolean hasStringValue()
string string_value = 2;hasStringValue 在接口中 FieldValueOrBuilderpublic String getStringValue()
string string_value = 2;getStringValue 在接口中 FieldValueOrBuilderpublic com.google.protobuf.ByteString getStringValueBytes()
string string_value = 2;getStringValueBytes 在接口中 FieldValueOrBuilderpublic FieldValue.Builder setStringValue(String value)
string string_value = 2;value - The stringValue to set.public FieldValue.Builder clearStringValue()
string string_value = 2;public FieldValue.Builder setStringValueBytes(com.google.protobuf.ByteString value)
string string_value = 2;value - The bytes for stringValue to set.public boolean hasIntValue()
int32 int_value = 3;hasIntValue 在接口中 FieldValueOrBuilderpublic int getIntValue()
int32 int_value = 3;getIntValue 在接口中 FieldValueOrBuilderpublic FieldValue.Builder setIntValue(int value)
int32 int_value = 3;value - The intValue to set.public FieldValue.Builder clearIntValue()
int32 int_value = 3;public boolean hasFloatValue()
float float_value = 4;hasFloatValue 在接口中 FieldValueOrBuilderpublic float getFloatValue()
float float_value = 4;getFloatValue 在接口中 FieldValueOrBuilderpublic FieldValue.Builder setFloatValue(float value)
float float_value = 4;value - The floatValue to set.public FieldValue.Builder clearFloatValue()
float float_value = 4;public boolean hasLongValue()
int64 long_value = 5;hasLongValue 在接口中 FieldValueOrBuilderpublic long getLongValue()
int64 long_value = 5;getLongValue 在接口中 FieldValueOrBuilderpublic FieldValue.Builder setLongValue(long value)
int64 long_value = 5;value - The longValue to set.public FieldValue.Builder clearLongValue()
int64 long_value = 5;public boolean hasStringArray()
ARRAY
.proxima.dashvector.proto.StringArray string_array = 11;hasStringArray 在接口中 FieldValueOrBuilderpublic StringArray getStringArray()
ARRAY
.proxima.dashvector.proto.StringArray string_array = 11;getStringArray 在接口中 FieldValueOrBuilderpublic FieldValue.Builder setStringArray(StringArray value)
ARRAY
.proxima.dashvector.proto.StringArray string_array = 11;public FieldValue.Builder setStringArray(StringArray.Builder builderForValue)
ARRAY
.proxima.dashvector.proto.StringArray string_array = 11;public FieldValue.Builder mergeStringArray(StringArray value)
ARRAY
.proxima.dashvector.proto.StringArray string_array = 11;public FieldValue.Builder clearStringArray()
ARRAY
.proxima.dashvector.proto.StringArray string_array = 11;public StringArray.Builder getStringArrayBuilder()
ARRAY
.proxima.dashvector.proto.StringArray string_array = 11;public StringArrayOrBuilder getStringArrayOrBuilder()
ARRAY
.proxima.dashvector.proto.StringArray string_array = 11;getStringArrayOrBuilder 在接口中 FieldValueOrBuilderpublic boolean hasIntArray()
.proxima.dashvector.proto.IntArray int_array = 12;hasIntArray 在接口中 FieldValueOrBuilderpublic IntArray getIntArray()
.proxima.dashvector.proto.IntArray int_array = 12;getIntArray 在接口中 FieldValueOrBuilderpublic FieldValue.Builder setIntArray(IntArray value)
.proxima.dashvector.proto.IntArray int_array = 12;public FieldValue.Builder setIntArray(IntArray.Builder builderForValue)
.proxima.dashvector.proto.IntArray int_array = 12;public FieldValue.Builder mergeIntArray(IntArray value)
.proxima.dashvector.proto.IntArray int_array = 12;public FieldValue.Builder clearIntArray()
.proxima.dashvector.proto.IntArray int_array = 12;public IntArray.Builder getIntArrayBuilder()
.proxima.dashvector.proto.IntArray int_array = 12;public IntArrayOrBuilder getIntArrayOrBuilder()
.proxima.dashvector.proto.IntArray int_array = 12;getIntArrayOrBuilder 在接口中 FieldValueOrBuilderpublic boolean hasFloatArray()
.proxima.dashvector.proto.FloatArray float_array = 13;hasFloatArray 在接口中 FieldValueOrBuilderpublic FloatArray getFloatArray()
.proxima.dashvector.proto.FloatArray float_array = 13;getFloatArray 在接口中 FieldValueOrBuilderpublic FieldValue.Builder setFloatArray(FloatArray value)
.proxima.dashvector.proto.FloatArray float_array = 13;public FieldValue.Builder setFloatArray(FloatArray.Builder builderForValue)
.proxima.dashvector.proto.FloatArray float_array = 13;public FieldValue.Builder mergeFloatArray(FloatArray value)
.proxima.dashvector.proto.FloatArray float_array = 13;public FieldValue.Builder clearFloatArray()
.proxima.dashvector.proto.FloatArray float_array = 13;public FloatArray.Builder getFloatArrayBuilder()
.proxima.dashvector.proto.FloatArray float_array = 13;public FloatArrayOrBuilder getFloatArrayOrBuilder()
.proxima.dashvector.proto.FloatArray float_array = 13;getFloatArrayOrBuilder 在接口中 FieldValueOrBuilderpublic boolean hasLongArray()
.proxima.dashvector.proto.LongArray long_array = 14;hasLongArray 在接口中 FieldValueOrBuilderpublic LongArray getLongArray()
.proxima.dashvector.proto.LongArray long_array = 14;getLongArray 在接口中 FieldValueOrBuilderpublic FieldValue.Builder setLongArray(LongArray value)
.proxima.dashvector.proto.LongArray long_array = 14;public FieldValue.Builder setLongArray(LongArray.Builder builderForValue)
.proxima.dashvector.proto.LongArray long_array = 14;public FieldValue.Builder mergeLongArray(LongArray value)
.proxima.dashvector.proto.LongArray long_array = 14;public FieldValue.Builder clearLongArray()
.proxima.dashvector.proto.LongArray long_array = 14;public LongArray.Builder getLongArrayBuilder()
.proxima.dashvector.proto.LongArray long_array = 14;public LongArrayOrBuilder getLongArrayOrBuilder()
.proxima.dashvector.proto.LongArray long_array = 14;getLongArrayOrBuilder 在接口中 FieldValueOrBuilderpublic final FieldValue.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<FieldValue.Builder>public final FieldValue.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<FieldValue.Builder>Copyright © 2025. All rights reserved.