Package feast.proto.core
Interface DataFormatProto.StreamFormatOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataFormatProto.StreamFormat,DataFormatProto.StreamFormat.Builder
- Enclosing class:
- DataFormatProto
public static interface DataFormatProto.StreamFormatOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataFormatProto.StreamFormat.AvroFormatgetAvroFormat().feast.core.StreamFormat.AvroFormat avro_format = 1;DataFormatProto.StreamFormat.AvroFormatOrBuildergetAvroFormatOrBuilder().feast.core.StreamFormat.AvroFormat avro_format = 1;DataFormatProto.StreamFormat.FormatCasegetFormatCase()DataFormatProto.StreamFormat.ProtoFormatgetProtoFormat().feast.core.StreamFormat.ProtoFormat proto_format = 2;DataFormatProto.StreamFormat.ProtoFormatOrBuildergetProtoFormatOrBuilder().feast.core.StreamFormat.ProtoFormat proto_format = 2;booleanhasAvroFormat().feast.core.StreamFormat.AvroFormat avro_format = 1;booleanhasProtoFormat().feast.core.StreamFormat.ProtoFormat proto_format = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAvroFormat
boolean hasAvroFormat()
.feast.core.StreamFormat.AvroFormat avro_format = 1;- Returns:
- Whether the avroFormat field is set.
-
getAvroFormat
DataFormatProto.StreamFormat.AvroFormat getAvroFormat()
.feast.core.StreamFormat.AvroFormat avro_format = 1;- Returns:
- The avroFormat.
-
getAvroFormatOrBuilder
DataFormatProto.StreamFormat.AvroFormatOrBuilder getAvroFormatOrBuilder()
.feast.core.StreamFormat.AvroFormat avro_format = 1;
-
hasProtoFormat
boolean hasProtoFormat()
.feast.core.StreamFormat.ProtoFormat proto_format = 2;- Returns:
- Whether the protoFormat field is set.
-
getProtoFormat
DataFormatProto.StreamFormat.ProtoFormat getProtoFormat()
.feast.core.StreamFormat.ProtoFormat proto_format = 2;- Returns:
- The protoFormat.
-
getProtoFormatOrBuilder
DataFormatProto.StreamFormat.ProtoFormatOrBuilder getProtoFormatOrBuilder()
.feast.core.StreamFormat.ProtoFormat proto_format = 2;
-
getFormatCase
DataFormatProto.StreamFormat.FormatCase getFormatCase()
-
-