Package biopb.tensor

Interface MetadataQueryOptionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MetadataQueryOption, MetadataQueryOption.Builder

public interface MetadataQueryOptionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    SQL query string (e.g., "SELECT source_id FROM sources WHERE source_type='ome-zarr'")
    com.google.protobuf.ByteString
    SQL query string (e.g., "SELECT source_id FROM sources WHERE source_type='ome-zarr'")

    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 Details

    • getSql

      String getSql()
       SQL query string (e.g., "SELECT source_id FROM sources WHERE source_type='ome-zarr'")
       
      string sql = 1;
      Returns:
      The sql.
    • getSqlBytes

      com.google.protobuf.ByteString getSqlBytes()
       SQL query string (e.g., "SELECT source_id FROM sources WHERE source_type='ome-zarr'")
       
      string sql = 1;
      Returns:
      The bytes for sql.