public void MergeFrom(GetLedgerConfigurationResponse other) { if (other == null) { return; } if (other.ledgerConfiguration_ != null) { if (ledgerConfiguration_ == null) { LedgerConfiguration = new global::Com.DigitalAsset.Ledger.Api.V1.LedgerConfiguration(); } LedgerConfiguration.MergeFrom(other.LedgerConfiguration); } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); }
public void MergeFrom(pb::CodedInputStream input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch (tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 10: { if (ledgerConfiguration_ == null) { LedgerConfiguration = new global::Com.DigitalAsset.Ledger.Api.V1.LedgerConfiguration(); } input.ReadMessage(LedgerConfiguration); break; } } } }