Skip to content

Commit 0ca05f5

Browse files
committed
Regenerate all APIs using protoc 3.13 and Grpc.Tools 2.31
Note that the change in gRPC generation is *just possibly* breaking, as it changes a constructor parameter type (to a base type). This is far less likely to break anyone than changing a *method* parameter, as method group conversions aren't involved. It also removes the dependency on Grpc.Core from the generated code.
1 parent f3f252d commit 0ca05f5

File tree

490 files changed

+179825
-4296
lines changed

Some content is hidden

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

490 files changed

+179825
-4296
lines changed

‎apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/AnalyticsAdmin.cs

+3,066-91
Large diffs are not rendered by default.

‎apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/AnalyticsAdminGrpc.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ public partial class AnalyticsAdminServiceClient : grpc::ClientBase<AnalyticsAdm
10421042
{
10431043
/// <summary>Creates a new client for AnalyticsAdminService</summary>
10441044
/// <param name="channel">The channel to use to make remote calls.</param>
1045-
public AnalyticsAdminServiceClient(grpc::Channel channel) : base(channel)
1045+
public AnalyticsAdminServiceClient(grpc::ChannelBase channel) : base(channel)
10461046
{
10471047
}
10481048
/// <summary>Creates a new client for AnalyticsAdminService that uses a custom <c>CallInvoker</c>.</summary>

0 commit comments

Comments
 (0)