Package feast.proto.core
Class DataFormatProto.StreamFormat.ProtoFormat.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<DataFormatProto.StreamFormat.ProtoFormat.Builder>
-
- feast.proto.core.DataFormatProto.StreamFormat.ProtoFormat.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,DataFormatProto.StreamFormat.ProtoFormatOrBuilder,Cloneable
- Enclosing class:
- DataFormatProto.StreamFormat.ProtoFormat
public static final class DataFormatProto.StreamFormat.ProtoFormat.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DataFormatProto.StreamFormat.ProtoFormat.Builder> implements DataFormatProto.StreamFormat.ProtoFormatOrBuilder
Defines options for the protobuf data format
Protobuf typefeast.core.StreamFormat.ProtoFormat
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DataFormatProto.StreamFormat.ProtoFormat.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)DataFormatProto.StreamFormat.ProtoFormatbuild()DataFormatProto.StreamFormat.ProtoFormatbuildPartial()DataFormatProto.StreamFormat.ProtoFormat.Builderclear()DataFormatProto.StreamFormat.ProtoFormat.BuilderclearClassPath()Classpath to the generated Java Protobuf class that can be used to decode Feature data from the obtained stream messageDataFormatProto.StreamFormat.ProtoFormat.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)DataFormatProto.StreamFormat.ProtoFormat.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)DataFormatProto.StreamFormat.ProtoFormat.Builderclone()StringgetClassPath()Classpath to the generated Java Protobuf class that can be used to decode Feature data from the obtained stream messagecom.google.protobuf.ByteStringgetClassPathBytes()Classpath to the generated Java Protobuf class that can be used to decode Feature data from the obtained stream messageDataFormatProto.StreamFormat.ProtoFormatgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()DataFormatProto.StreamFormat.ProtoFormat.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)DataFormatProto.StreamFormat.ProtoFormat.BuildermergeFrom(com.google.protobuf.Message other)DataFormatProto.StreamFormat.ProtoFormat.BuildermergeFrom(DataFormatProto.StreamFormat.ProtoFormat other)DataFormatProto.StreamFormat.ProtoFormat.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)DataFormatProto.StreamFormat.ProtoFormat.BuildersetClassPath(String value)Classpath to the generated Java Protobuf class that can be used to decode Feature data from the obtained stream messageDataFormatProto.StreamFormat.ProtoFormat.BuildersetClassPathBytes(com.google.protobuf.ByteString value)Classpath to the generated Java Protobuf class that can be used to decode Feature data from the obtained stream messageDataFormatProto.StreamFormat.ProtoFormat.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)DataFormatProto.StreamFormat.ProtoFormat.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)DataFormatProto.StreamFormat.ProtoFormat.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<DataFormatProto.StreamFormat.ProtoFormat.Builder>
-
clear
public DataFormatProto.StreamFormat.ProtoFormat.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<DataFormatProto.StreamFormat.ProtoFormat.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<DataFormatProto.StreamFormat.ProtoFormat.Builder>
-
getDefaultInstanceForType
public DataFormatProto.StreamFormat.ProtoFormat getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public DataFormatProto.StreamFormat.ProtoFormat build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public DataFormatProto.StreamFormat.ProtoFormat buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public DataFormatProto.StreamFormat.ProtoFormat.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<DataFormatProto.StreamFormat.ProtoFormat.Builder>
-
setField
public DataFormatProto.StreamFormat.ProtoFormat.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<DataFormatProto.StreamFormat.ProtoFormat.Builder>
-
clearField
public DataFormatProto.StreamFormat.ProtoFormat.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<DataFormatProto.StreamFormat.ProtoFormat.Builder>
-
clearOneof
public DataFormatProto.StreamFormat.ProtoFormat.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<DataFormatProto.StreamFormat.ProtoFormat.Builder>
-
setRepeatedField
public DataFormatProto.StreamFormat.ProtoFormat.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<DataFormatProto.StreamFormat.ProtoFormat.Builder>
-
addRepeatedField
public DataFormatProto.StreamFormat.ProtoFormat.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<DataFormatProto.StreamFormat.ProtoFormat.Builder>
-
mergeFrom
public DataFormatProto.StreamFormat.ProtoFormat.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<DataFormatProto.StreamFormat.ProtoFormat.Builder>
-
mergeFrom
public DataFormatProto.StreamFormat.ProtoFormat.Builder mergeFrom(DataFormatProto.StreamFormat.ProtoFormat other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<DataFormatProto.StreamFormat.ProtoFormat.Builder>
-
mergeFrom
public DataFormatProto.StreamFormat.ProtoFormat.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<DataFormatProto.StreamFormat.ProtoFormat.Builder>- Throws:
IOException
-
getClassPath
public String getClassPath()
Classpath to the generated Java Protobuf class that can be used to decode Feature data from the obtained stream message
string class_path = 1;- Specified by:
getClassPathin interfaceDataFormatProto.StreamFormat.ProtoFormatOrBuilder- Returns:
- The classPath.
-
getClassPathBytes
public com.google.protobuf.ByteString getClassPathBytes()
Classpath to the generated Java Protobuf class that can be used to decode Feature data from the obtained stream message
string class_path = 1;- Specified by:
getClassPathBytesin interfaceDataFormatProto.StreamFormat.ProtoFormatOrBuilder- Returns:
- The bytes for classPath.
-
setClassPath
public DataFormatProto.StreamFormat.ProtoFormat.Builder setClassPath(String value)
Classpath to the generated Java Protobuf class that can be used to decode Feature data from the obtained stream message
string class_path = 1;- Parameters:
value- The classPath to set.- Returns:
- This builder for chaining.
-
clearClassPath
public DataFormatProto.StreamFormat.ProtoFormat.Builder clearClassPath()
Classpath to the generated Java Protobuf class that can be used to decode Feature data from the obtained stream message
string class_path = 1;- Returns:
- This builder for chaining.
-
setClassPathBytes
public DataFormatProto.StreamFormat.ProtoFormat.Builder setClassPathBytes(com.google.protobuf.ByteString value)
Classpath to the generated Java Protobuf class that can be used to decode Feature data from the obtained stream message
string class_path = 1;- Parameters:
value- The bytes for classPath to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final DataFormatProto.StreamFormat.ProtoFormat.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<DataFormatProto.StreamFormat.ProtoFormat.Builder>
-
mergeUnknownFields
public final DataFormatProto.StreamFormat.ProtoFormat.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<DataFormatProto.StreamFormat.ProtoFormat.Builder>
-
-