public static final class Search.DecayFunction extends com.google.protobuf.GeneratedMessage implements Search.DecayFunctionOrBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
Search.DecayFunction.Builder |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
DECAY_FIELD_NUMBER |
static int |
FIELD_NAME_FIELD_NUMBER |
static int |
MATH_FUNCTION_FIELD_NUMBER |
static int |
MULTI_VALUE_MODE_FIELD_NUMBER |
static int |
PARAM_FIELD_NUMBER |
static int |
PARAM_TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
double |
getDecay() |
static Search.DecayFunction |
getDefaultInstance() |
Search.DecayFunction |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getFieldName() |
Search.DecayMathFunction |
getMathFunction() |
Search.MultiValueMode |
getMultiValueMode() |
com.google.protobuf.ByteString |
getParam() |
Search.DecayFuncParamType |
getParamType() |
int |
getSerializedSize() |
boolean |
hasDecay() |
boolean |
hasFieldName() |
boolean |
hasMathFunction() |
boolean |
hasMultiValueMode() |
boolean |
hasParam() |
boolean |
hasParamType() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Search.DecayFunction.Builder |
newBuilder() |
static Search.DecayFunction.Builder |
newBuilder(Search.DecayFunction prototype) |
Search.DecayFunction.Builder |
newBuilderForType() |
protected Search.DecayFunction.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static Search.DecayFunction |
parseDelimitedFrom(InputStream input) |
static Search.DecayFunction |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.DecayFunction |
parseFrom(byte[] data) |
static Search.DecayFunction |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.DecayFunction |
parseFrom(com.google.protobuf.ByteString data) |
static Search.DecayFunction |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.DecayFunction |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Search.DecayFunction |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Search.DecayFunction |
parseFrom(InputStream input) |
static Search.DecayFunction |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Search.DecayFunction.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtensionequals, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int FIELD_NAME_FIELD_NUMBER
public static final int MATH_FUNCTION_FIELD_NUMBER
public static final int PARAM_TYPE_FIELD_NUMBER
public static final int PARAM_FIELD_NUMBER
public static final int DECAY_FIELD_NUMBER
public static final int MULTI_VALUE_MODE_FIELD_NUMBER
public static Search.DecayFunction getDefaultInstance()
public Search.DecayFunction getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic boolean hasFieldName()
hasFieldName in interface Search.DecayFunctionOrBuilderpublic String getFieldName()
getFieldName in interface Search.DecayFunctionOrBuilderpublic boolean hasMathFunction()
hasMathFunction in interface Search.DecayFunctionOrBuilderpublic Search.DecayMathFunction getMathFunction()
getMathFunction in interface Search.DecayFunctionOrBuilderpublic boolean hasParamType()
hasParamType in interface Search.DecayFunctionOrBuilderpublic Search.DecayFuncParamType getParamType()
getParamType in interface Search.DecayFunctionOrBuilderpublic boolean hasParam()
hasParam in interface Search.DecayFunctionOrBuilderpublic com.google.protobuf.ByteString getParam()
getParam in interface Search.DecayFunctionOrBuilderpublic boolean hasDecay()
hasDecay in interface Search.DecayFunctionOrBuilderpublic double getDecay()
getDecay in interface Search.DecayFunctionOrBuilderpublic boolean hasMultiValueMode()
hasMultiValueMode in interface Search.DecayFunctionOrBuilderpublic Search.MultiValueMode getMultiValueMode()
getMultiValueMode in interface Search.DecayFunctionOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static Search.DecayFunction parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.DecayFunction parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.DecayFunction parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.DecayFunction parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Search.DecayFunction parseFrom(InputStream input) throws IOException
IOExceptionpublic static Search.DecayFunction parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Search.DecayFunction parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Search.DecayFunction parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Search.DecayFunction parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Search.DecayFunction parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Search.DecayFunction.Builder newBuilder()
public Search.DecayFunction.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Search.DecayFunction.Builder newBuilder(Search.DecayFunction prototype)
public Search.DecayFunction.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Search.DecayFunction.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2024. All Rights Reserved.