public override int GetHashCode() { int hash = 1; if (ResourceName.Length != 0) { hash ^= ResourceName.GetHashCode(); } if (Campaign.Length != 0) { hash ^= Campaign.GetHashCode(); } if (phoneNumber_ != null) { hash ^= PhoneNumber.GetHashCode(); } if (FinalUrl.Length != 0) { hash ^= FinalUrl.GetHashCode(); } if (AdvertisingLanguageCode.Length != 0) { hash ^= AdvertisingLanguageCode.GetHashCode(); } if (businessSettingCase_ == BusinessSettingOneofCase.BusinessName) { hash ^= BusinessName.GetHashCode(); } if (businessSettingCase_ == BusinessSettingOneofCase.BusinessLocationId) { hash ^= BusinessLocationId.GetHashCode(); } hash ^= (int)businessSettingCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (Name.Length != 0) { hash ^= Name.GetHashCode(); } if (FindingType.Length != 0) { hash ^= FindingType.GetHashCode(); } if (Severity != global::Google.Cloud.WebSecurityScanner.V1.Finding.Types.Severity.Unspecified) { hash ^= Severity.GetHashCode(); } if (HttpMethod.Length != 0) { hash ^= HttpMethod.GetHashCode(); } if (FuzzedUrl.Length != 0) { hash ^= FuzzedUrl.GetHashCode(); } if (Body.Length != 0) { hash ^= Body.GetHashCode(); } if (Description.Length != 0) { hash ^= Description.GetHashCode(); } if (ReproductionUrl.Length != 0) { hash ^= ReproductionUrl.GetHashCode(); } if (FrameUrl.Length != 0) { hash ^= FrameUrl.GetHashCode(); } if (FinalUrl.Length != 0) { hash ^= FinalUrl.GetHashCode(); } if (TrackingId.Length != 0) { hash ^= TrackingId.GetHashCode(); } if (form_ != null) { hash ^= Form.GetHashCode(); } if (outdatedLibrary_ != null) { hash ^= OutdatedLibrary.GetHashCode(); } if (violatingResource_ != null) { hash ^= ViolatingResource.GetHashCode(); } if (vulnerableHeaders_ != null) { hash ^= VulnerableHeaders.GetHashCode(); } if (vulnerableParameters_ != null) { hash ^= VulnerableParameters.GetHashCode(); } if (xss_ != null) { hash ^= Xss.GetHashCode(); } if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }