Interface DataFormatProto.StreamFormat.ProtoFormatOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getClassPath()
      Classpath to the generated Java Protobuf class that can be used to decode Feature data from the obtained stream message
      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
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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.