public Builder mergeFrom(com.clapi.protocol.DeleteAssetResponse other) { if (other == com.clapi.protocol.DeleteAssetResponse.getDefaultInstance()) return this; if (other.hasUid()) { bitField0_ |= 0x00000001; uid_ = other.uid_; onChanged(); } if (other.hasError()) { bitField0_ |= 0x00000002; error_ = other.error_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; }
public com.clapi.protocol.DeleteAssetResponse getDefaultInstanceForType() { return com.clapi.protocol.DeleteAssetResponse.getDefaultInstance(); }