public static interface PartitionCollectionProto.PartitionVariableOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getFlag()
required uint32 flag = 3; |
int |
getGroupno()
required uint32 groupno = 1; |
int |
getMissing()
optional uint32 missing = 10; |
int |
getNdups()
optional uint32 ndups = 8; |
int |
getNrecords()
optional uint32 nrecords = 9; |
int |
getPartno()
required uint32 partno = 4; |
int |
getVarno()
required uint32 varno = 2; |
boolean |
hasFlag()
required uint32 flag = 3; |
boolean |
hasGroupno()
required uint32 groupno = 1; |
boolean |
hasMissing()
optional uint32 missing = 10; |
boolean |
hasNdups()
optional uint32 ndups = 8; |
boolean |
hasNrecords()
optional uint32 nrecords = 9; |
boolean |
hasPartno()
required uint32 partno = 4; |
boolean |
hasVarno()
required uint32 varno = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasGroupno()
required uint32 groupno = 1;
int getGroupno()
required uint32 groupno = 1;
boolean hasVarno()
required uint32 varno = 2;
int getVarno()
required uint32 varno = 2;
boolean hasFlag()
required uint32 flag = 3;
int getFlag()
required uint32 flag = 3;
boolean hasPartno()
required uint32 partno = 4;
int getPartno()
required uint32 partno = 4;
boolean hasNdups()
optional uint32 ndups = 8;
optionally keep stats
int getNdups()
optional uint32 ndups = 8;
optionally keep stats
boolean hasNrecords()
optional uint32 nrecords = 9;
int getNrecords()
optional uint32 nrecords = 9;
boolean hasMissing()
optional uint32 missing = 10;
int getMissing()
optional uint32 missing = 10;