Package biopb.tensor
Interface FlightCmdOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FlightCmd,FlightCmd.Builder
public interface FlightCmdOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.biopb.tensor.MetadataQueryOption metadata_query = 3;.biopb.tensor.MetadataQueryOption metadata_query = 3;Which data source (flight identifier), globally unique among sources and slash-free, or "__metadata_query__" for SQL queries.com.google.protobuf.ByteStringWhich data source (flight identifier), globally unique among sources and slash-free, or "__metadata_query__" for SQL queries..biopb.tensor.TensorReadOption tensor_read = 2;.biopb.tensor.TensorReadOption tensor_read = 2;boolean.biopb.tensor.MetadataQueryOption metadata_query = 3;boolean.biopb.tensor.TensorReadOption tensor_read = 2;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
-
getSourceId
String getSourceId()Which data source (flight identifier), globally unique among sources and slash-free, or "__metadata_query__" for SQL queries. A derived projection of the tensor's array_id (the prefix before the first '/'), carried here as a routing convenience; array_id is authoritative (see the identity policy at the top of this file).
string source_id = 1;- Returns:
- The sourceId.
-
getSourceIdBytes
com.google.protobuf.ByteString getSourceIdBytes()Which data source (flight identifier), globally unique among sources and slash-free, or "__metadata_query__" for SQL queries. A derived projection of the tensor's array_id (the prefix before the first '/'), carried here as a routing convenience; array_id is authoritative (see the identity policy at the top of this file).
string source_id = 1;- Returns:
- The bytes for sourceId.
-
hasTensorRead
boolean hasTensorRead().biopb.tensor.TensorReadOption tensor_read = 2;- Returns:
- Whether the tensorRead field is set.
-
getTensorRead
TensorReadOption getTensorRead().biopb.tensor.TensorReadOption tensor_read = 2;- Returns:
- The tensorRead.
-
getTensorReadOrBuilder
TensorReadOptionOrBuilder getTensorReadOrBuilder().biopb.tensor.TensorReadOption tensor_read = 2; -
hasMetadataQuery
boolean hasMetadataQuery().biopb.tensor.MetadataQueryOption metadata_query = 3;- Returns:
- Whether the metadataQuery field is set.
-
getMetadataQuery
MetadataQueryOption getMetadataQuery().biopb.tensor.MetadataQueryOption metadata_query = 3;- Returns:
- The metadataQuery.
-
getMetadataQueryOrBuilder
MetadataQueryOptionOrBuilder getMetadataQueryOrBuilder().biopb.tensor.MetadataQueryOption metadata_query = 3; -
getCommandCase
FlightCmd.CommandCase getCommandCase()
-