public override int GetHashCode() { int hash = 1; if (ResourceName.Length != 0) { hash ^= ResourceName.GetHashCode(); } if (HasAdGroupId) { hash ^= AdGroupId.GetHashCode(); } if (Type != global::Google.Ads.GoogleAds.V6.Enums.SimulationTypeEnum.Types.SimulationType.Unspecified) { hash ^= Type.GetHashCode(); } if (ModificationMethod != global::Google.Ads.GoogleAds.V6.Enums.SimulationModificationMethodEnum.Types.SimulationModificationMethod.Unspecified) { hash ^= ModificationMethod.GetHashCode(); } if (HasStartDate) { hash ^= StartDate.GetHashCode(); } if (HasEndDate) { hash ^= EndDate.GetHashCode(); } if (pointListCase_ == PointListOneofCase.CpcBidPointList) { hash ^= CpcBidPointList.GetHashCode(); } if (pointListCase_ == PointListOneofCase.CpvBidPointList) { hash ^= CpvBidPointList.GetHashCode(); } if (pointListCase_ == PointListOneofCase.TargetCpaPointList) { hash ^= TargetCpaPointList.GetHashCode(); } if (pointListCase_ == PointListOneofCase.TargetRoasPointList) { hash ^= TargetRoasPointList.GetHashCode(); } hash ^= (int)pointListCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
public override int GetHashCode() { int hash = 1; if (ResourceName.Length != 0) { hash ^= ResourceName.GetHashCode(); } if (adGroupId_ != null) { hash ^= AdGroupId.GetHashCode(); } if (Type != 0) { hash ^= Type.GetHashCode(); } if (ModificationMethod != 0) { hash ^= ModificationMethod.GetHashCode(); } if (startDate_ != null) { hash ^= StartDate.GetHashCode(); } if (endDate_ != null) { hash ^= EndDate.GetHashCode(); } if (pointListCase_ == PointListOneofCase.CpcBidPointList) { hash ^= CpcBidPointList.GetHashCode(); } if (pointListCase_ == PointListOneofCase.CpvBidPointList) { hash ^= CpvBidPointList.GetHashCode(); } if (pointListCase_ == PointListOneofCase.TargetCpaPointList) { hash ^= TargetCpaPointList.GetHashCode(); } hash ^= (int)pointListCase_; if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return(hash); }
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); }
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); }