public override int GetHashCode()
        {
            int hash = 1;

            if (ResourceName.Length != 0)
            {
                hash ^= ResourceName.GetHashCode();
            }
            if (keywordPlan_ != null)
            {
                hash ^= KeywordPlan.GetHashCode();
            }
            if (id_ != null)
            {
                hash ^= Id.GetHashCode();
            }
            if (name_ != null)
            {
                hash ^= Name.GetHashCode();
            }
            hash ^= languageConstants_.GetHashCode();
            if (KeywordPlanNetwork != 0)
            {
                hash ^= KeywordPlanNetwork.GetHashCode();
            }
            if (cpcBidMicros_ != null)
            {
                hash ^= CpcBidMicros.GetHashCode();
            }
            hash ^= geoTargets_.GetHashCode();
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
        public override int GetHashCode()
        {
            int hash = 1;

            if (ResourceName.Length != 0)
            {
                hash ^= ResourceName.GetHashCode();
            }
            if (keywordPlan_ != null)
            {
                hash ^= KeywordPlan.GetHashCode();
            }
            if (id_ != null)
            {
                hash ^= Id.GetHashCode();
            }
            if (name_ != null)
            {
                hash ^= Name.GetHashCode();
            }
            hash ^= languageConstants_.GetHashCode();
            if (KeywordPlanNetwork != global::Google.Ads.GoogleAds.V2.Enums.KeywordPlanNetworkEnum.Types.KeywordPlanNetwork.Unspecified)
            {
                hash ^= KeywordPlanNetwork.GetHashCode();
            }
            if (cpcBidMicros_ != null)
            {
                hash ^= CpcBidMicros.GetHashCode();
            }
            hash ^= geoTargets_.GetHashCode();
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }