Beispiel #1
0
 public void MergeFrom(RemoteJwks other)
 {
     if (other == null)
     {
         return;
     }
     if (other.httpUri_ != null)
     {
         if (httpUri_ == null)
         {
             httpUri_ = new global::Envoy.Api.V2.Core.HttpUri();
         }
         HttpUri.MergeFrom(other.HttpUri);
     }
     if (other.cacheDuration_ != null)
     {
         if (cacheDuration_ == null)
         {
             cacheDuration_ = new global::Google.Protobuf.WellKnownTypes.Duration();
         }
         CacheDuration.MergeFrom(other.CacheDuration);
     }
     _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
 }