|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface BulkDeleteProtos.BulkDeleteRequestOrBuilder
Method Summary | |
---|---|
BulkDeleteProtos.BulkDeleteRequest.DeleteType |
getDeleteType()
required .BulkDeleteRequest.DeleteType deleteType = 2; |
int |
getRowBatchSize()
required uint32 rowBatchSize = 4; |
ClientProtos.Scan |
getScan()
required .Scan scan = 1; |
ClientProtos.ScanOrBuilder |
getScanOrBuilder()
required .Scan scan = 1; |
long |
getTimestamp()
optional uint64 timestamp = 3; |
boolean |
hasDeleteType()
required .BulkDeleteRequest.DeleteType deleteType = 2; |
boolean |
hasRowBatchSize()
required uint32 rowBatchSize = 4; |
boolean |
hasScan()
required .Scan scan = 1; |
boolean |
hasTimestamp()
optional uint64 timestamp = 3; |
Methods inherited from interface com.google.protobuf.MessageOrBuilder |
---|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
---|
isInitialized |
Method Detail |
---|
boolean hasScan()
required .Scan scan = 1;
ClientProtos.Scan getScan()
required .Scan scan = 1;
ClientProtos.ScanOrBuilder getScanOrBuilder()
required .Scan scan = 1;
boolean hasDeleteType()
required .BulkDeleteRequest.DeleteType deleteType = 2;
BulkDeleteProtos.BulkDeleteRequest.DeleteType getDeleteType()
required .BulkDeleteRequest.DeleteType deleteType = 2;
boolean hasTimestamp()
optional uint64 timestamp = 3;
long getTimestamp()
optional uint64 timestamp = 3;
boolean hasRowBatchSize()
required uint32 rowBatchSize = 4;
int getRowBatchSize()
required uint32 rowBatchSize = 4;
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |