public void MergeFrom(ResultSetMetadata other) { if (other == null) { return; } if (other.rowType_ != null) { if (rowType_ == null) { rowType_ = new global::Google.Cloud.Spanner.V1.StructType(); } RowType.MergeFrom(other.RowType); } if (other.transaction_ != null) { if (transaction_ == null) { transaction_ = new global::Google.Cloud.Spanner.V1.Transaction(); } Transaction.MergeFrom(other.Transaction); } }
public void MergeFrom(ResultSetMetadata other) { if (other == null) { return; } if (other.rowType_ != null) { if (rowType_ == null) { RowType = new global::Google.Cloud.Spanner.V1.StructType(); } RowType.MergeFrom(other.RowType); } if (other.transaction_ != null) { if (transaction_ == null) { Transaction = new global::Google.Cloud.Spanner.V1.Transaction(); } Transaction.MergeFrom(other.Transaction); } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); }