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 TypeMethodDescriptiongetSql()SQL query string (e.g., "SELECT source_id FROM sources WHERE source_type='ome-zarr'")com.google.protobuf.ByteStringSQL query string (e.g., "SELECT source_id FROM sources WHERE source_type='ome-zarr'")Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-