public static final class RedisProto.RedisKey.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RedisProto.RedisKey.Builder> implements RedisProto.RedisKeyOrBuilder
Field number 1 is reserved for a future distributing hash if needed (for when redis is clustered).Protobuf type
feast.storage.RedisKey| Modifier and Type | Method and Description |
|---|---|
RedisProto.RedisKey.Builder |
addAllEntities(Iterable<? extends FieldProto.Field> values)
List of fields containing entity names and their respective values
contained within this feature row.
|
RedisProto.RedisKey.Builder |
addEntities(FieldProto.Field.Builder builderForValue)
List of fields containing entity names and their respective values
contained within this feature row.
|
RedisProto.RedisKey.Builder |
addEntities(FieldProto.Field value)
List of fields containing entity names and their respective values
contained within this feature row.
|
RedisProto.RedisKey.Builder |
addEntities(int index,
FieldProto.Field.Builder builderForValue)
List of fields containing entity names and their respective values
contained within this feature row.
|
RedisProto.RedisKey.Builder |
addEntities(int index,
FieldProto.Field value)
List of fields containing entity names and their respective values
contained within this feature row.
|
FieldProto.Field.Builder |
addEntitiesBuilder()
List of fields containing entity names and their respective values
contained within this feature row.
|
FieldProto.Field.Builder |
addEntitiesBuilder(int index)
List of fields containing entity names and their respective values
contained within this feature row.
|
RedisProto.RedisKey.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RedisProto.RedisKey |
build() |
RedisProto.RedisKey |
buildPartial() |
RedisProto.RedisKey.Builder |
clear() |
RedisProto.RedisKey.Builder |
clearEntities()
List of fields containing entity names and their respective values
contained within this feature row.
|
RedisProto.RedisKey.Builder |
clearFeatureSet()
FeatureSet this row belongs to, this is defined as featureSetName:version.
|
RedisProto.RedisKey.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
RedisProto.RedisKey.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RedisProto.RedisKey.Builder |
clone() |
RedisProto.RedisKey |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
FieldProto.Field |
getEntities(int index)
List of fields containing entity names and their respective values
contained within this feature row.
|
FieldProto.Field.Builder |
getEntitiesBuilder(int index)
List of fields containing entity names and their respective values
contained within this feature row.
|
List<FieldProto.Field.Builder> |
getEntitiesBuilderList()
List of fields containing entity names and their respective values
contained within this feature row.
|
int |
getEntitiesCount()
List of fields containing entity names and their respective values
contained within this feature row.
|
List<FieldProto.Field> |
getEntitiesList()
List of fields containing entity names and their respective values
contained within this feature row.
|
FieldProto.FieldOrBuilder |
getEntitiesOrBuilder(int index)
List of fields containing entity names and their respective values
contained within this feature row.
|
List<? extends FieldProto.FieldOrBuilder> |
getEntitiesOrBuilderList()
List of fields containing entity names and their respective values
contained within this feature row.
|
String |
getFeatureSet()
FeatureSet this row belongs to, this is defined as featureSetName:version.
|
com.google.protobuf.ByteString |
getFeatureSetBytes()
FeatureSet this row belongs to, this is defined as featureSetName:version.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RedisProto.RedisKey.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RedisProto.RedisKey.Builder |
mergeFrom(com.google.protobuf.Message other) |
RedisProto.RedisKey.Builder |
mergeFrom(RedisProto.RedisKey other) |
RedisProto.RedisKey.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RedisProto.RedisKey.Builder |
removeEntities(int index)
List of fields containing entity names and their respective values
contained within this feature row.
|
RedisProto.RedisKey.Builder |
setEntities(int index,
FieldProto.Field.Builder builderForValue)
List of fields containing entity names and their respective values
contained within this feature row.
|
RedisProto.RedisKey.Builder |
setEntities(int index,
FieldProto.Field value)
List of fields containing entity names and their respective values
contained within this feature row.
|
RedisProto.RedisKey.Builder |
setFeatureSet(String value)
FeatureSet this row belongs to, this is defined as featureSetName:version.
|
RedisProto.RedisKey.Builder |
setFeatureSetBytes(com.google.protobuf.ByteString value)
FeatureSet this row belongs to, this is defined as featureSetName:version.
|
RedisProto.RedisKey.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RedisProto.RedisKey.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RedisProto.RedisKey.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, 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, 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<RedisProto.RedisKey.Builder>public RedisProto.RedisKey.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<RedisProto.RedisKey.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<RedisProto.RedisKey.Builder>public RedisProto.RedisKey getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RedisProto.RedisKey build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RedisProto.RedisKey buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RedisProto.RedisKey.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<RedisProto.RedisKey.Builder>public RedisProto.RedisKey.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<RedisProto.RedisKey.Builder>public RedisProto.RedisKey.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<RedisProto.RedisKey.Builder>public RedisProto.RedisKey.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<RedisProto.RedisKey.Builder>public RedisProto.RedisKey.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<RedisProto.RedisKey.Builder>public RedisProto.RedisKey.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<RedisProto.RedisKey.Builder>public RedisProto.RedisKey.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RedisProto.RedisKey.Builder>public RedisProto.RedisKey.Builder mergeFrom(RedisProto.RedisKey other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<RedisProto.RedisKey.Builder>public RedisProto.RedisKey.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<RedisProto.RedisKey.Builder>IOExceptionpublic String getFeatureSet()
FeatureSet this row belongs to, this is defined as featureSetName:version.
string feature_set = 2;getFeatureSet in interface RedisProto.RedisKeyOrBuilderpublic com.google.protobuf.ByteString getFeatureSetBytes()
FeatureSet this row belongs to, this is defined as featureSetName:version.
string feature_set = 2;getFeatureSetBytes in interface RedisProto.RedisKeyOrBuilderpublic RedisProto.RedisKey.Builder setFeatureSet(String value)
FeatureSet this row belongs to, this is defined as featureSetName:version.
string feature_set = 2;value - The featureSet to set.public RedisProto.RedisKey.Builder clearFeatureSet()
FeatureSet this row belongs to, this is defined as featureSetName:version.
string feature_set = 2;public RedisProto.RedisKey.Builder setFeatureSetBytes(com.google.protobuf.ByteString value)
FeatureSet this row belongs to, this is defined as featureSetName:version.
string feature_set = 2;value - The bytes for featureSet to set.public List<FieldProto.Field> getEntitiesList()
List of fields containing entity names and their respective values contained within this feature row.
repeated .feast.types.Field entities = 3;getEntitiesList in interface RedisProto.RedisKeyOrBuilderpublic int getEntitiesCount()
List of fields containing entity names and their respective values contained within this feature row.
repeated .feast.types.Field entities = 3;getEntitiesCount in interface RedisProto.RedisKeyOrBuilderpublic FieldProto.Field getEntities(int index)
List of fields containing entity names and their respective values contained within this feature row.
repeated .feast.types.Field entities = 3;getEntities in interface RedisProto.RedisKeyOrBuilderpublic RedisProto.RedisKey.Builder setEntities(int index, FieldProto.Field value)
List of fields containing entity names and their respective values contained within this feature row.
repeated .feast.types.Field entities = 3;public RedisProto.RedisKey.Builder setEntities(int index, FieldProto.Field.Builder builderForValue)
List of fields containing entity names and their respective values contained within this feature row.
repeated .feast.types.Field entities = 3;public RedisProto.RedisKey.Builder addEntities(FieldProto.Field value)
List of fields containing entity names and their respective values contained within this feature row.
repeated .feast.types.Field entities = 3;public RedisProto.RedisKey.Builder addEntities(int index, FieldProto.Field value)
List of fields containing entity names and their respective values contained within this feature row.
repeated .feast.types.Field entities = 3;public RedisProto.RedisKey.Builder addEntities(FieldProto.Field.Builder builderForValue)
List of fields containing entity names and their respective values contained within this feature row.
repeated .feast.types.Field entities = 3;public RedisProto.RedisKey.Builder addEntities(int index, FieldProto.Field.Builder builderForValue)
List of fields containing entity names and their respective values contained within this feature row.
repeated .feast.types.Field entities = 3;public RedisProto.RedisKey.Builder addAllEntities(Iterable<? extends FieldProto.Field> values)
List of fields containing entity names and their respective values contained within this feature row.
repeated .feast.types.Field entities = 3;public RedisProto.RedisKey.Builder clearEntities()
List of fields containing entity names and their respective values contained within this feature row.
repeated .feast.types.Field entities = 3;public RedisProto.RedisKey.Builder removeEntities(int index)
List of fields containing entity names and their respective values contained within this feature row.
repeated .feast.types.Field entities = 3;public FieldProto.Field.Builder getEntitiesBuilder(int index)
List of fields containing entity names and their respective values contained within this feature row.
repeated .feast.types.Field entities = 3;public FieldProto.FieldOrBuilder getEntitiesOrBuilder(int index)
List of fields containing entity names and their respective values contained within this feature row.
repeated .feast.types.Field entities = 3;getEntitiesOrBuilder in interface RedisProto.RedisKeyOrBuilderpublic List<? extends FieldProto.FieldOrBuilder> getEntitiesOrBuilderList()
List of fields containing entity names and their respective values contained within this feature row.
repeated .feast.types.Field entities = 3;getEntitiesOrBuilderList in interface RedisProto.RedisKeyOrBuilderpublic FieldProto.Field.Builder addEntitiesBuilder()
List of fields containing entity names and their respective values contained within this feature row.
repeated .feast.types.Field entities = 3;public FieldProto.Field.Builder addEntitiesBuilder(int index)
List of fields containing entity names and their respective values contained within this feature row.
repeated .feast.types.Field entities = 3;public List<FieldProto.Field.Builder> getEntitiesBuilderList()
List of fields containing entity names and their respective values contained within this feature row.
repeated .feast.types.Field entities = 3;public final RedisProto.RedisKey.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RedisProto.RedisKey.Builder>public final RedisProto.RedisKey.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RedisProto.RedisKey.Builder>Copyright © 2020 Gojek. All rights reserved.