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 (configSource_ == null)
                            {
                                ConfigSource = new global::Envoy.Api.V3Alpha.Core.ConfigSource();
                            }
                            input.ReadMessage(ConfigSource);
                            break;
                        }

                        case 18: {
                            Name = input.ReadString();
                            break;
                        }
                        }
                    }
                }
 public void MergeFrom(Vhds other)
 {
     if (other == null)
     {
         return;
     }
     if (other.configSource_ != null)
     {
         if (configSource_ == null)
         {
             ConfigSource = new global::Envoy.Api.V3Alpha.Core.ConfigSource();
         }
         ConfigSource.MergeFrom(other.ConfigSource);
     }
     _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 }