Skip to content

Commit ac367e2

Browse files
committed
Regenerate all APIs
1 parent dd0eed4 commit ac367e2

File tree

476 files changed

+6325
-475
lines changed

Some content is hidden

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

476 files changed

+6325
-475
lines changed

apis/Google.Analytics.Admin.V1Alpha/Google.Analytics.Admin.V1Alpha/AnalyticsAdminServiceClient.g.cs

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,6 +1086,12 @@ public sealed partial class AnalyticsAdminServiceClientBuilder : gaxgrpc::Client
10861086
/// <summary>The settings to use for RPCs, or <c>null</c> for the default settings.</summary>
10871087
public AnalyticsAdminServiceSettings Settings { get; set; }
10881088

1089+
/// <summary>Creates a new builder with default settings.</summary>
1090+
public AnalyticsAdminServiceClientBuilder()
1091+
{
1092+
UseJwtAccessWithScopes = AnalyticsAdminServiceClient.UseJwtAccessWithScopes;
1093+
}
1094+
10891095
partial void InterceptBuild(ref AnalyticsAdminServiceClient client);
10901096

10911097
partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task<AnalyticsAdminServiceClient> task);
@@ -1165,7 +1171,19 @@ public abstract partial class AnalyticsAdminServiceClient
11651171
"https://www.googleapis.com/auth/analytics.readonly",
11661172
});
11671173

1168-
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes);
1174+
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes, UseJwtAccessWithScopes);
1175+
1176+
internal static bool UseJwtAccessWithScopes
1177+
{
1178+
get
1179+
{
1180+
bool useJwtAccessWithScopes = true;
1181+
MaybeUseJwtAccessWithScopes(ref useJwtAccessWithScopes);
1182+
return useJwtAccessWithScopes;
1183+
}
1184+
}
1185+
1186+
static partial void MaybeUseJwtAccessWithScopes(ref bool useJwtAccessWithScopes);
11691187

11701188
/// <summary>
11711189
/// Asynchronously creates a <see cref="AnalyticsAdminServiceClient"/> using the default credentials, endpoint

apis/Google.Analytics.Admin.V1Alpha/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": "googleapis",
66
"remote": "https://github.com/googleapis/googleapis.git",
7-
"sha": "c3bf1b727510ffc0e2020affff906fbc649cd563"
7+
"sha": "a6c8dc7f72206eaff566f22593213cd9196d2bf2"
88
}
99
}
1010
]

apis/Google.Analytics.Data.V1Alpha/Google.Analytics.Data.V1Alpha/AlphaAnalyticsDataClient.g.cs

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,12 @@ public sealed partial class AlphaAnalyticsDataClientBuilder : gaxgrpc::ClientBui
148148
/// <summary>The settings to use for RPCs, or <c>null</c> for the default settings.</summary>
149149
public AlphaAnalyticsDataSettings Settings { get; set; }
150150

151+
/// <summary>Creates a new builder with default settings.</summary>
152+
public AlphaAnalyticsDataClientBuilder()
153+
{
154+
UseJwtAccessWithScopes = AlphaAnalyticsDataClient.UseJwtAccessWithScopes;
155+
}
156+
151157
partial void InterceptBuild(ref AlphaAnalyticsDataClient client);
152158

153159
partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task<AlphaAnalyticsDataClient> task);
@@ -223,7 +229,19 @@ public abstract partial class AlphaAnalyticsDataClient
223229
"https://www.googleapis.com/auth/analytics.readonly",
224230
});
225231

226-
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes);
232+
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes, UseJwtAccessWithScopes);
233+
234+
internal static bool UseJwtAccessWithScopes
235+
{
236+
get
237+
{
238+
bool useJwtAccessWithScopes = true;
239+
MaybeUseJwtAccessWithScopes(ref useJwtAccessWithScopes);
240+
return useJwtAccessWithScopes;
241+
}
242+
}
243+
244+
static partial void MaybeUseJwtAccessWithScopes(ref bool useJwtAccessWithScopes);
227245

228246
/// <summary>
229247
/// Asynchronously creates a <see cref="AlphaAnalyticsDataClient"/> using the default credentials, endpoint and

apis/Google.Analytics.Data.V1Alpha/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": "googleapis",
66
"remote": "https://github.com/googleapis/googleapis.git",
7-
"sha": "a1ab4d44db02d59ff58810c6d4182d84e4b9abaa"
7+
"sha": "a6c8dc7f72206eaff566f22593213cd9196d2bf2"
88
}
99
}
1010
]

apis/Google.Analytics.Data.V1Beta/Google.Analytics.Data.V1Beta/BetaAnalyticsDataClient.g.cs

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,12 @@ public sealed partial class BetaAnalyticsDataClientBuilder : gaxgrpc::ClientBuil
144144
/// <summary>The settings to use for RPCs, or <c>null</c> for the default settings.</summary>
145145
public BetaAnalyticsDataSettings Settings { get; set; }
146146

147+
/// <summary>Creates a new builder with default settings.</summary>
148+
public BetaAnalyticsDataClientBuilder()
149+
{
150+
UseJwtAccessWithScopes = BetaAnalyticsDataClient.UseJwtAccessWithScopes;
151+
}
152+
147153
partial void InterceptBuild(ref BetaAnalyticsDataClient client);
148154

