Interface ProtoSerializable

All Known Implementing Classes:
QueryResult, TempTable

@API(UNSTABLE) public interface ProtoSerializable
A interface indicating whether a given type can be serialized into a ProtoBuf Message.
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • toProto

      @Nonnull Message toProto()