| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor.Builder. addAllStores(Iterable<? extends WALProtos.StoreDescriptor> values)repeated .StoreDescriptor stores = 3;
 | 
| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor.Builder. addStores(int index,
         WALProtos.StoreDescriptor.Builder builderForValue)repeated .StoreDescriptor stores = 3;
 | 
| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor.Builder. addStores(int index,
         WALProtos.StoreDescriptor value)repeated .StoreDescriptor stores = 3;
 | 
| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor.Builder. addStores(WALProtos.StoreDescriptor.Builder builderForValue)repeated .StoreDescriptor stores = 3;
 | 
| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor.Builder. addStores(WALProtos.StoreDescriptor value)repeated .StoreDescriptor stores = 3;
 | 
| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor.Builder. clear() | 
| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor.Builder. clearBulkloadSeqNum()required int64 bulkload_seq_num = 4;
 | 
| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor.Builder. clearEncodedRegionName()required bytes encoded_region_name = 2;
 | 
| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor.Builder. clearStores()repeated .StoreDescriptor stores = 3;
 | 
| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor.Builder. clearTableName()required .TableName table_name = 1;
 | 
| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor.Builder. clone() | 
| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor.Builder. mergeFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry) | 
| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor.Builder. mergeFrom(com.google.protobuf.Message other) | 
| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor.Builder. mergeFrom(WALProtos.BulkLoadDescriptor other) | 
| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor.Builder. mergeTableName(HBaseProtos.TableName value)required .TableName table_name = 1;
 | 
| static WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor. newBuilder() | 
| static WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor. newBuilder(WALProtos.BulkLoadDescriptor prototype) | 
| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor. newBuilderForType() | 
| protected WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor. newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) | 
| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor.Builder. removeStores(int index)repeated .StoreDescriptor stores = 3;
 | 
| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor.Builder. setBulkloadSeqNum(long value)required int64 bulkload_seq_num = 4;
 | 
| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor.Builder. setEncodedRegionName(com.google.protobuf.ByteString value)required bytes encoded_region_name = 2;
 | 
| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor.Builder. setStores(int index,
         WALProtos.StoreDescriptor.Builder builderForValue)repeated .StoreDescriptor stores = 3;
 | 
| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor.Builder. setStores(int index,
         WALProtos.StoreDescriptor value)repeated .StoreDescriptor stores = 3;
 | 
| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor.Builder. setTableName(HBaseProtos.TableName.Builder builderForValue)required .TableName table_name = 1;
 | 
| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor.Builder. setTableName(HBaseProtos.TableName value)required .TableName table_name = 1;
 | 
| WALProtos.BulkLoadDescriptor.Builder | WALProtos.BulkLoadDescriptor. toBuilder() |