Skip to content

Commit

Permalink
Merge branch 'main' into upgrade-system-text-json
Browse files Browse the repository at this point in the history
  • Loading branch information
Raibaz authored Oct 31, 2024
2 parents aa0ac6e + 6f91228 commit 604539f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Google.Ads.GoogleAds/src/V16/ResourceNames.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public static string AssetGroupSignal(long customerId, long assetGroupIdCriterio
return $"customers/{customerId}/assetGroupSignals/{assetGroupIdCriterionId}";
}

public static string AssetSet(long customerId, long assetSetId, long assetId)
public static string AssetSet(long customerId, long assetSetId)
{
return $"customers/{customerId}/assetSets/{assetSetId}";
}
Expand Down
2 changes: 1 addition & 1 deletion Google.Ads.GoogleAds/src/V17/ResourceNames.cs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ public static string AssetGroupSignal(long customerId, long assetGroupIdCriterio
return $"customers/{customerId}/assetGroupSignals/{assetGroupIdCriterionId}";
}

public static string AssetSet(long customerId, long assetSetId, long assetId)
public static string AssetSet(long customerId, long assetSetId)
{
return $"customers/{customerId}/assetSets/{assetSetId}";
}
Expand Down
2 changes: 1 addition & 1 deletion Google.Ads.GoogleAds/src/V18/ResourceNames.cs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public static string AssetGroupSignal(long customerId, long assetGroupIdCriterio
return $"customers/{customerId}/assetGroupSignals/{assetGroupIdCriterionId}";
}

public static string AssetSet(long customerId, long assetSetId, long assetId)
public static string AssetSet(long customerId, long assetSetId)
{
return $"customers/{customerId}/assetSets/{assetSetId}";
}
Expand Down

0 comments on commit 604539f

Please sign in to comment.