public static final class ByteplusSaasContent.PredictFilter.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.PredictFilter.Builder> implements ByteplusSaasContent.PredictFilterOrBuilder
bytedance.byteplus.rec.content.PredictFilter| 限定符和类型 | 方法和说明 |
|---|---|
ByteplusSaasContent.PredictFilter.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ByteplusSaasContent.PredictFilter |
build() |
ByteplusSaasContent.PredictFilter |
buildPartial() |
ByteplusSaasContent.PredictFilter.Builder |
clear() |
ByteplusSaasContent.PredictFilter.Builder |
clearDoubleArrayFilter() |
ByteplusSaasContent.PredictFilter.Builder |
clearDoubleFilter() |
ByteplusSaasContent.PredictFilter.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ByteplusSaasContent.PredictFilter.Builder |
clearFloatArrayFilter() |
ByteplusSaasContent.PredictFilter.Builder |
clearFloatFilter() |
ByteplusSaasContent.PredictFilter.Builder |
clearIntArrayFilter() |
ByteplusSaasContent.PredictFilter.Builder |
clearIntFilter() |
ByteplusSaasContent.PredictFilter.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ByteplusSaasContent.PredictFilter.Builder |
clearStringArrayFilter() |
ByteplusSaasContent.PredictFilter.Builder |
clearStringFilter() |
ByteplusSaasContent.PredictFilter.Builder |
clone() |
boolean |
containsDoubleArrayFilter(String key)
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_filter = 8; |
boolean |
containsDoubleFilter(String key)
map<string, double> double_filter = 4; |
boolean |
containsFloatArrayFilter(String key)
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_filter = 7; |
boolean |
containsFloatFilter(String key)
map<string, float> float_filter = 3; |
boolean |
containsIntArrayFilter(String key)
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_filter = 6; |
boolean |
containsIntFilter(String key)
map<string, int64> int_filter = 2; |
boolean |
containsStringArrayFilter(String key)
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_filter = 5; |
boolean |
containsStringFilter(String key)
map<string, string> string_filter = 1; |
ByteplusSaasContent.PredictFilter |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Map<String,ByteplusSaasContent.DoubleArray> |
getDoubleArrayFilter()
已过时。
|
int |
getDoubleArrayFilterCount()
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_filter = 8; |
Map<String,ByteplusSaasContent.DoubleArray> |
getDoubleArrayFilterMap()
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_filter = 8; |
ByteplusSaasContent.DoubleArray |
getDoubleArrayFilterOrDefault(String key,
ByteplusSaasContent.DoubleArray defaultValue)
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_filter = 8; |
ByteplusSaasContent.DoubleArray |
getDoubleArrayFilterOrThrow(String key)
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_filter = 8; |
Map<String,Double> |
getDoubleFilter()
已过时。
|
int |
getDoubleFilterCount()
map<string, double> double_filter = 4; |
Map<String,Double> |
getDoubleFilterMap()
map<string, double> double_filter = 4; |
double |
getDoubleFilterOrDefault(String key,
double defaultValue)
map<string, double> double_filter = 4; |
double |
getDoubleFilterOrThrow(String key)
map<string, double> double_filter = 4; |
Map<String,ByteplusSaasContent.FloatArray> |
getFloatArrayFilter()
已过时。
|
int |
getFloatArrayFilterCount()
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_filter = 7; |
Map<String,ByteplusSaasContent.FloatArray> |
getFloatArrayFilterMap()
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_filter = 7; |
ByteplusSaasContent.FloatArray |
getFloatArrayFilterOrDefault(String key,
ByteplusSaasContent.FloatArray defaultValue)
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_filter = 7; |
ByteplusSaasContent.FloatArray |
getFloatArrayFilterOrThrow(String key)
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_filter = 7; |
Map<String,Float> |
getFloatFilter()
已过时。
|
int |
getFloatFilterCount()
map<string, float> float_filter = 3; |
Map<String,Float> |
getFloatFilterMap()
map<string, float> float_filter = 3; |
float |
getFloatFilterOrDefault(String key,
float defaultValue)
map<string, float> float_filter = 3; |
float |
getFloatFilterOrThrow(String key)
map<string, float> float_filter = 3; |
Map<String,ByteplusSaasContent.IntArray> |
getIntArrayFilter()
已过时。
|
int |
getIntArrayFilterCount()
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_filter = 6; |
Map<String,ByteplusSaasContent.IntArray> |
getIntArrayFilterMap()
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_filter = 6; |
ByteplusSaasContent.IntArray |
getIntArrayFilterOrDefault(String key,
ByteplusSaasContent.IntArray defaultValue)
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_filter = 6; |
ByteplusSaasContent.IntArray |
getIntArrayFilterOrThrow(String key)
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_filter = 6; |
Map<String,Long> |
getIntFilter()
已过时。
|
int |
getIntFilterCount()
map<string, int64> int_filter = 2; |
Map<String,Long> |
getIntFilterMap()
map<string, int64> int_filter = 2; |
long |
getIntFilterOrDefault(String key,
long defaultValue)
map<string, int64> int_filter = 2; |
long |
getIntFilterOrThrow(String key)
map<string, int64> int_filter = 2; |
Map<String,ByteplusSaasContent.DoubleArray> |
getMutableDoubleArrayFilter()
已过时。
|
Map<String,Double> |
getMutableDoubleFilter()
已过时。
|
Map<String,ByteplusSaasContent.FloatArray> |
getMutableFloatArrayFilter()
已过时。
|
Map<String,Float> |
getMutableFloatFilter()
已过时。
|
Map<String,ByteplusSaasContent.IntArray> |
getMutableIntArrayFilter()
已过时。
|
Map<String,Long> |
getMutableIntFilter()
已过时。
|
Map<String,ByteplusSaasContent.StringArray> |
getMutableStringArrayFilter()
已过时。
|
Map<String,String> |
getMutableStringFilter()
已过时。
|
Map<String,ByteplusSaasContent.StringArray> |
getStringArrayFilter()
已过时。
|
int |
getStringArrayFilterCount()
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_filter = 5; |
Map<String,ByteplusSaasContent.StringArray> |
getStringArrayFilterMap()
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_filter = 5; |
ByteplusSaasContent.StringArray |
getStringArrayFilterOrDefault(String key,
ByteplusSaasContent.StringArray defaultValue)
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_filter = 5; |
ByteplusSaasContent.StringArray |
getStringArrayFilterOrThrow(String key)
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_filter = 5; |
Map<String,String> |
getStringFilter()
已过时。
|
int |
getStringFilterCount()
map<string, string> string_filter = 1; |
Map<String,String> |
getStringFilterMap()
map<string, string> string_filter = 1; |
String |
getStringFilterOrDefault(String key,
String defaultValue)
map<string, string> string_filter = 1; |
String |
getStringFilterOrThrow(String key)
map<string, string> string_filter = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapField |
internalGetMapField(int number) |
protected com.google.protobuf.MapField |
internalGetMutableMapField(int number) |
boolean |
isInitialized() |
ByteplusSaasContent.PredictFilter.Builder |
mergeFrom(ByteplusSaasContent.PredictFilter other) |
ByteplusSaasContent.PredictFilter.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ByteplusSaasContent.PredictFilter.Builder |
mergeFrom(com.google.protobuf.Message other) |
ByteplusSaasContent.PredictFilter.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ByteplusSaasContent.PredictFilter.Builder |
putAllDoubleArrayFilter(Map<String,ByteplusSaasContent.DoubleArray> values)
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_filter = 8; |
ByteplusSaasContent.PredictFilter.Builder |
putAllDoubleFilter(Map<String,Double> values)
map<string, double> double_filter = 4; |
ByteplusSaasContent.PredictFilter.Builder |
putAllFloatArrayFilter(Map<String,ByteplusSaasContent.FloatArray> values)
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_filter = 7; |
ByteplusSaasContent.PredictFilter.Builder |
putAllFloatFilter(Map<String,Float> values)
map<string, float> float_filter = 3; |
ByteplusSaasContent.PredictFilter.Builder |
putAllIntArrayFilter(Map<String,ByteplusSaasContent.IntArray> values)
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_filter = 6; |
ByteplusSaasContent.PredictFilter.Builder |
putAllIntFilter(Map<String,Long> values)
map<string, int64> int_filter = 2; |
ByteplusSaasContent.PredictFilter.Builder |
putAllStringArrayFilter(Map<String,ByteplusSaasContent.StringArray> values)
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_filter = 5; |
ByteplusSaasContent.PredictFilter.Builder |
putAllStringFilter(Map<String,String> values)
map<string, string> string_filter = 1; |
ByteplusSaasContent.PredictFilter.Builder |
putDoubleArrayFilter(String key,
ByteplusSaasContent.DoubleArray value)
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_filter = 8; |
ByteplusSaasContent.PredictFilter.Builder |
putDoubleFilter(String key,
double value)
map<string, double> double_filter = 4; |
ByteplusSaasContent.PredictFilter.Builder |
putFloatArrayFilter(String key,
ByteplusSaasContent.FloatArray value)
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_filter = 7; |
ByteplusSaasContent.PredictFilter.Builder |
putFloatFilter(String key,
float value)
map<string, float> float_filter = 3; |
ByteplusSaasContent.PredictFilter.Builder |
putIntArrayFilter(String key,
ByteplusSaasContent.IntArray value)
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_filter = 6; |
ByteplusSaasContent.PredictFilter.Builder |
putIntFilter(String key,
long value)
map<string, int64> int_filter = 2; |
ByteplusSaasContent.PredictFilter.Builder |
putStringArrayFilter(String key,
ByteplusSaasContent.StringArray value)
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_filter = 5; |
ByteplusSaasContent.PredictFilter.Builder |
putStringFilter(String key,
String value)
map<string, string> string_filter = 1; |
ByteplusSaasContent.PredictFilter.Builder |
removeDoubleArrayFilter(String key)
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_filter = 8; |
ByteplusSaasContent.PredictFilter.Builder |
removeDoubleFilter(String key)
map<string, double> double_filter = 4; |
ByteplusSaasContent.PredictFilter.Builder |
removeFloatArrayFilter(String key)
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_filter = 7; |
ByteplusSaasContent.PredictFilter.Builder |
removeFloatFilter(String key)
map<string, float> float_filter = 3; |
ByteplusSaasContent.PredictFilter.Builder |
removeIntArrayFilter(String key)
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_filter = 6; |
ByteplusSaasContent.PredictFilter.Builder |
removeIntFilter(String key)
map<string, int64> int_filter = 2; |
ByteplusSaasContent.PredictFilter.Builder |
removeStringArrayFilter(String key)
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_filter = 5; |
ByteplusSaasContent.PredictFilter.Builder |
removeStringFilter(String key)
map<string, string> string_filter = 1; |
ByteplusSaasContent.PredictFilter.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ByteplusSaasContent.PredictFilter.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ByteplusSaasContent.PredictFilter.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, 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.MapField internalGetMapField(int number)
internalGetMapField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.PredictFilter.Builder>protected com.google.protobuf.MapField internalGetMutableMapField(int number)
internalGetMutableMapField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.PredictFilter.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.PredictFilter.Builder>public ByteplusSaasContent.PredictFilter.Builder clear()
clear 在接口中 com.google.protobuf.Message.Builderclear 在接口中 com.google.protobuf.MessageLite.Builderclear 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.PredictFilter.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType 在接口中 com.google.protobuf.Message.BuildergetDescriptorForType 在接口中 com.google.protobuf.MessageOrBuildergetDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.PredictFilter.Builder>public ByteplusSaasContent.PredictFilter getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderpublic ByteplusSaasContent.PredictFilter build()
build 在接口中 com.google.protobuf.Message.Builderbuild 在接口中 com.google.protobuf.MessageLite.Builderpublic ByteplusSaasContent.PredictFilter buildPartial()
buildPartial 在接口中 com.google.protobuf.Message.BuilderbuildPartial 在接口中 com.google.protobuf.MessageLite.Builderpublic ByteplusSaasContent.PredictFilter.Builder clone()
clone 在接口中 com.google.protobuf.Message.Builderclone 在接口中 com.google.protobuf.MessageLite.Builderclone 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.PredictFilter.Builder>public ByteplusSaasContent.PredictFilter.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField 在接口中 com.google.protobuf.Message.BuildersetField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.PredictFilter.Builder>public ByteplusSaasContent.PredictFilter.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField 在接口中 com.google.protobuf.Message.BuilderclearField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.PredictFilter.Builder>public ByteplusSaasContent.PredictFilter.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof 在接口中 com.google.protobuf.Message.BuilderclearOneof 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.PredictFilter.Builder>public ByteplusSaasContent.PredictFilter.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField 在接口中 com.google.protobuf.Message.BuildersetRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.PredictFilter.Builder>public ByteplusSaasContent.PredictFilter.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField 在接口中 com.google.protobuf.Message.BuilderaddRepeatedField 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.PredictFilter.Builder>public ByteplusSaasContent.PredictFilter.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom 在接口中 com.google.protobuf.Message.BuildermergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<ByteplusSaasContent.PredictFilter.Builder>public ByteplusSaasContent.PredictFilter.Builder mergeFrom(ByteplusSaasContent.PredictFilter other)
public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.PredictFilter.Builder>public ByteplusSaasContent.PredictFilter.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.PredictFilter.Builder>IOExceptionpublic int getStringFilterCount()
map<string, string> string_filter = 1;public boolean containsStringFilter(String key)
map<string, string> string_filter = 1;@Deprecated public Map<String,String> getStringFilter()
getStringFilterMap() instead.public Map<String,String> getStringFilterMap()
map<string, string> string_filter = 1;public String getStringFilterOrDefault(String key, String defaultValue)
map<string, string> string_filter = 1;public String getStringFilterOrThrow(String key)
map<string, string> string_filter = 1;public ByteplusSaasContent.PredictFilter.Builder clearStringFilter()
public ByteplusSaasContent.PredictFilter.Builder removeStringFilter(String key)
map<string, string> string_filter = 1;@Deprecated public Map<String,String> getMutableStringFilter()
public ByteplusSaasContent.PredictFilter.Builder putStringFilter(String key, String value)
map<string, string> string_filter = 1;public ByteplusSaasContent.PredictFilter.Builder putAllStringFilter(Map<String,String> values)
map<string, string> string_filter = 1;public int getIntFilterCount()
map<string, int64> int_filter = 2;public boolean containsIntFilter(String key)
map<string, int64> int_filter = 2;@Deprecated public Map<String,Long> getIntFilter()
getIntFilterMap() instead.public long getIntFilterOrDefault(String key, long defaultValue)
map<string, int64> int_filter = 2;public long getIntFilterOrThrow(String key)
map<string, int64> int_filter = 2;public ByteplusSaasContent.PredictFilter.Builder clearIntFilter()
public ByteplusSaasContent.PredictFilter.Builder removeIntFilter(String key)
map<string, int64> int_filter = 2;@Deprecated public Map<String,Long> getMutableIntFilter()
public ByteplusSaasContent.PredictFilter.Builder putIntFilter(String key, long value)
map<string, int64> int_filter = 2;public ByteplusSaasContent.PredictFilter.Builder putAllIntFilter(Map<String,Long> values)
map<string, int64> int_filter = 2;public int getFloatFilterCount()
map<string, float> float_filter = 3;public boolean containsFloatFilter(String key)
map<string, float> float_filter = 3;@Deprecated public Map<String,Float> getFloatFilter()
getFloatFilterMap() instead.public float getFloatFilterOrDefault(String key, float defaultValue)
map<string, float> float_filter = 3;public float getFloatFilterOrThrow(String key)
map<string, float> float_filter = 3;public ByteplusSaasContent.PredictFilter.Builder clearFloatFilter()
public ByteplusSaasContent.PredictFilter.Builder removeFloatFilter(String key)
map<string, float> float_filter = 3;@Deprecated public Map<String,Float> getMutableFloatFilter()
public ByteplusSaasContent.PredictFilter.Builder putFloatFilter(String key, float value)
map<string, float> float_filter = 3;public ByteplusSaasContent.PredictFilter.Builder putAllFloatFilter(Map<String,Float> values)
map<string, float> float_filter = 3;public int getDoubleFilterCount()
map<string, double> double_filter = 4;public boolean containsDoubleFilter(String key)
map<string, double> double_filter = 4;@Deprecated public Map<String,Double> getDoubleFilter()
getDoubleFilterMap() instead.public Map<String,Double> getDoubleFilterMap()
map<string, double> double_filter = 4;public double getDoubleFilterOrDefault(String key, double defaultValue)
map<string, double> double_filter = 4;public double getDoubleFilterOrThrow(String key)
map<string, double> double_filter = 4;public ByteplusSaasContent.PredictFilter.Builder clearDoubleFilter()
public ByteplusSaasContent.PredictFilter.Builder removeDoubleFilter(String key)
map<string, double> double_filter = 4;@Deprecated public Map<String,Double> getMutableDoubleFilter()
public ByteplusSaasContent.PredictFilter.Builder putDoubleFilter(String key, double value)
map<string, double> double_filter = 4;public ByteplusSaasContent.PredictFilter.Builder putAllDoubleFilter(Map<String,Double> values)
map<string, double> double_filter = 4;public int getStringArrayFilterCount()
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_filter = 5;public boolean containsStringArrayFilter(String key)
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_filter = 5;@Deprecated public Map<String,ByteplusSaasContent.StringArray> getStringArrayFilter()
getStringArrayFilterMap() instead.public Map<String,ByteplusSaasContent.StringArray> getStringArrayFilterMap()
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_filter = 5;public ByteplusSaasContent.StringArray getStringArrayFilterOrDefault(String key, ByteplusSaasContent.StringArray defaultValue)
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_filter = 5;public ByteplusSaasContent.StringArray getStringArrayFilterOrThrow(String key)
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_filter = 5;public ByteplusSaasContent.PredictFilter.Builder clearStringArrayFilter()
public ByteplusSaasContent.PredictFilter.Builder removeStringArrayFilter(String key)
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_filter = 5;@Deprecated public Map<String,ByteplusSaasContent.StringArray> getMutableStringArrayFilter()
public ByteplusSaasContent.PredictFilter.Builder putStringArrayFilter(String key, ByteplusSaasContent.StringArray value)
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_filter = 5;public ByteplusSaasContent.PredictFilter.Builder putAllStringArrayFilter(Map<String,ByteplusSaasContent.StringArray> values)
map<string, .bytedance.byteplus.rec.content.StringArray> string_array_filter = 5;public int getIntArrayFilterCount()
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_filter = 6;public boolean containsIntArrayFilter(String key)
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_filter = 6;@Deprecated public Map<String,ByteplusSaasContent.IntArray> getIntArrayFilter()
getIntArrayFilterMap() instead.public Map<String,ByteplusSaasContent.IntArray> getIntArrayFilterMap()
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_filter = 6;public ByteplusSaasContent.IntArray getIntArrayFilterOrDefault(String key, ByteplusSaasContent.IntArray defaultValue)
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_filter = 6;public ByteplusSaasContent.IntArray getIntArrayFilterOrThrow(String key)
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_filter = 6;public ByteplusSaasContent.PredictFilter.Builder clearIntArrayFilter()
public ByteplusSaasContent.PredictFilter.Builder removeIntArrayFilter(String key)
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_filter = 6;@Deprecated public Map<String,ByteplusSaasContent.IntArray> getMutableIntArrayFilter()
public ByteplusSaasContent.PredictFilter.Builder putIntArrayFilter(String key, ByteplusSaasContent.IntArray value)
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_filter = 6;public ByteplusSaasContent.PredictFilter.Builder putAllIntArrayFilter(Map<String,ByteplusSaasContent.IntArray> values)
map<string, .bytedance.byteplus.rec.content.IntArray> int_array_filter = 6;public int getFloatArrayFilterCount()
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_filter = 7;public boolean containsFloatArrayFilter(String key)
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_filter = 7;@Deprecated public Map<String,ByteplusSaasContent.FloatArray> getFloatArrayFilter()
getFloatArrayFilterMap() instead.public Map<String,ByteplusSaasContent.FloatArray> getFloatArrayFilterMap()
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_filter = 7;public ByteplusSaasContent.FloatArray getFloatArrayFilterOrDefault(String key, ByteplusSaasContent.FloatArray defaultValue)
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_filter = 7;public ByteplusSaasContent.FloatArray getFloatArrayFilterOrThrow(String key)
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_filter = 7;public ByteplusSaasContent.PredictFilter.Builder clearFloatArrayFilter()
public ByteplusSaasContent.PredictFilter.Builder removeFloatArrayFilter(String key)
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_filter = 7;@Deprecated public Map<String,ByteplusSaasContent.FloatArray> getMutableFloatArrayFilter()
public ByteplusSaasContent.PredictFilter.Builder putFloatArrayFilter(String key, ByteplusSaasContent.FloatArray value)
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_filter = 7;public ByteplusSaasContent.PredictFilter.Builder putAllFloatArrayFilter(Map<String,ByteplusSaasContent.FloatArray> values)
map<string, .bytedance.byteplus.rec.content.FloatArray> float_array_filter = 7;public int getDoubleArrayFilterCount()
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_filter = 8;public boolean containsDoubleArrayFilter(String key)
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_filter = 8;@Deprecated public Map<String,ByteplusSaasContent.DoubleArray> getDoubleArrayFilter()
getDoubleArrayFilterMap() instead.public Map<String,ByteplusSaasContent.DoubleArray> getDoubleArrayFilterMap()
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_filter = 8;public ByteplusSaasContent.DoubleArray getDoubleArrayFilterOrDefault(String key, ByteplusSaasContent.DoubleArray defaultValue)
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_filter = 8;public ByteplusSaasContent.DoubleArray getDoubleArrayFilterOrThrow(String key)
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_filter = 8;public ByteplusSaasContent.PredictFilter.Builder clearDoubleArrayFilter()
public ByteplusSaasContent.PredictFilter.Builder removeDoubleArrayFilter(String key)
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_filter = 8;@Deprecated public Map<String,ByteplusSaasContent.DoubleArray> getMutableDoubleArrayFilter()
public ByteplusSaasContent.PredictFilter.Builder putDoubleArrayFilter(String key, ByteplusSaasContent.DoubleArray value)
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_filter = 8;public ByteplusSaasContent.PredictFilter.Builder putAllDoubleArrayFilter(Map<String,ByteplusSaasContent.DoubleArray> values)
map<string, .bytedance.byteplus.rec.content.DoubleArray> double_array_filter = 8;public final ByteplusSaasContent.PredictFilter.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields 在接口中 com.google.protobuf.Message.BuildersetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.PredictFilter.Builder>public final ByteplusSaasContent.PredictFilter.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields 在接口中 com.google.protobuf.Message.BuildermergeUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3.Builder<ByteplusSaasContent.PredictFilter.Builder>Copyright © 2024. All rights reserved.