public Builder setResult(
     int index,
     com.alachisoft.tayzgrid.common.protobuf.DSUpdatedCallbackResultProtocol
             .DSUpdatedCallbackResult.Builder
         builderForValue) {
   result.result_.set(index, builderForValue.build());
   return this;
 }
 public Builder addResult(
     com.alachisoft.tayzgrid.common.protobuf.DSUpdatedCallbackResultProtocol
             .DSUpdatedCallbackResult.Builder
         builderForValue) {
   if (result.result_.isEmpty()) {
     result.result_ =
         new java.util.ArrayList<
             com.alachisoft.tayzgrid.common.protobuf.DSUpdatedCallbackResultProtocol
                 .DSUpdatedCallbackResult>();
   }
   result.result_.add(builderForValue.build());
   return this;
 }