Package feast.proto.core
Interface DataFormatProto.StreamFormat.ProtoFormatOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataFormatProto.StreamFormat.ProtoFormat,DataFormatProto.StreamFormat.ProtoFormat.Builder
- Enclosing class:
- DataFormatProto.StreamFormat
public static interface DataFormatProto.StreamFormat.ProtoFormatOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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 message-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getClassPath
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;- Returns:
- The classPath.
-
getClassPathBytes
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;- Returns:
- The bytes for classPath.
-
-