public static interface GenomicsDBCallsetsMapProto.SampleIDToTileDBIDMapOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getIdxInFile()
required int32 idx_in_file = 3; |
String |
getSampleName()
required string sample_name = 1; |
com.google.protobuf.ByteString |
getSampleNameBytes()
required string sample_name = 1; |
String |
getStreamName()
optional string stream_name = 4; |
com.google.protobuf.ByteString |
getStreamNameBytes()
optional string stream_name = 4; |
long |
getTiledbRowIndex()
required int64 tiledb_row_index = 2; |
boolean |
hasIdxInFile()
required int32 idx_in_file = 3; |
boolean |
hasSampleName()
required string sample_name = 1; |
boolean |
hasStreamName()
optional string stream_name = 4; |
boolean |
hasTiledbRowIndex()
required int64 tiledb_row_index = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSampleName()
required string sample_name = 1;String getSampleName()
required string sample_name = 1;com.google.protobuf.ByteString getSampleNameBytes()
required string sample_name = 1;boolean hasTiledbRowIndex()
required int64 tiledb_row_index = 2;long getTiledbRowIndex()
required int64 tiledb_row_index = 2;boolean hasIdxInFile()
required int32 idx_in_file = 3;int getIdxInFile()
required int32 idx_in_file = 3;boolean hasStreamName()
optional string stream_name = 4;String getStreamName()
optional string stream_name = 4;com.google.protobuf.ByteString getStreamNameBytes()
optional string stream_name = 4;Copyright © 2017. All rights reserved.