Skip to content

Commit e4bdf6d

Browse files
ruizhi-googlecopybara-github
authored andcommitted
[dotnet] DCM API samples for v5
PiperOrigin-RevId: 807807320
1 parent ccb09cf commit e4bdf6d

File tree

86 files changed

+190
-184
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+190
-184
lines changed

dotnet/v4/packages.config

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
using System;
1818
using System.Collections.Generic;
19-
using Google.Apis.Dfareporting.v4;
20-
using Google.Apis.Dfareporting.v4.Data;
19+
using Google.Apis.Dfareporting.v5;
20+
using Google.Apis.Dfareporting.v5.Data;
2121

2222
namespace DfaReporting.Samples {
2323
/// <summary>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
using System;
1818
using System.Linq;
19-
using Google.Apis.Dfareporting.v4;
20-
using Google.Apis.Dfareporting.v4.Data;
19+
using Google.Apis.Dfareporting.v5;
20+
using Google.Apis.Dfareporting.v5.Data;
2121

2222
namespace DfaReporting.Samples {
2323
/// <summary>

dotnet/v4/Advertisers/AssignAdvertisersToAdvertiserGroup.cs renamed to dotnet/v5/Advertisers/AssignAdvertisersToAdvertiserGroup.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
*/
1616

1717
using System;
18-
using Google.Apis.Dfareporting.v4;
19-
using Google.Apis.Dfareporting.v4.Data;
18+
using Google.Apis.Dfareporting.v5;
19+
using Google.Apis.Dfareporting.v5.Data;
2020

2121
namespace DfaReporting.Samples {
2222
/// <summary>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
*/
1616

1717
using System;
18-
using Google.Apis.Dfareporting.v4;
19-
using Google.Apis.Dfareporting.v4.Data;
18+
using Google.Apis.Dfareporting.v5;
19+
using Google.Apis.Dfareporting.v5.Data;
2020

2121
namespace DfaReporting.Samples {
2222
/// <summary>

dotnet/v4/Advertisers/CreateAdvertiserGroup.cs renamed to dotnet/v5/Advertisers/CreateAdvertiserGroup.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
*/
1616

1717
using System;
18-
using Google.Apis.Dfareporting.v4;
19-
using Google.Apis.Dfareporting.v4.Data;
18+
using Google.Apis.Dfareporting.v5;
19+
using Google.Apis.Dfareporting.v5.Data;
2020

2121
namespace DfaReporting.Samples {
2222
/// <summary>

dotnet/v4/Advertisers/CreateAdvertiserLandingPage.cs renamed to dotnet/v5/Advertisers/CreateAdvertiserLandingPage.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
*/
1616

1717
using System;
18-
using Google.Apis.Dfareporting.v4;
19-
using Google.Apis.Dfareporting.v4.Data;
18+
using Google.Apis.Dfareporting.v5;
19+
using Google.Apis.Dfareporting.v5.Data;
2020

2121
namespace DfaReporting.Samples {
2222
/// <summary>

dotnet/v4/Advertisers/GetAdvertiserGroups.cs renamed to dotnet/v5/Advertisers/GetAdvertiserGroups.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
using System;
1818
using System.Linq;
19-
using Google.Apis.Dfareporting.v4;
20-
using Google.Apis.Dfareporting.v4.Data;
19+
using Google.Apis.Dfareporting.v5;
20+
using Google.Apis.Dfareporting.v5.Data;
2121

2222
namespace DfaReporting.Samples {
2323
/// <summary>

dotnet/v4/Advertisers/GetAdvertiserLandingPages.cs renamed to dotnet/v5/Advertisers/GetAdvertiserLandingPages.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
using System;
1818
using System.Linq;
19-
using Google.Apis.Dfareporting.v4;
20-
using Google.Apis.Dfareporting.v4.Data;
19+
using Google.Apis.Dfareporting.v5;
20+
using Google.Apis.Dfareporting.v5.Data;
2121
using System.Collections.Generic;
2222

2323
namespace DfaReporting.Samples {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
using System;
1818
using System.Linq;
19-
using Google.Apis.Dfareporting.v4;
20-
using Google.Apis.Dfareporting.v4.Data;
19+
using Google.Apis.Dfareporting.v5;
20+
using Google.Apis.Dfareporting.v5.Data;
2121

2222
namespace DfaReporting.Samples {
2323
/// <summary>

0 commit comments

Comments
 (0)