149155
partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task<BetaAnalyticsDataClient> task);
@@ -219,7 +225,19 @@ public abstract partial class BetaAnalyticsDataClient
219225
"https://www.googleapis.com/auth/analytics.readonly",
220226
});
221227

222-
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes);
228+
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes, UseJwtAccessWithScopes);
229+
230+
internal static bool UseJwtAccessWithScopes
231+
{
232+
get
233+
{
234+
bool useJwtAccessWithScopes = true;
235+
MaybeUseJwtAccessWithScopes(ref useJwtAccessWithScopes);
236+
return useJwtAccessWithScopes;
237+
}
238+
}
239+
240+
static partial void MaybeUseJwtAccessWithScopes(ref bool useJwtAccessWithScopes);
223241

224242
/// <summary>
225243
/// Asynchronously creates a <see cref="BetaAnalyticsDataClient"/> using the default credentials, endpoint and

apis/Google.Analytics.Data.V1Beta/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": "googleapis",
66
"remote": "https://github.com/googleapis/googleapis.git",
7-
"sha": "41b50a384825d584fe202b0ce47dff73e04b29fc"
7+
"sha": "a6c8dc7f72206eaff566f22593213cd9196d2bf2"
88
}
99
}
1010
]

apis/Google.Apps.Script.Type/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": "googleapis",
66
"remote": "https://github.com/googleapis/googleapis.git",
7-
"sha": "d606bb4a7852604e4045948d6340e73cb0d1d70b"
7+
"sha": "a6c8dc7f72206eaff566f22593213cd9196d2bf2"
88
}
99
}
1010
]

apis/Google.Area120.Tables.V1Alpha1/Google.Area120.Tables.V1Alpha1/TablesServiceClient.g.cs

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,12 @@ public sealed partial class TablesServiceClientBuilder : gaxgrpc::ClientBuilderB
220220
/// <summary>The settings to use for RPCs, or <c>null</c> for the default settings.</summary>
221221
public TablesServiceSettings Settings { get; set; }
222222

223+
/// <summary>Creates a new builder with default settings.</summary>
224+
public TablesServiceClientBuilder()
225+
{
226+
UseJwtAccessWithScopes = TablesServiceClient.UseJwtAccessWithScopes;
227+
}
228+
223229
partial void InterceptBuild(ref TablesServiceClient client);
224230

225231
partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task<TablesServiceClient> task);
@@ -314,7 +320,19 @@ public abstract partial class TablesServiceClient
314320
"https://www.googleapis.com/auth/tables",
315321
});
316322

317-
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes);
323+
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes, UseJwtAccessWithScopes);
324+
325+
internal static bool UseJwtAccessWithScopes
326+
{
327+
get
328+
{
329+
bool useJwtAccessWithScopes = true;
330+
MaybeUseJwtAccessWithScopes(ref useJwtAccessWithScopes);
331+
return useJwtAccessWithScopes;
332+
}
333+
}
334+
335+
static partial void MaybeUseJwtAccessWithScopes(ref bool useJwtAccessWithScopes);
318336

319337
/// <summary>
320338
/// Asynchronously creates a <see cref="TablesServiceClient"/> using the default credentials, endpoint and

apis/Google.Area120.Tables.V1Alpha1/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": "googleapis",
66
"remote": "https://github.com/googleapis/googleapis.git",
7-
"sha": "a1ab4d44db02d59ff58810c6d4182d84e4b9abaa"
7+
"sha": "a6c8dc7f72206eaff566f22593213cd9196d2bf2"
88
}
99
}
1010
]

apis/Google.Cloud.AIPlatform.V1/Google.Cloud.AIPlatform.V1/DatasetServiceClient.g.cs

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,12 @@ public sealed partial class DatasetServiceClientBuilder : gaxgrpc::ClientBuilder
272272
/// <summary>The settings to use for RPCs, or <c>null</c> for the default settings.</summary>
273273
public DatasetServiceSettings Settings { get; set; }
274274

275+
/// <summary>Creates a new builder with default settings.</summary>
276+
public DatasetServiceClientBuilder()
277+
{
278+
UseJwtAccessWithScopes = DatasetServiceClient.UseJwtAccessWithScopes;
279+
}
280+
275281
partial void InterceptBuild(ref DatasetServiceClient client);
276282

277283
partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task<DatasetServiceClient> task);
@@ -345,7 +351,19 @@ public abstract partial class DatasetServiceClient
345351
"https://www.googleapis.com/auth/cloud-platform",
346352
});
347353

348-
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes);
354+
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes, UseJwtAccessWithScopes);
355+
356+
internal static bool UseJwtAccessWithScopes
357+
{
358+
get
359+
{
360+
bool useJwtAccessWithScopes = true;
361+
MaybeUseJwtAccessWithScopes(ref useJwtAccessWithScopes);
362+
return useJwtAccessWithScopes;
363+
}
364+
}
365+
366+
static partial void MaybeUseJwtAccessWithScopes(ref bool useJwtAccessWithScopes);
349367

350368
/// <summary>
351369
/// Asynchronously creates a <see cref="DatasetServiceClient"/> using the default credentials, endpoint and

0 commit comments

Comments
 (0)