Package feast.proto.serving
Class ServingAPIProto.FeatureReferenceV2.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ServingAPIProto.FeatureReferenceV2.Builder>
-
- feast.proto.serving.ServingAPIProto.FeatureReferenceV2.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,ServingAPIProto.FeatureReferenceV2OrBuilder,Cloneable
- Enclosing class:
- ServingAPIProto.FeatureReferenceV2
public static final class ServingAPIProto.FeatureReferenceV2.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ServingAPIProto.FeatureReferenceV2.Builder> implements ServingAPIProto.FeatureReferenceV2OrBuilder
Protobuf typefeast.serving.FeatureReferenceV2
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ServingAPIProto.FeatureReferenceV2.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ServingAPIProto.FeatureReferenceV2build()ServingAPIProto.FeatureReferenceV2buildPartial()ServingAPIProto.FeatureReferenceV2.Builderclear()ServingAPIProto.FeatureReferenceV2.BuilderclearFeatureTable()Name of the Feature Table to retrieve the feature from.ServingAPIProto.FeatureReferenceV2.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)ServingAPIProto.FeatureReferenceV2.BuilderclearName()Name of the Feature to retrieve the feature from.ServingAPIProto.FeatureReferenceV2.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)ServingAPIProto.FeatureReferenceV2.Builderclone()ServingAPIProto.FeatureReferenceV2getDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetFeatureTable()Name of the Feature Table to retrieve the feature from.com.google.protobuf.ByteStringgetFeatureTableBytes()Name of the Feature Table to retrieve the feature from.StringgetName()Name of the Feature to retrieve the feature from.com.google.protobuf.ByteStringgetNameBytes()Name of the Feature to retrieve the feature from.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()ServingAPIProto.FeatureReferenceV2.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ServingAPIProto.FeatureReferenceV2.BuildermergeFrom(com.google.protobuf.Message other)ServingAPIProto.FeatureReferenceV2.BuildermergeFrom(ServingAPIProto.FeatureReferenceV2 other)ServingAPIProto.FeatureReferenceV2.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)ServingAPIProto.FeatureReferenceV2.BuildersetFeatureTable(String value)Name of the Feature Table to retrieve the feature from.ServingAPIProto.FeatureReferenceV2.BuildersetFeatureTableBytes(com.google.protobuf.ByteString value)Name of the Feature Table to retrieve the feature from.ServingAPIProto.FeatureReferenceV2.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)ServingAPIProto.FeatureReferenceV2.BuildersetName(String value)Name of the Feature to retrieve the feature from.ServingAPIProto.FeatureReferenceV2.BuildersetNameBytes(com.google.protobuf.ByteString value)Name of the Feature to retrieve the feature from.ServingAPIProto.FeatureReferenceV2.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)ServingAPIProto.FeatureReferenceV2.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, 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()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<ServingAPIProto.FeatureReferenceV2.Builder>
-
clear
public ServingAPIProto.FeatureReferenceV2.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<ServingAPIProto.FeatureReferenceV2.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<ServingAPIProto.FeatureReferenceV2.Builder>
-
getDefaultInstanceForType
public ServingAPIProto.FeatureReferenceV2 getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public ServingAPIProto.FeatureReferenceV2 build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ServingAPIProto.FeatureReferenceV2 buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ServingAPIProto.FeatureReferenceV2.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<ServingAPIProto.FeatureReferenceV2.Builder>
-
setField
public ServingAPIProto.FeatureReferenceV2.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<ServingAPIProto.FeatureReferenceV2.Builder>
-
clearField
public ServingAPIProto.FeatureReferenceV2.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<ServingAPIProto.FeatureReferenceV2.Builder>
-
clearOneof
public ServingAPIProto.FeatureReferenceV2.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<ServingAPIProto.FeatureReferenceV2.Builder>
-
setRepeatedField
public ServingAPIProto.FeatureReferenceV2.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<ServingAPIProto.FeatureReferenceV2.Builder>
-
addRepeatedField
public ServingAPIProto.FeatureReferenceV2.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<ServingAPIProto.FeatureReferenceV2.Builder>
-
mergeFrom
public ServingAPIProto.FeatureReferenceV2.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<ServingAPIProto.FeatureReferenceV2.Builder>
-
mergeFrom
public ServingAPIProto.FeatureReferenceV2.Builder mergeFrom(ServingAPIProto.FeatureReferenceV2 other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<ServingAPIProto.FeatureReferenceV2.Builder>
-
mergeFrom
public ServingAPIProto.FeatureReferenceV2.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<ServingAPIProto.FeatureReferenceV2.Builder>- Throws:
IOException
-
getFeatureTable
public String getFeatureTable()
Name of the Feature Table to retrieve the feature from.
string feature_table = 1;- Specified by:
getFeatureTablein interfaceServingAPIProto.FeatureReferenceV2OrBuilder- Returns:
- The featureTable.
-
getFeatureTableBytes
public com.google.protobuf.ByteString getFeatureTableBytes()
Name of the Feature Table to retrieve the feature from.
string feature_table = 1;- Specified by:
getFeatureTableBytesin interfaceServingAPIProto.FeatureReferenceV2OrBuilder- Returns:
- The bytes for featureTable.
-
setFeatureTable
public ServingAPIProto.FeatureReferenceV2.Builder setFeatureTable(String value)
Name of the Feature Table to retrieve the feature from.
string feature_table = 1;- Parameters:
value- The featureTable to set.- Returns:
- This builder for chaining.
-
clearFeatureTable
public ServingAPIProto.FeatureReferenceV2.Builder clearFeatureTable()
Name of the Feature Table to retrieve the feature from.
string feature_table = 1;- Returns:
- This builder for chaining.
-
setFeatureTableBytes
public ServingAPIProto.FeatureReferenceV2.Builder setFeatureTableBytes(com.google.protobuf.ByteString value)
Name of the Feature Table to retrieve the feature from.
string feature_table = 1;- Parameters:
value- The bytes for featureTable to set.- Returns:
- This builder for chaining.
-
getName
public String getName()
Name of the Feature to retrieve the feature from.
string name = 2;- Specified by:
getNamein interfaceServingAPIProto.FeatureReferenceV2OrBuilder- Returns:
- The name.
-
getNameBytes
public com.google.protobuf.ByteString getNameBytes()
Name of the Feature to retrieve the feature from.
string name = 2;- Specified by:
getNameBytesin interfaceServingAPIProto.FeatureReferenceV2OrBuilder- Returns:
- The bytes for name.
-
setName
public ServingAPIProto.FeatureReferenceV2.Builder setName(String value)
Name of the Feature to retrieve the feature from.
string name = 2;- Parameters:
value- The name to set.- Returns:
- This builder for chaining.
-
clearName
public ServingAPIProto.FeatureReferenceV2.Builder clearName()
Name of the Feature to retrieve the feature from.
string name = 2;- Returns:
- This builder for chaining.
-
setNameBytes
public ServingAPIProto.FeatureReferenceV2.Builder setNameBytes(com.google.protobuf.ByteString value)
Name of the Feature to retrieve the feature from.
string name = 2;- Parameters:
value- The bytes for name to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ServingAPIProto.FeatureReferenceV2.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ServingAPIProto.FeatureReferenceV2.Builder>
-
mergeUnknownFields
public final ServingAPIProto.FeatureReferenceV2.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<ServingAPIProto.FeatureReferenceV2.Builder>
-
-