Interface SqliteTableProto.SqliteTableOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getName()
      Name of the table
      com.google.protobuf.ByteString getNameBytes()
      Name of the table
      String getPath()
      Absolute path of the table
      com.google.protobuf.ByteString getPathBytes()
      Absolute path of the table
      • 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

      • getPath

        String getPath()
         Absolute path of the table
         
        string path = 1;
        Returns:
        The path.
      • getPathBytes

        com.google.protobuf.ByteString getPathBytes()
         Absolute path of the table
         
        string path = 1;
        Returns:
        The bytes for path.
      • getName

        String getName()
         Name of the table
         
        string name = 2;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Name of the table
         
        string name = 2;
        Returns:
        The bytes for name.