public static interface GenomicsDBImportConfiguration.PartitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getArray()
optional string array = 3; |
com.google.protobuf.ByteString |
getArrayBytes()
optional string array = 3; |
long |
getBegin()
required int64 begin = 1; |
long |
getEnd()
optional int64 end = 5 [default = 9223372036854775807]; |
String |
getVcfOutputFilename()
optional string vcf_output_filename = 4; |
com.google.protobuf.ByteString |
getVcfOutputFilenameBytes()
optional string vcf_output_filename = 4; |
String |
getWorkspace()
optional string workspace = 2; |
com.google.protobuf.ByteString |
getWorkspaceBytes()
optional string workspace = 2; |
boolean |
hasArray()
optional string array = 3; |
boolean |
hasBegin()
required int64 begin = 1; |
boolean |
hasEnd()
optional int64 end = 5 [default = 9223372036854775807]; |
boolean |
hasVcfOutputFilename()
optional string vcf_output_filename = 4; |
boolean |
hasWorkspace()
optional string workspace = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasBegin()
required int64 begin = 1;long getBegin()
required int64 begin = 1;boolean hasWorkspace()
optional string workspace = 2;String getWorkspace()
optional string workspace = 2;com.google.protobuf.ByteString getWorkspaceBytes()
optional string workspace = 2;boolean hasArray()
optional string array = 3;String getArray()
optional string array = 3;com.google.protobuf.ByteString getArrayBytes()
optional string array = 3;boolean hasVcfOutputFilename()
optional string vcf_output_filename = 4;String getVcfOutputFilename()
optional string vcf_output_filename = 4;com.google.protobuf.ByteString getVcfOutputFilenameBytes()
optional string vcf_output_filename = 4;boolean hasEnd()
optional int64 end = 5 [default = 9223372036854775807];long getEnd()
optional int64 end = 5 [default = 9223372036854775807];Copyright © 2017. All rights reserved.