Uses of Class
biopb.tensor.MetadataQueryOption.Builder
Packages that use MetadataQueryOption.Builder
-
Uses of MetadataQueryOption.Builder in biopb.tensor
Methods in biopb.tensor that return MetadataQueryOption.BuilderModifier and TypeMethodDescriptionMetadataQueryOption.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) MetadataQueryOption.Builder.clear()MetadataQueryOption.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) MetadataQueryOption.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) MetadataQueryOption.Builder.clearSql()SQL query string (e.g., "SELECT source_id FROM sources WHERE source_type='ome-zarr'")MetadataQueryOption.Builder.clone()FlightCmd.Builder.getMetadataQueryBuilder().biopb.tensor.MetadataQueryOption metadata_query = 3;MetadataQueryOption.Builder.mergeFrom(MetadataQueryOption other) MetadataQueryOption.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MetadataQueryOption.Builder.mergeFrom(com.google.protobuf.Message other) MetadataQueryOption.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static MetadataQueryOption.BuilderMetadataQueryOption.newBuilder()static MetadataQueryOption.BuilderMetadataQueryOption.newBuilder(MetadataQueryOption prototype) MetadataQueryOption.newBuilderForType()protected MetadataQueryOption.BuilderMetadataQueryOption.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) MetadataQueryOption.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) MetadataQueryOption.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) SQL query string (e.g., "SELECT source_id FROM sources WHERE source_type='ome-zarr'")MetadataQueryOption.Builder.setSqlBytes(com.google.protobuf.ByteString value) SQL query string (e.g., "SELECT source_id FROM sources WHERE source_type='ome-zarr'")MetadataQueryOption.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) MetadataQueryOption.toBuilder()Methods in biopb.tensor with parameters of type MetadataQueryOption.BuilderModifier and TypeMethodDescriptionFlightCmd.Builder.setMetadataQuery(MetadataQueryOption.Builder builderForValue) .biopb.tensor.MetadataQueryOption metadata_query = 3;