public override int GetHashCode() { int hash = 1; if (StatPrefix.Length != 0) { hash ^= StatPrefix.GetHashCode(); } if (AccessLog.Length != 0) { hash ^= AccessLog.GetHashCode(); } if (delay_ != null) { hash ^= Delay.GetHashCode(); } if (EmitDynamicMetadata != false) { hash ^= EmitDynamicMetadata.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (StatPrefix.Length != 0) { hash ^= StatPrefix.GetHashCode(); } if (Domain.Length != 0) { hash ^= Domain.GetHashCode(); } hash ^= descriptors_.GetHashCode(); if (timeout_ != null) { hash ^= Timeout.GetHashCode(); } if (FailureModeDeny != false) { hash ^= FailureModeDeny.GetHashCode(); } if (rateLimitService_ != null) { hash ^= RateLimitService.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (rules_ != null) { hash ^= Rules.GetHashCode(); } if (shadowRules_ != null) { hash ^= ShadowRules.GetHashCode(); } if (StatPrefix.Length != 0) { hash ^= StatPrefix.GetHashCode(); } if (EnforcementType != global::Envoy.Config.Filter.Network.Rbac.V3Alpha.RBAC.Types.EnforcementType.OneTimeOnFirstByte) { hash ^= EnforcementType.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (Transport != global::Envoy.Config.Filter.Network.ThriftProxy.V2Alpha1.TransportType.AutoTransport) { hash ^= Transport.GetHashCode(); } if (Protocol != global::Envoy.Config.Filter.Network.ThriftProxy.V2Alpha1.ProtocolType.AutoProtocol) { hash ^= Protocol.GetHashCode(); } if (StatPrefix.Length != 0) { hash ^= StatPrefix.GetHashCode(); } if (routeConfig_ != null) { hash ^= RouteConfig.GetHashCode(); } hash ^= thriftFilters_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (StatPrefix.Length != 0) { hash ^= StatPrefix.GetHashCode(); } if (AccessLog.Length != 0) { hash ^= AccessLog.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (StatPrefix.Length != 0) { hash ^= StatPrefix.GetHashCode(); } if (grpcService_ != null) { hash ^= GrpcService.GetHashCode(); } if (FailureModeAllow != false) { hash ^= FailureModeAllow.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (StatPrefix.Length != 0) { hash ^= StatPrefix.GetHashCode(); } if (Cluster.Length != 0) { hash ^= Cluster.GetHashCode(); } if (settings_ != null) { hash ^= Settings.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (AuthApiCluster.Length != 0) { hash ^= AuthApiCluster.GetHashCode(); } if (StatPrefix.Length != 0) { hash ^= StatPrefix.GetHashCode(); } if (refreshDelay_ != null) { hash ^= RefreshDelay.GetHashCode(); } hash ^= ipWhiteList_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (StatPrefix.Length != 0) { hash ^= StatPrefix.GetHashCode(); } if (Domain.Length != 0) { hash ^= Domain.GetHashCode(); } hash ^= descriptors_.GetHashCode(); if (timeout_ != null) { hash ^= Timeout.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (StatPrefix.Length != 0) { hash ^= StatPrefix.GetHashCode(); } if (ProtocolType != global::Envoy.Config.Filter.Network.DubboProxy.V3Alpha.ProtocolType.Dubbo) { hash ^= ProtocolType.GetHashCode(); } if (SerializationType != global::Envoy.Config.Filter.Network.DubboProxy.V3Alpha.SerializationType.Hessian2) { hash ^= SerializationType.GetHashCode(); } hash ^= routeConfig_.GetHashCode(); hash ^= dubboFilters_.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }