Пример #1
0
        public void MergeFrom(AdGroupSimulation other)
        {
            if (other == null)
            {
                return;
            }
            if (other.ResourceName.Length != 0)
            {
                ResourceName = other.ResourceName;
            }
            if (other.HasAdGroupId)
            {
                AdGroupId = other.AdGroupId;
            }
            if (other.Type != global::Google.Ads.GoogleAds.V6.Enums.SimulationTypeEnum.Types.SimulationType.Unspecified)
            {
                Type = other.Type;
            }
            if (other.ModificationMethod != global::Google.Ads.GoogleAds.V6.Enums.SimulationModificationMethodEnum.Types.SimulationModificationMethod.Unspecified)
            {
                ModificationMethod = other.ModificationMethod;
            }
            if (other.HasStartDate)
            {
                StartDate = other.StartDate;
            }
            if (other.HasEndDate)
            {
                EndDate = other.EndDate;
            }
            switch (other.PointListCase)
            {
            case PointListOneofCase.CpcBidPointList:
                if (CpcBidPointList == null)
                {
                    CpcBidPointList = new global::Google.Ads.GoogleAds.V6.Common.CpcBidSimulationPointList();
                }
                CpcBidPointList.MergeFrom(other.CpcBidPointList);
                break;

            case PointListOneofCase.CpvBidPointList:
                if (CpvBidPointList == null)
                {
                    CpvBidPointList = new global::Google.Ads.GoogleAds.V6.Common.CpvBidSimulationPointList();
                }
                CpvBidPointList.MergeFrom(other.CpvBidPointList);
                break;

            case PointListOneofCase.TargetCpaPointList:
                if (TargetCpaPointList == null)
                {
                    TargetCpaPointList = new global::Google.Ads.GoogleAds.V6.Common.TargetCpaSimulationPointList();
                }
                TargetCpaPointList.MergeFrom(other.TargetCpaPointList);
                break;

            case PointListOneofCase.TargetRoasPointList:
                if (TargetRoasPointList == null)
                {
                    TargetRoasPointList = new global::Google.Ads.GoogleAds.V6.Common.TargetRoasSimulationPointList();
                }
                TargetRoasPointList.MergeFrom(other.TargetRoasPointList);
                break;
            }

            _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
        }
Пример #2
0
        public void MergeFrom(AdGroupSimulation other)
        {
            if (other == null)
            {
                return;
            }
            if (other.ResourceName.Length != 0)
            {
                ResourceName = other.ResourceName;
            }
            if (other.adGroupId_ != null)
            {
                if (adGroupId_ == null || other.AdGroupId != 0L)
                {
                    AdGroupId = other.AdGroupId;
                }
            }
            if (other.Type != 0)
            {
                Type = other.Type;
            }
            if (other.ModificationMethod != 0)
            {
                ModificationMethod = other.ModificationMethod;
            }
            if (other.startDate_ != null)
            {
                if (startDate_ == null || other.StartDate != "")
                {
                    StartDate = other.StartDate;
                }
            }
            if (other.endDate_ != null)
            {
                if (endDate_ == null || other.EndDate != "")
                {
                    EndDate = other.EndDate;
                }
            }
            switch (other.PointListCase)
            {
            case PointListOneofCase.CpcBidPointList:
                if (CpcBidPointList == null)
                {
                    CpcBidPointList = new global::Google.Ads.GoogleAds.V2.Common.CpcBidSimulationPointList();
                }
                CpcBidPointList.MergeFrom(other.CpcBidPointList);
                break;

            case PointListOneofCase.CpvBidPointList:
                if (CpvBidPointList == null)
                {
                    CpvBidPointList = new global::Google.Ads.GoogleAds.V2.Common.CpvBidSimulationPointList();
                }
                CpvBidPointList.MergeFrom(other.CpvBidPointList);
                break;

            case PointListOneofCase.TargetCpaPointList:
                if (TargetCpaPointList == null)
                {
                    TargetCpaPointList = new global::Google.Ads.GoogleAds.V2.Common.TargetCpaSimulationPointList();
                }
                TargetCpaPointList.MergeFrom(other.TargetCpaPointList);
                break;
            }

            _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
        }