Package feast.proto.core
Class StreamFeatureViewProto.StreamFeatureViewSpec.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<StreamFeatureViewProto.StreamFeatureViewSpec.Builder>
-
- feast.proto.core.StreamFeatureViewProto.StreamFeatureViewSpec.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,StreamFeatureViewProto.StreamFeatureViewSpecOrBuilder,Cloneable
- Enclosing class:
- StreamFeatureViewProto.StreamFeatureViewSpec
public static final class StreamFeatureViewProto.StreamFeatureViewSpec.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<StreamFeatureViewProto.StreamFeatureViewSpec.Builder> implements StreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
Next available id: 17
Protobuf typefeast.core.StreamFeatureViewSpec
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StreamFeatureViewProto.StreamFeatureViewSpec.BuilderaddAggregations(int index, AggregationProto.Aggregation value)Aggregation definitionsStreamFeatureViewProto.StreamFeatureViewSpec.BuilderaddAggregations(int index, AggregationProto.Aggregation.Builder builderForValue)Aggregation definitionsStreamFeatureViewProto.StreamFeatureViewSpec.BuilderaddAggregations(AggregationProto.Aggregation value)Aggregation definitionsStreamFeatureViewProto.StreamFeatureViewSpec.BuilderaddAggregations(AggregationProto.Aggregation.Builder builderForValue)Aggregation definitionsAggregationProto.Aggregation.BuilderaddAggregationsBuilder()Aggregation definitionsAggregationProto.Aggregation.BuilderaddAggregationsBuilder(int index)Aggregation definitionsStreamFeatureViewProto.StreamFeatureViewSpec.BuilderaddAllAggregations(Iterable<? extends AggregationProto.Aggregation> values)Aggregation definitionsStreamFeatureViewProto.StreamFeatureViewSpec.BuilderaddAllEntities(Iterable<String> values)List of names of entities associated with this feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderaddAllEntityColumns(Iterable<? extends FeatureProto.FeatureSpecV2> values)List of specifications for each entity defined as part of this feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderaddAllFeatures(Iterable<? extends FeatureProto.FeatureSpecV2> values)List of specifications for each feature defined as part of this feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderaddEntities(String value)List of names of entities associated with this feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderaddEntitiesBytes(com.google.protobuf.ByteString value)List of names of entities associated with this feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderaddEntityColumns(int index, FeatureProto.FeatureSpecV2 value)List of specifications for each entity defined as part of this feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderaddEntityColumns(int index, FeatureProto.FeatureSpecV2.Builder builderForValue)List of specifications for each entity defined as part of this feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderaddEntityColumns(FeatureProto.FeatureSpecV2 value)List of specifications for each entity defined as part of this feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderaddEntityColumns(FeatureProto.FeatureSpecV2.Builder builderForValue)List of specifications for each entity defined as part of this feature view.FeatureProto.FeatureSpecV2.BuilderaddEntityColumnsBuilder()List of specifications for each entity defined as part of this feature view.FeatureProto.FeatureSpecV2.BuilderaddEntityColumnsBuilder(int index)List of specifications for each entity defined as part of this feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderaddFeatures(int index, FeatureProto.FeatureSpecV2 value)List of specifications for each feature defined as part of this feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderaddFeatures(int index, FeatureProto.FeatureSpecV2.Builder builderForValue)List of specifications for each feature defined as part of this feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderaddFeatures(FeatureProto.FeatureSpecV2 value)List of specifications for each feature defined as part of this feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderaddFeatures(FeatureProto.FeatureSpecV2.Builder builderForValue)List of specifications for each feature defined as part of this feature view.FeatureProto.FeatureSpecV2.BuilderaddFeaturesBuilder()List of specifications for each feature defined as part of this feature view.FeatureProto.FeatureSpecV2.BuilderaddFeaturesBuilder(int index)List of specifications for each feature defined as part of this feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)StreamFeatureViewProto.StreamFeatureViewSpecbuild()StreamFeatureViewProto.StreamFeatureViewSpecbuildPartial()StreamFeatureViewProto.StreamFeatureViewSpec.Builderclear()StreamFeatureViewProto.StreamFeatureViewSpec.BuilderclearAggregations()Aggregation definitionsStreamFeatureViewProto.StreamFeatureViewSpec.BuilderclearBatchSource()Batch/Offline DataSource where this view can retrieve offline feature data.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderclearDescription()Description of the feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderclearEntities()List of names of entities associated with this feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderclearEntityColumns()List of specifications for each entity defined as part of this feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderclearFeatures()List of specifications for each feature defined as part of this feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)StreamFeatureViewProto.StreamFeatureViewSpec.BuilderclearMode()Mode of executionStreamFeatureViewProto.StreamFeatureViewSpec.BuilderclearName()Name of the feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)StreamFeatureViewProto.StreamFeatureViewSpec.BuilderclearOnline()Whether these features should be served online or notStreamFeatureViewProto.StreamFeatureViewSpec.BuilderclearOwner()Owner of the feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderclearProject()Name of Feast project that this feature view belongs to.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderclearStreamSource()Streaming DataSource from where this view can consume "online" feature data.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderclearTags()StreamFeatureViewProto.StreamFeatureViewSpec.BuilderclearTimestampField()Timestamp field for aggregationStreamFeatureViewProto.StreamFeatureViewSpec.BuilderclearTtl()Features in this feature view can only be retrieved from online serving younger than ttl.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderclearUserDefinedFunction()Serialized function that is encoded in the streamfeatureviewStreamFeatureViewProto.StreamFeatureViewSpec.Builderclone()booleancontainsTags(String key)User defined metadataAggregationProto.AggregationgetAggregations(int index)Aggregation definitionsAggregationProto.Aggregation.BuildergetAggregationsBuilder(int index)Aggregation definitionsList<AggregationProto.Aggregation.Builder>getAggregationsBuilderList()Aggregation definitionsintgetAggregationsCount()Aggregation definitionsList<AggregationProto.Aggregation>getAggregationsList()Aggregation definitionsAggregationProto.AggregationOrBuildergetAggregationsOrBuilder(int index)Aggregation definitionsList<? extends AggregationProto.AggregationOrBuilder>getAggregationsOrBuilderList()Aggregation definitionsDataSourceProto.DataSourcegetBatchSource()Batch/Offline DataSource where this view can retrieve offline feature data.DataSourceProto.DataSource.BuildergetBatchSourceBuilder()Batch/Offline DataSource where this view can retrieve offline feature data.DataSourceProto.DataSourceOrBuildergetBatchSourceOrBuilder()Batch/Offline DataSource where this view can retrieve offline feature data.StreamFeatureViewProto.StreamFeatureViewSpecgetDefaultInstanceForType()StringgetDescription()Description of the feature view.com.google.protobuf.ByteStringgetDescriptionBytes()Description of the feature view.static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetEntities(int index)List of names of entities associated with this feature view.com.google.protobuf.ByteStringgetEntitiesBytes(int index)List of names of entities associated with this feature view.intgetEntitiesCount()List of names of entities associated with this feature view.com.google.protobuf.ProtocolStringListgetEntitiesList()List of names of entities associated with this feature view.FeatureProto.FeatureSpecV2getEntityColumns(int index)List of specifications for each entity defined as part of this feature view.FeatureProto.FeatureSpecV2.BuildergetEntityColumnsBuilder(int index)List of specifications for each entity defined as part of this feature view.List<FeatureProto.FeatureSpecV2.Builder>getEntityColumnsBuilderList()List of specifications for each entity defined as part of this feature view.intgetEntityColumnsCount()List of specifications for each entity defined as part of this feature view.List<FeatureProto.FeatureSpecV2>getEntityColumnsList()List of specifications for each entity defined as part of this feature view.FeatureProto.FeatureSpecV2OrBuildergetEntityColumnsOrBuilder(int index)List of specifications for each entity defined as part of this feature view.List<? extends FeatureProto.FeatureSpecV2OrBuilder>getEntityColumnsOrBuilderList()List of specifications for each entity defined as part of this feature view.FeatureProto.FeatureSpecV2getFeatures(int index)List of specifications for each feature defined as part of this feature view.FeatureProto.FeatureSpecV2.BuildergetFeaturesBuilder(int index)List of specifications for each feature defined as part of this feature view.List<FeatureProto.FeatureSpecV2.Builder>getFeaturesBuilderList()List of specifications for each feature defined as part of this feature view.intgetFeaturesCount()List of specifications for each feature defined as part of this feature view.List<FeatureProto.FeatureSpecV2>getFeaturesList()List of specifications for each feature defined as part of this feature view.FeatureProto.FeatureSpecV2OrBuildergetFeaturesOrBuilder(int index)List of specifications for each feature defined as part of this feature view.List<? extends FeatureProto.FeatureSpecV2OrBuilder>getFeaturesOrBuilderList()List of specifications for each feature defined as part of this feature view.StringgetMode()Mode of executioncom.google.protobuf.ByteStringgetModeBytes()Mode of executionMap<String,String>getMutableTags()Deprecated.StringgetName()Name of the feature view.com.google.protobuf.ByteStringgetNameBytes()Name of the feature view.booleangetOnline()Whether these features should be served online or notStringgetOwner()Owner of the feature view.com.google.protobuf.ByteStringgetOwnerBytes()Owner of the feature view.StringgetProject()Name of Feast project that this feature view belongs to.com.google.protobuf.ByteStringgetProjectBytes()Name of Feast project that this feature view belongs to.DataSourceProto.DataSourcegetStreamSource()Streaming DataSource from where this view can consume "online" feature data.DataSourceProto.DataSource.BuildergetStreamSourceBuilder()Streaming DataSource from where this view can consume "online" feature data.DataSourceProto.DataSourceOrBuildergetStreamSourceOrBuilder()Streaming DataSource from where this view can consume "online" feature data.Map<String,String>getTags()Deprecated.intgetTagsCount()User defined metadataMap<String,String>getTagsMap()User defined metadataStringgetTagsOrDefault(String key, String defaultValue)User defined metadataStringgetTagsOrThrow(String key)User defined metadataStringgetTimestampField()Timestamp field for aggregationcom.google.protobuf.ByteStringgetTimestampFieldBytes()Timestamp field for aggregationcom.google.protobuf.DurationgetTtl()Features in this feature view can only be retrieved from online serving younger than ttl.com.google.protobuf.Duration.BuildergetTtlBuilder()Features in this feature view can only be retrieved from online serving younger than ttl.com.google.protobuf.DurationOrBuildergetTtlOrBuilder()Features in this feature view can only be retrieved from online serving younger than ttl.OnDemandFeatureViewProto.UserDefinedFunctiongetUserDefinedFunction()Serialized function that is encoded in the streamfeatureviewOnDemandFeatureViewProto.UserDefinedFunction.BuildergetUserDefinedFunctionBuilder()Serialized function that is encoded in the streamfeatureviewOnDemandFeatureViewProto.UserDefinedFunctionOrBuildergetUserDefinedFunctionOrBuilder()Serialized function that is encoded in the streamfeatureviewbooleanhasBatchSource()Batch/Offline DataSource where this view can retrieve offline feature data.booleanhasStreamSource()Streaming DataSource from where this view can consume "online" feature data.booleanhasTtl()Features in this feature view can only be retrieved from online serving younger than ttl.booleanhasUserDefinedFunction()Serialized function that is encoded in the streamfeatureviewprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)protected com.google.protobuf.MapFieldinternalGetMutableMapField(int number)booleanisInitialized()StreamFeatureViewProto.StreamFeatureViewSpec.BuildermergeBatchSource(DataSourceProto.DataSource value)Batch/Offline DataSource where this view can retrieve offline feature data.StreamFeatureViewProto.StreamFeatureViewSpec.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)StreamFeatureViewProto.StreamFeatureViewSpec.BuildermergeFrom(com.google.protobuf.Message other)StreamFeatureViewProto.StreamFeatureViewSpec.BuildermergeFrom(StreamFeatureViewProto.StreamFeatureViewSpec other)StreamFeatureViewProto.StreamFeatureViewSpec.BuildermergeStreamSource(DataSourceProto.DataSource value)Streaming DataSource from where this view can consume "online" feature data.StreamFeatureViewProto.StreamFeatureViewSpec.BuildermergeTtl(com.google.protobuf.Duration value)Features in this feature view can only be retrieved from online serving younger than ttl.StreamFeatureViewProto.StreamFeatureViewSpec.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)StreamFeatureViewProto.StreamFeatureViewSpec.BuildermergeUserDefinedFunction(OnDemandFeatureViewProto.UserDefinedFunction value)Serialized function that is encoded in the streamfeatureviewStreamFeatureViewProto.StreamFeatureViewSpec.BuilderputAllTags(Map<String,String> values)User defined metadataStreamFeatureViewProto.StreamFeatureViewSpec.BuilderputTags(String key, String value)User defined metadataStreamFeatureViewProto.StreamFeatureViewSpec.BuilderremoveAggregations(int index)Aggregation definitionsStreamFeatureViewProto.StreamFeatureViewSpec.BuilderremoveEntityColumns(int index)List of specifications for each entity defined as part of this feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderremoveFeatures(int index)List of specifications for each feature defined as part of this feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuilderremoveTags(String key)User defined metadataStreamFeatureViewProto.StreamFeatureViewSpec.BuildersetAggregations(int index, AggregationProto.Aggregation value)Aggregation definitionsStreamFeatureViewProto.StreamFeatureViewSpec.BuildersetAggregations(int index, AggregationProto.Aggregation.Builder builderForValue)Aggregation definitionsStreamFeatureViewProto.StreamFeatureViewSpec.BuildersetBatchSource(DataSourceProto.DataSource value)Batch/Offline DataSource where this view can retrieve offline feature data.StreamFeatureViewProto.StreamFeatureViewSpec.BuildersetBatchSource(DataSourceProto.DataSource.Builder builderForValue)Batch/Offline DataSource where this view can retrieve offline feature data.StreamFeatureViewProto.StreamFeatureViewSpec.BuildersetDescription(String value)Description of the feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuildersetDescriptionBytes(com.google.protobuf.ByteString value)Description of the feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuildersetEntities(int index, String value)List of names of entities associated with this feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuildersetEntityColumns(int index, FeatureProto.FeatureSpecV2 value)List of specifications for each entity defined as part of this feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuildersetEntityColumns(int index, FeatureProto.FeatureSpecV2.Builder builderForValue)List of specifications for each entity defined as part of this feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuildersetFeatures(int index, FeatureProto.FeatureSpecV2 value)List of specifications for each feature defined as part of this feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuildersetFeatures(int index, FeatureProto.FeatureSpecV2.Builder builderForValue)List of specifications for each feature defined as part of this feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)StreamFeatureViewProto.StreamFeatureViewSpec.BuildersetMode(String value)Mode of executionStreamFeatureViewProto.StreamFeatureViewSpec.BuildersetModeBytes(com.google.protobuf.ByteString value)Mode of executionStreamFeatureViewProto.StreamFeatureViewSpec.BuildersetName(String value)Name of the feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuildersetNameBytes(com.google.protobuf.ByteString value)Name of the feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuildersetOnline(boolean value)Whether these features should be served online or notStreamFeatureViewProto.StreamFeatureViewSpec.BuildersetOwner(String value)Owner of the feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuildersetOwnerBytes(com.google.protobuf.ByteString value)Owner of the feature view.StreamFeatureViewProto.StreamFeatureViewSpec.BuildersetProject(String value)Name of Feast project that this feature view belongs to.StreamFeatureViewProto.StreamFeatureViewSpec.BuildersetProjectBytes(com.google.protobuf.ByteString value)Name of Feast project that this feature view belongs to.StreamFeatureViewProto.StreamFeatureViewSpec.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)StreamFeatureViewProto.StreamFeatureViewSpec.BuildersetStreamSource(DataSourceProto.DataSource value)Streaming DataSource from where this view can consume "online" feature data.StreamFeatureViewProto.StreamFeatureViewSpec.BuildersetStreamSource(DataSourceProto.DataSource.Builder builderForValue)Streaming DataSource from where this view can consume "online" feature data.StreamFeatureViewProto.StreamFeatureViewSpec.BuildersetTimestampField(String value)Timestamp field for aggregationStreamFeatureViewProto.StreamFeatureViewSpec.BuildersetTimestampFieldBytes(com.google.protobuf.ByteString value)Timestamp field for aggregationStreamFeatureViewProto.StreamFeatureViewSpec.BuildersetTtl(com.google.protobuf.Duration value)Features in this feature view can only be retrieved from online serving younger than ttl.StreamFeatureViewProto.StreamFeatureViewSpec.BuildersetTtl(com.google.protobuf.Duration.Builder builderForValue)Features in this feature view can only be retrieved from online serving younger than ttl.StreamFeatureViewProto.StreamFeatureViewSpec.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)StreamFeatureViewProto.StreamFeatureViewSpec.BuildersetUserDefinedFunction(OnDemandFeatureViewProto.UserDefinedFunction value)Serialized function that is encoded in the streamfeatureviewStreamFeatureViewProto.StreamFeatureViewSpec.BuildersetUserDefinedFunction(OnDemandFeatureViewProto.UserDefinedFunction.Builder builderForValue)Serialized function that is encoded in the streamfeatureview-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- Overrides:
internalGetMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<StreamFeatureViewProto.StreamFeatureViewSpec.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number)
- Overrides:
internalGetMutableMapFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<StreamFeatureViewProto.StreamFeatureViewSpec.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<StreamFeatureViewProto.StreamFeatureViewSpec.Builder>
-
clear
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<StreamFeatureViewProto.StreamFeatureViewSpec.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<StreamFeatureViewProto.StreamFeatureViewSpec.Builder>
-
getDefaultInstanceForType
public StreamFeatureViewProto.StreamFeatureViewSpec getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public StreamFeatureViewProto.StreamFeatureViewSpec build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public StreamFeatureViewProto.StreamFeatureViewSpec buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<StreamFeatureViewProto.StreamFeatureViewSpec.Builder>
-
setField
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<StreamFeatureViewProto.StreamFeatureViewSpec.Builder>
-
clearField
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<StreamFeatureViewProto.StreamFeatureViewSpec.Builder>
-
clearOneof
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<StreamFeatureViewProto.StreamFeatureViewSpec.Builder>
-
setRepeatedField
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<StreamFeatureViewProto.StreamFeatureViewSpec.Builder>
-
addRepeatedField
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<StreamFeatureViewProto.StreamFeatureViewSpec.Builder>
-
mergeFrom
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<StreamFeatureViewProto.StreamFeatureViewSpec.Builder>
-
mergeFrom
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder mergeFrom(StreamFeatureViewProto.StreamFeatureViewSpec other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<StreamFeatureViewProto.StreamFeatureViewSpec.Builder>
-
mergeFrom
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<StreamFeatureViewProto.StreamFeatureViewSpec.Builder>- Throws:
IOException
-
getName
public String getName()
Name of the feature view. Must be unique. Not updated.
string name = 1;- Specified by:
getNamein interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Name of the feature view. Must be unique. Not updated.
string name = 1;- Specified by:
getNameBytesin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Returns:
- The bytes for name.
-
setName
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setName(String value)
Name of the feature view. Must be unique. Not updated.
string name = 1;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder clearName()
Name of the feature view. Must be unique. Not updated.
string name = 1;- Returns:
- This builder for chaining.
-
setNameBytes
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setNameBytes(com.google.protobuf.ByteString value)
Name of the feature view. Must be unique. Not updated.
string name = 1;- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
getProject
public String getProject()
Name of Feast project that this feature view belongs to.
string project = 2;- Specified by:
getProjectin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Returns:
- The project.
-
getProjectBytes
public com.google.protobuf.ByteString getProjectBytes()
Name of Feast project that this feature view belongs to.
string project = 2;- Specified by:
getProjectBytesin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Returns:
- The bytes for project.
-
setProject
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setProject(String value)
Name of Feast project that this feature view belongs to.
string project = 2;- Parameters:
value- The project to set.- Returns:
- This builder for chaining.
-
clearProject
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder clearProject()
Name of Feast project that this feature view belongs to.
string project = 2;- Returns:
- This builder for chaining.
-
setProjectBytes
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setProjectBytes(com.google.protobuf.ByteString value)
Name of Feast project that this feature view belongs to.
string project = 2;- Parameters:
value- The bytes for project to set.- Returns:
- This builder for chaining.
-
getEntitiesList
public com.google.protobuf.ProtocolStringList getEntitiesList()
List of names of entities associated with this feature view.
repeated string entities = 3;- Specified by:
getEntitiesListin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Returns:
- A list containing the entities.
-
getEntitiesCount
public int getEntitiesCount()
List of names of entities associated with this feature view.
repeated string entities = 3;- Specified by:
getEntitiesCountin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Returns:
- The count of entities.
-
getEntities
public String getEntities(int index)
List of names of entities associated with this feature view.
repeated string entities = 3;- Specified by:
getEntitiesin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The entities at the given index.
-
getEntitiesBytes
public com.google.protobuf.ByteString getEntitiesBytes(int index)
List of names of entities associated with this feature view.
repeated string entities = 3;- Specified by:
getEntitiesBytesin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the entities at the given index.
-
setEntities
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setEntities(int index, String value)
List of names of entities associated with this feature view.
repeated string entities = 3;- Parameters:
index- The index to set the value at.value- The entities to set.- Returns:
- This builder for chaining.
-
addEntities
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder addEntities(String value)
List of names of entities associated with this feature view.
repeated string entities = 3;- Parameters:
value- The entities to add.- Returns:
- This builder for chaining.
-
addAllEntities
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder addAllEntities(Iterable<String> values)
List of names of entities associated with this feature view.
repeated string entities = 3;- Parameters:
values- The entities to add.- Returns:
- This builder for chaining.
-
clearEntities
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder clearEntities()
List of names of entities associated with this feature view.
repeated string entities = 3;- Returns:
- This builder for chaining.
-
addEntitiesBytes
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder addEntitiesBytes(com.google.protobuf.ByteString value)
List of names of entities associated with this feature view.
repeated string entities = 3;- Parameters:
value- The bytes of the entities to add.- Returns:
- This builder for chaining.
-
getFeaturesList
public List<FeatureProto.FeatureSpecV2> getFeaturesList()
List of specifications for each feature defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 features = 4;- Specified by:
getFeaturesListin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
getFeaturesCount
public int getFeaturesCount()
List of specifications for each feature defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 features = 4;- Specified by:
getFeaturesCountin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
getFeatures
public FeatureProto.FeatureSpecV2 getFeatures(int index)
List of specifications for each feature defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 features = 4;- Specified by:
getFeaturesin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
setFeatures
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setFeatures(int index, FeatureProto.FeatureSpecV2 value)
List of specifications for each feature defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 features = 4;
-
setFeatures
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setFeatures(int index, FeatureProto.FeatureSpecV2.Builder builderForValue)
List of specifications for each feature defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 features = 4;
-
addFeatures
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder addFeatures(FeatureProto.FeatureSpecV2 value)
List of specifications for each feature defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 features = 4;
-
addFeatures
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder addFeatures(int index, FeatureProto.FeatureSpecV2 value)
List of specifications for each feature defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 features = 4;
-
addFeatures
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder addFeatures(FeatureProto.FeatureSpecV2.Builder builderForValue)
List of specifications for each feature defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 features = 4;
-
addFeatures
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder addFeatures(int index, FeatureProto.FeatureSpecV2.Builder builderForValue)
List of specifications for each feature defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 features = 4;
-
addAllFeatures
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder addAllFeatures(Iterable<? extends FeatureProto.FeatureSpecV2> values)
List of specifications for each feature defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 features = 4;
-
clearFeatures
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder clearFeatures()
List of specifications for each feature defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 features = 4;
-
removeFeatures
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder removeFeatures(int index)
List of specifications for each feature defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 features = 4;
-
getFeaturesBuilder
public FeatureProto.FeatureSpecV2.Builder getFeaturesBuilder(int index)
List of specifications for each feature defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 features = 4;
-
getFeaturesOrBuilder
public FeatureProto.FeatureSpecV2OrBuilder getFeaturesOrBuilder(int index)
List of specifications for each feature defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 features = 4;- Specified by:
getFeaturesOrBuilderin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
getFeaturesOrBuilderList
public List<? extends FeatureProto.FeatureSpecV2OrBuilder> getFeaturesOrBuilderList()
List of specifications for each feature defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 features = 4;- Specified by:
getFeaturesOrBuilderListin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
addFeaturesBuilder
public FeatureProto.FeatureSpecV2.Builder addFeaturesBuilder()
List of specifications for each feature defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 features = 4;
-
addFeaturesBuilder
public FeatureProto.FeatureSpecV2.Builder addFeaturesBuilder(int index)
List of specifications for each feature defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 features = 4;
-
getFeaturesBuilderList
public List<FeatureProto.FeatureSpecV2.Builder> getFeaturesBuilderList()
List of specifications for each feature defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 features = 4;
-
getEntityColumnsList
public List<FeatureProto.FeatureSpecV2> getEntityColumnsList()
List of specifications for each entity defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 entity_columns = 5;- Specified by:
getEntityColumnsListin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
getEntityColumnsCount
public int getEntityColumnsCount()
List of specifications for each entity defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 entity_columns = 5;- Specified by:
getEntityColumnsCountin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
getEntityColumns
public FeatureProto.FeatureSpecV2 getEntityColumns(int index)
List of specifications for each entity defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 entity_columns = 5;- Specified by:
getEntityColumnsin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
setEntityColumns
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setEntityColumns(int index, FeatureProto.FeatureSpecV2 value)
List of specifications for each entity defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 entity_columns = 5;
-
setEntityColumns
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setEntityColumns(int index, FeatureProto.FeatureSpecV2.Builder builderForValue)
List of specifications for each entity defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 entity_columns = 5;
-
addEntityColumns
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder addEntityColumns(FeatureProto.FeatureSpecV2 value)
List of specifications for each entity defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 entity_columns = 5;
-
addEntityColumns
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder addEntityColumns(int index, FeatureProto.FeatureSpecV2 value)
List of specifications for each entity defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 entity_columns = 5;
-
addEntityColumns
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder addEntityColumns(FeatureProto.FeatureSpecV2.Builder builderForValue)
List of specifications for each entity defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 entity_columns = 5;
-
addEntityColumns
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder addEntityColumns(int index, FeatureProto.FeatureSpecV2.Builder builderForValue)
List of specifications for each entity defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 entity_columns = 5;
-
addAllEntityColumns
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder addAllEntityColumns(Iterable<? extends FeatureProto.FeatureSpecV2> values)
List of specifications for each entity defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 entity_columns = 5;
-
clearEntityColumns
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder clearEntityColumns()
List of specifications for each entity defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 entity_columns = 5;
-
removeEntityColumns
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder removeEntityColumns(int index)
List of specifications for each entity defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 entity_columns = 5;
-
getEntityColumnsBuilder
public FeatureProto.FeatureSpecV2.Builder getEntityColumnsBuilder(int index)
List of specifications for each entity defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 entity_columns = 5;
-
getEntityColumnsOrBuilder
public FeatureProto.FeatureSpecV2OrBuilder getEntityColumnsOrBuilder(int index)
List of specifications for each entity defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 entity_columns = 5;- Specified by:
getEntityColumnsOrBuilderin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
getEntityColumnsOrBuilderList
public List<? extends FeatureProto.FeatureSpecV2OrBuilder> getEntityColumnsOrBuilderList()
List of specifications for each entity defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 entity_columns = 5;- Specified by:
getEntityColumnsOrBuilderListin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
addEntityColumnsBuilder
public FeatureProto.FeatureSpecV2.Builder addEntityColumnsBuilder()
List of specifications for each entity defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 entity_columns = 5;
-
addEntityColumnsBuilder
public FeatureProto.FeatureSpecV2.Builder addEntityColumnsBuilder(int index)
List of specifications for each entity defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 entity_columns = 5;
-
getEntityColumnsBuilderList
public List<FeatureProto.FeatureSpecV2.Builder> getEntityColumnsBuilderList()
List of specifications for each entity defined as part of this feature view.
repeated .feast.core.FeatureSpecV2 entity_columns = 5;
-
getDescription
public String getDescription()
Description of the feature view.
string description = 6;- Specified by:
getDescriptionin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Returns:
- The description.
-
getDescriptionBytes
public com.google.protobuf.ByteString getDescriptionBytes()
Description of the feature view.
string description = 6;- Specified by:
getDescriptionBytesin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Returns:
- The bytes for description.
-
setDescription
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setDescription(String value)
Description of the feature view.
string description = 6;- Parameters:
value- The description to set.- Returns:
- This builder for chaining.
-
clearDescription
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder clearDescription()
Description of the feature view.
string description = 6;- Returns:
- This builder for chaining.
-
setDescriptionBytes
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
Description of the feature view.
string description = 6;- Parameters:
value- The bytes for description to set.- Returns:
- This builder for chaining.
-
getTagsCount
public int getTagsCount()
Description copied from interface:StreamFeatureViewProto.StreamFeatureViewSpecOrBuilderUser defined metadata
map<string, string> tags = 7;- Specified by:
getTagsCountin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
containsTags
public boolean containsTags(String key)
User defined metadata
map<string, string> tags = 7;- Specified by:
containsTagsin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
getTags
@Deprecated public Map<String,String> getTags()
Deprecated.UsegetTagsMap()instead.- Specified by:
getTagsin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
getTagsMap
public Map<String,String> getTagsMap()
User defined metadata
map<string, string> tags = 7;- Specified by:
getTagsMapin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
getTagsOrDefault
public String getTagsOrDefault(String key, String defaultValue)
User defined metadata
map<string, string> tags = 7;- Specified by:
getTagsOrDefaultin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
getTagsOrThrow
public String getTagsOrThrow(String key)
User defined metadata
map<string, string> tags = 7;- Specified by:
getTagsOrThrowin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
clearTags
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder clearTags()
-
removeTags
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder removeTags(String key)
User defined metadata
map<string, string> tags = 7;
-
getMutableTags
@Deprecated public Map<String,String> getMutableTags()
Deprecated.Use alternate mutation accessors instead.
-
putTags
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder putTags(String key, String value)
User defined metadata
map<string, string> tags = 7;
-
putAllTags
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder putAllTags(Map<String,String> values)
User defined metadata
map<string, string> tags = 7;
-
getOwner
public String getOwner()
Owner of the feature view.
string owner = 8;- Specified by:
getOwnerin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Returns:
- The owner.
-
getOwnerBytes
public com.google.protobuf.ByteString getOwnerBytes()
Owner of the feature view.
string owner = 8;- Specified by:
getOwnerBytesin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Returns:
- The bytes for owner.
-
setOwner
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setOwner(String value)
Owner of the feature view.
string owner = 8;- Parameters:
value- The owner to set.- Returns:
- This builder for chaining.
-
clearOwner
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder clearOwner()
Owner of the feature view.
string owner = 8;- Returns:
- This builder for chaining.
-
setOwnerBytes
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setOwnerBytes(com.google.protobuf.ByteString value)
Owner of the feature view.
string owner = 8;- Parameters:
value- The bytes for owner to set.- Returns:
- This builder for chaining.
-
hasTtl
public boolean hasTtl()
Features in this feature view can only be retrieved from online serving younger than ttl. Ttl is measured as the duration of time between the feature's event timestamp and when the feature is retrieved Feature values outside ttl will be returned as unset values and indicated to end user
.google.protobuf.Duration ttl = 9;- Specified by:
hasTtlin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Returns:
- Whether the ttl field is set.
-
getTtl
public com.google.protobuf.Duration getTtl()
Features in this feature view can only be retrieved from online serving younger than ttl. Ttl is measured as the duration of time between the feature's event timestamp and when the feature is retrieved Feature values outside ttl will be returned as unset values and indicated to end user
.google.protobuf.Duration ttl = 9;- Specified by:
getTtlin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Returns:
- The ttl.
-
setTtl
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setTtl(com.google.protobuf.Duration value)
Features in this feature view can only be retrieved from online serving younger than ttl. Ttl is measured as the duration of time between the feature's event timestamp and when the feature is retrieved Feature values outside ttl will be returned as unset values and indicated to end user
.google.protobuf.Duration ttl = 9;
-
setTtl
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setTtl(com.google.protobuf.Duration.Builder builderForValue)
Features in this feature view can only be retrieved from online serving younger than ttl. Ttl is measured as the duration of time between the feature's event timestamp and when the feature is retrieved Feature values outside ttl will be returned as unset values and indicated to end user
.google.protobuf.Duration ttl = 9;
-
mergeTtl
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder mergeTtl(com.google.protobuf.Duration value)
Features in this feature view can only be retrieved from online serving younger than ttl. Ttl is measured as the duration of time between the feature's event timestamp and when the feature is retrieved Feature values outside ttl will be returned as unset values and indicated to end user
.google.protobuf.Duration ttl = 9;
-
clearTtl
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder clearTtl()
Features in this feature view can only be retrieved from online serving younger than ttl. Ttl is measured as the duration of time between the feature's event timestamp and when the feature is retrieved Feature values outside ttl will be returned as unset values and indicated to end user
.google.protobuf.Duration ttl = 9;
-
getTtlBuilder
public com.google.protobuf.Duration.Builder getTtlBuilder()
Features in this feature view can only be retrieved from online serving younger than ttl. Ttl is measured as the duration of time between the feature's event timestamp and when the feature is retrieved Feature values outside ttl will be returned as unset values and indicated to end user
.google.protobuf.Duration ttl = 9;
-
getTtlOrBuilder
public com.google.protobuf.DurationOrBuilder getTtlOrBuilder()
Features in this feature view can only be retrieved from online serving younger than ttl. Ttl is measured as the duration of time between the feature's event timestamp and when the feature is retrieved Feature values outside ttl will be returned as unset values and indicated to end user
.google.protobuf.Duration ttl = 9;- Specified by:
getTtlOrBuilderin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
hasBatchSource
public boolean hasBatchSource()
Batch/Offline DataSource where this view can retrieve offline feature data.
.feast.core.DataSource batch_source = 10;- Specified by:
hasBatchSourcein interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Returns:
- Whether the batchSource field is set.
-
getBatchSource
public DataSourceProto.DataSource getBatchSource()
Batch/Offline DataSource where this view can retrieve offline feature data.
.feast.core.DataSource batch_source = 10;- Specified by:
getBatchSourcein interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Returns:
- The batchSource.
-
setBatchSource
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setBatchSource(DataSourceProto.DataSource value)
Batch/Offline DataSource where this view can retrieve offline feature data.
.feast.core.DataSource batch_source = 10;
-
setBatchSource
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setBatchSource(DataSourceProto.DataSource.Builder builderForValue)
Batch/Offline DataSource where this view can retrieve offline feature data.
.feast.core.DataSource batch_source = 10;
-
mergeBatchSource
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder mergeBatchSource(DataSourceProto.DataSource value)
Batch/Offline DataSource where this view can retrieve offline feature data.
.feast.core.DataSource batch_source = 10;
-
clearBatchSource
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder clearBatchSource()
Batch/Offline DataSource where this view can retrieve offline feature data.
.feast.core.DataSource batch_source = 10;
-
getBatchSourceBuilder
public DataSourceProto.DataSource.Builder getBatchSourceBuilder()
Batch/Offline DataSource where this view can retrieve offline feature data.
.feast.core.DataSource batch_source = 10;
-
getBatchSourceOrBuilder
public DataSourceProto.DataSourceOrBuilder getBatchSourceOrBuilder()
Batch/Offline DataSource where this view can retrieve offline feature data.
.feast.core.DataSource batch_source = 10;- Specified by:
getBatchSourceOrBuilderin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
hasStreamSource
public boolean hasStreamSource()
Streaming DataSource from where this view can consume "online" feature data.
.feast.core.DataSource stream_source = 11;- Specified by:
hasStreamSourcein interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Returns:
- Whether the streamSource field is set.
-
getStreamSource
public DataSourceProto.DataSource getStreamSource()
Streaming DataSource from where this view can consume "online" feature data.
.feast.core.DataSource stream_source = 11;- Specified by:
getStreamSourcein interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Returns:
- The streamSource.
-
setStreamSource
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setStreamSource(DataSourceProto.DataSource value)
Streaming DataSource from where this view can consume "online" feature data.
.feast.core.DataSource stream_source = 11;
-
setStreamSource
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setStreamSource(DataSourceProto.DataSource.Builder builderForValue)
Streaming DataSource from where this view can consume "online" feature data.
.feast.core.DataSource stream_source = 11;
-
mergeStreamSource
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder mergeStreamSource(DataSourceProto.DataSource value)
Streaming DataSource from where this view can consume "online" feature data.
.feast.core.DataSource stream_source = 11;
-
clearStreamSource
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder clearStreamSource()
Streaming DataSource from where this view can consume "online" feature data.
.feast.core.DataSource stream_source = 11;
-
getStreamSourceBuilder
public DataSourceProto.DataSource.Builder getStreamSourceBuilder()
Streaming DataSource from where this view can consume "online" feature data.
.feast.core.DataSource stream_source = 11;
-
getStreamSourceOrBuilder
public DataSourceProto.DataSourceOrBuilder getStreamSourceOrBuilder()
Streaming DataSource from where this view can consume "online" feature data.
.feast.core.DataSource stream_source = 11;- Specified by:
getStreamSourceOrBuilderin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
getOnline
public boolean getOnline()
Whether these features should be served online or not
bool online = 12;- Specified by:
getOnlinein interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Returns:
- The online.
-
setOnline
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setOnline(boolean value)
Whether these features should be served online or not
bool online = 12;- Parameters:
value- The online to set.- Returns:
- This builder for chaining.
-
clearOnline
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder clearOnline()
Whether these features should be served online or not
bool online = 12;- Returns:
- This builder for chaining.
-
hasUserDefinedFunction
public boolean hasUserDefinedFunction()
Serialized function that is encoded in the streamfeatureview
.feast.core.UserDefinedFunction user_defined_function = 13;- Specified by:
hasUserDefinedFunctionin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Returns:
- Whether the userDefinedFunction field is set.
-
getUserDefinedFunction
public OnDemandFeatureViewProto.UserDefinedFunction getUserDefinedFunction()
Serialized function that is encoded in the streamfeatureview
.feast.core.UserDefinedFunction user_defined_function = 13;- Specified by:
getUserDefinedFunctionin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Returns:
- The userDefinedFunction.
-
setUserDefinedFunction
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setUserDefinedFunction(OnDemandFeatureViewProto.UserDefinedFunction value)
Serialized function that is encoded in the streamfeatureview
.feast.core.UserDefinedFunction user_defined_function = 13;
-
setUserDefinedFunction
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setUserDefinedFunction(OnDemandFeatureViewProto.UserDefinedFunction.Builder builderForValue)
Serialized function that is encoded in the streamfeatureview
.feast.core.UserDefinedFunction user_defined_function = 13;
-
mergeUserDefinedFunction
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder mergeUserDefinedFunction(OnDemandFeatureViewProto.UserDefinedFunction value)
Serialized function that is encoded in the streamfeatureview
.feast.core.UserDefinedFunction user_defined_function = 13;
-
clearUserDefinedFunction
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder clearUserDefinedFunction()
Serialized function that is encoded in the streamfeatureview
.feast.core.UserDefinedFunction user_defined_function = 13;
-
getUserDefinedFunctionBuilder
public OnDemandFeatureViewProto.UserDefinedFunction.Builder getUserDefinedFunctionBuilder()
Serialized function that is encoded in the streamfeatureview
.feast.core.UserDefinedFunction user_defined_function = 13;
-
getUserDefinedFunctionOrBuilder
public OnDemandFeatureViewProto.UserDefinedFunctionOrBuilder getUserDefinedFunctionOrBuilder()
Serialized function that is encoded in the streamfeatureview
.feast.core.UserDefinedFunction user_defined_function = 13;- Specified by:
getUserDefinedFunctionOrBuilderin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
getMode
public String getMode()
Mode of execution
string mode = 14;- Specified by:
getModein interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Returns:
- The mode.
-
getModeBytes
public com.google.protobuf.ByteString getModeBytes()
Mode of execution
string mode = 14;- Specified by:
getModeBytesin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Returns:
- The bytes for mode.
-
setMode
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setMode(String value)
Mode of execution
string mode = 14;- Parameters:
value- The mode to set.- Returns:
- This builder for chaining.
-
clearMode
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder clearMode()
Mode of execution
string mode = 14;- Returns:
- This builder for chaining.
-
setModeBytes
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setModeBytes(com.google.protobuf.ByteString value)
Mode of execution
string mode = 14;- Parameters:
value- The bytes for mode to set.- Returns:
- This builder for chaining.
-
getAggregationsList
public List<AggregationProto.Aggregation> getAggregationsList()
Aggregation definitions
repeated .feast.core.Aggregation aggregations = 15;- Specified by:
getAggregationsListin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
getAggregationsCount
public int getAggregationsCount()
Aggregation definitions
repeated .feast.core.Aggregation aggregations = 15;- Specified by:
getAggregationsCountin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
getAggregations
public AggregationProto.Aggregation getAggregations(int index)
Aggregation definitions
repeated .feast.core.Aggregation aggregations = 15;- Specified by:
getAggregationsin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
setAggregations
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setAggregations(int index, AggregationProto.Aggregation value)
Aggregation definitions
repeated .feast.core.Aggregation aggregations = 15;
-
setAggregations
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setAggregations(int index, AggregationProto.Aggregation.Builder builderForValue)
Aggregation definitions
repeated .feast.core.Aggregation aggregations = 15;
-
addAggregations
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder addAggregations(AggregationProto.Aggregation value)
Aggregation definitions
repeated .feast.core.Aggregation aggregations = 15;
-
addAggregations
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder addAggregations(int index, AggregationProto.Aggregation value)
Aggregation definitions
repeated .feast.core.Aggregation aggregations = 15;
-
addAggregations
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder addAggregations(AggregationProto.Aggregation.Builder builderForValue)
Aggregation definitions
repeated .feast.core.Aggregation aggregations = 15;
-
addAggregations
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder addAggregations(int index, AggregationProto.Aggregation.Builder builderForValue)
Aggregation definitions
repeated .feast.core.Aggregation aggregations = 15;
-
addAllAggregations
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder addAllAggregations(Iterable<? extends AggregationProto.Aggregation> values)
Aggregation definitions
repeated .feast.core.Aggregation aggregations = 15;
-
clearAggregations
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder clearAggregations()
Aggregation definitions
repeated .feast.core.Aggregation aggregations = 15;
-
removeAggregations
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder removeAggregations(int index)
Aggregation definitions
repeated .feast.core.Aggregation aggregations = 15;
-
getAggregationsBuilder
public AggregationProto.Aggregation.Builder getAggregationsBuilder(int index)
Aggregation definitions
repeated .feast.core.Aggregation aggregations = 15;
-
getAggregationsOrBuilder
public AggregationProto.AggregationOrBuilder getAggregationsOrBuilder(int index)
Aggregation definitions
repeated .feast.core.Aggregation aggregations = 15;- Specified by:
getAggregationsOrBuilderin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
getAggregationsOrBuilderList
public List<? extends AggregationProto.AggregationOrBuilder> getAggregationsOrBuilderList()
Aggregation definitions
repeated .feast.core.Aggregation aggregations = 15;- Specified by:
getAggregationsOrBuilderListin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder
-
addAggregationsBuilder
public AggregationProto.Aggregation.Builder addAggregationsBuilder()
Aggregation definitions
repeated .feast.core.Aggregation aggregations = 15;
-
addAggregationsBuilder
public AggregationProto.Aggregation.Builder addAggregationsBuilder(int index)
Aggregation definitions
repeated .feast.core.Aggregation aggregations = 15;
-
getAggregationsBuilderList
public List<AggregationProto.Aggregation.Builder> getAggregationsBuilderList()
Aggregation definitions
repeated .feast.core.Aggregation aggregations = 15;
-
getTimestampField
public String getTimestampField()
Timestamp field for aggregation
string timestamp_field = 16;- Specified by:
getTimestampFieldin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Returns:
- The timestampField.
-
getTimestampFieldBytes
public com.google.protobuf.ByteString getTimestampFieldBytes()
Timestamp field for aggregation
string timestamp_field = 16;- Specified by:
getTimestampFieldBytesin interfaceStreamFeatureViewProto.StreamFeatureViewSpecOrBuilder- Returns:
- The bytes for timestampField.
-
setTimestampField
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setTimestampField(String value)
Timestamp field for aggregation
string timestamp_field = 16;- Parameters:
value- The timestampField to set.- Returns:
- This builder for chaining.
-
clearTimestampField
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder clearTimestampField()
Timestamp field for aggregation
string timestamp_field = 16;- Returns:
- This builder for chaining.
-
setTimestampFieldBytes
public StreamFeatureViewProto.StreamFeatureViewSpec.Builder setTimestampFieldBytes(com.google.protobuf.ByteString value)
Timestamp field for aggregation
string timestamp_field = 16;- Parameters:
value- The bytes for timestampField to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final StreamFeatureViewProto.StreamFeatureViewSpec.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<StreamFeatureViewProto.StreamFeatureViewSpec.Builder>
-
mergeUnknownFields
public final StreamFeatureViewProto.StreamFeatureViewSpec.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<StreamFeatureViewProto.StreamFeatureViewSpec.Builder>
-
-