Package feast.proto.core
Class DataFormatProto.StreamFormat.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<DataFormatProto.StreamFormat.Builder>
-
- feast.proto.core.DataFormatProto.StreamFormat.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,DataFormatProto.StreamFormatOrBuilder,Cloneable
- Enclosing class:
- DataFormatProto.StreamFormat
public static final class DataFormatProto.StreamFormat.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DataFormatProto.StreamFormat.Builder> implements DataFormatProto.StreamFormatOrBuilder
Defines the data format encoding features/entity data in data streams
Protobuf typefeast.core.StreamFormat
-
-
Method Summary
-
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.Builder>
-
clear
public DataFormatProto.StreamFormat.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.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.Builder>
-
getDefaultInstanceForType
public DataFormatProto.StreamFormat getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public DataFormatProto.StreamFormat build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public DataFormatProto.StreamFormat buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public DataFormatProto.StreamFormat.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.Builder>
-
setField
public DataFormatProto.StreamFormat.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.Builder>
-
clearField
public DataFormatProto.StreamFormat.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.Builder>
-
clearOneof
public DataFormatProto.StreamFormat.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.Builder>
-
setRepeatedField
public DataFormatProto.StreamFormat.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.Builder>
-
addRepeatedField
public DataFormatProto.StreamFormat.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.Builder>
-
mergeFrom
public DataFormatProto.StreamFormat.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<DataFormatProto.StreamFormat.Builder>
-
mergeFrom
public DataFormatProto.StreamFormat.Builder mergeFrom(DataFormatProto.StreamFormat other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<DataFormatProto.StreamFormat.Builder>
-
mergeFrom
public DataFormatProto.StreamFormat.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.Builder>- Throws:
IOException
-
getFormatCase
public DataFormatProto.StreamFormat.FormatCase getFormatCase()
- Specified by:
getFormatCasein interfaceDataFormatProto.StreamFormatOrBuilder
-
clearFormat
public DataFormatProto.StreamFormat.Builder clearFormat()
-
hasAvroFormat
public boolean hasAvroFormat()
.feast.core.StreamFormat.AvroFormat avro_format = 1;- Specified by:
hasAvroFormatin interfaceDataFormatProto.StreamFormatOrBuilder- Returns:
- Whether the avroFormat field is set.
-
getAvroFormat
public DataFormatProto.StreamFormat.AvroFormat getAvroFormat()
.feast.core.StreamFormat.AvroFormat avro_format = 1;- Specified by:
getAvroFormatin interfaceDataFormatProto.StreamFormatOrBuilder- Returns:
- The avroFormat.
-
setAvroFormat
public DataFormatProto.StreamFormat.Builder setAvroFormat(DataFormatProto.StreamFormat.AvroFormat value)
.feast.core.StreamFormat.AvroFormat avro_format = 1;
-
setAvroFormat
public DataFormatProto.StreamFormat.Builder setAvroFormat(DataFormatProto.StreamFormat.AvroFormat.Builder builderForValue)
.feast.core.StreamFormat.AvroFormat avro_format = 1;
-
mergeAvroFormat
public DataFormatProto.StreamFormat.Builder mergeAvroFormat(DataFormatProto.StreamFormat.AvroFormat value)
.feast.core.StreamFormat.AvroFormat avro_format = 1;
-
clearAvroFormat
public DataFormatProto.StreamFormat.Builder clearAvroFormat()
.feast.core.StreamFormat.AvroFormat avro_format = 1;
-
getAvroFormatBuilder
public DataFormatProto.StreamFormat.AvroFormat.Builder getAvroFormatBuilder()
.feast.core.StreamFormat.AvroFormat avro_format = 1;
-
getAvroFormatOrBuilder
public DataFormatProto.StreamFormat.AvroFormatOrBuilder getAvroFormatOrBuilder()
.feast.core.StreamFormat.AvroFormat avro_format = 1;- Specified by:
getAvroFormatOrBuilderin interfaceDataFormatProto.StreamFormatOrBuilder
-
hasProtoFormat
public boolean hasProtoFormat()
.feast.core.StreamFormat.ProtoFormat proto_format = 2;- Specified by:
hasProtoFormatin interfaceDataFormatProto.StreamFormatOrBuilder- Returns:
- Whether the protoFormat field is set.
-
getProtoFormat
public DataFormatProto.StreamFormat.ProtoFormat getProtoFormat()
.feast.core.StreamFormat.ProtoFormat proto_format = 2;- Specified by:
getProtoFormatin interfaceDataFormatProto.StreamFormatOrBuilder- Returns:
- The protoFormat.
-
setProtoFormat
public DataFormatProto.StreamFormat.Builder setProtoFormat(DataFormatProto.StreamFormat.ProtoFormat value)
.feast.core.StreamFormat.ProtoFormat proto_format = 2;
-
setProtoFormat
public DataFormatProto.StreamFormat.Builder setProtoFormat(DataFormatProto.StreamFormat.ProtoFormat.Builder builderForValue)
.feast.core.StreamFormat.ProtoFormat proto_format = 2;
-
mergeProtoFormat
public DataFormatProto.StreamFormat.Builder mergeProtoFormat(DataFormatProto.StreamFormat.ProtoFormat value)
.feast.core.StreamFormat.ProtoFormat proto_format = 2;
-
clearProtoFormat
public DataFormatProto.StreamFormat.Builder clearProtoFormat()
.feast.core.StreamFormat.ProtoFormat proto_format = 2;
-
getProtoFormatBuilder
public DataFormatProto.StreamFormat.ProtoFormat.Builder getProtoFormatBuilder()
.feast.core.StreamFormat.ProtoFormat proto_format = 2;
-
getProtoFormatOrBuilder
public DataFormatProto.StreamFormat.ProtoFormatOrBuilder getProtoFormatOrBuilder()
.feast.core.StreamFormat.ProtoFormat proto_format = 2;- Specified by:
getProtoFormatOrBuilderin interfaceDataFormatProto.StreamFormatOrBuilder
-
setUnknownFields
public final DataFormatProto.StreamFormat.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<DataFormatProto.StreamFormat.Builder>
-
mergeUnknownFields
public final DataFormatProto.StreamFormat.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<DataFormatProto.StreamFormat.Builder>
-
-