4243444546474849505152535455
this.nValue = val; return this; } RpbBucketProps build() { Builder builder = RpbBucketProps.newBuilder(); if (allowMult != null) { builder.setAllowMult(allowMult); } if (nValue != null) { builder.setNVal(nValue); } return builder.build(); }