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

+19-1
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

+1-1
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

+19-1
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

+1-1
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

+19-1
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

+1-1
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

+1-1
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

+19-1
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

+1-1
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

+19-1
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

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

+19-1
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,12 @@ public sealed partial class EndpointServiceClientBuilder : gaxgrpc::ClientBuilde
233233
/// <summary>The settings to use for RPCs, or <c>null</c> for the default settings.</summary>
234234
public EndpointServiceSettings Settings { get; set; }
235235

236+
/// <summary>Creates a new builder with default settings.</summary>
237+
public EndpointServiceClientBuilder()
238+
{
239+
UseJwtAccessWithScopes = EndpointServiceClient.UseJwtAccessWithScopes;
240+
}
241+
236242
partial void InterceptBuild(ref EndpointServiceClient client);
237243

238244
partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task<EndpointServiceClient> task);
@@ -306,7 +312,19 @@ public abstract partial class EndpointServiceClient
306312
"https://www.googleapis.com/auth/cloud-platform",
307313
});
308314

309-
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes);
315+
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes, UseJwtAccessWithScopes);
316+
317+
internal static bool UseJwtAccessWithScopes
318+
{
319+
get
320+
{
321+
bool useJwtAccessWithScopes = true;
322+
MaybeUseJwtAccessWithScopes(ref useJwtAccessWithScopes);
323+
return useJwtAccessWithScopes;
324+
}
325+
}
326+
327+
static partial void MaybeUseJwtAccessWithScopes(ref bool useJwtAccessWithScopes);
310328

311329
/// <summary>
312330
/// Asynchronously creates a <see cref="EndpointServiceClient"/> using the default credentials, endpoint and

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

+19-1
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,12 @@ public sealed partial class JobServiceClientBuilder : gaxgrpc::ClientBuilderBase
406406
/// <summary>The settings to use for RPCs, or <c>null</c> for the default settings.</summary>
407407
public JobServiceSettings Settings { get; set; }
408408

409+
/// <summary>Creates a new builder with default settings.</summary>
410+
public JobServiceClientBuilder()
411+
{
412+
UseJwtAccessWithScopes = JobServiceClient.UseJwtAccessWithScopes;
413+
}
414+
409415
partial void InterceptBuild(ref JobServiceClient client);
410416

411417
partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task<JobServiceClient> task);
@@ -479,7 +485,19 @@ public abstract partial class JobServiceClient
479485
"https://www.googleapis.com/auth/cloud-platform",
480486
});
481487

482-
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes);
488+
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes, UseJwtAccessWithScopes);
489+
490+
internal static bool UseJwtAccessWithScopes
491+
{
492+
get
493+
{
494+
bool useJwtAccessWithScopes = true;
495+
MaybeUseJwtAccessWithScopes(ref useJwtAccessWithScopes);
496+
return useJwtAccessWithScopes;
497+
}
498+
}
499+
500+
static partial void MaybeUseJwtAccessWithScopes(ref bool useJwtAccessWithScopes);
483501

484502
/// <summary>
485503
/// Asynchronously creates a <see cref="JobServiceClient"/> using the default credentials, endpoint and

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

+19-1
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,12 @@ public sealed partial class MigrationServiceClientBuilder : gaxgrpc::ClientBuild
112112
/// <summary>The settings to use for RPCs, or <c>null</c> for the default settings.</summary>
113113
public MigrationServiceSettings Settings { get; set; }
114114

115+
/// <summary>Creates a new builder with default settings.</summary>
116+
public MigrationServiceClientBuilder()
117+
{
118+
UseJwtAccessWithScopes = MigrationServiceClient.UseJwtAccessWithScopes;
119+
}
120+
115121
partial void InterceptBuild(ref MigrationServiceClient client);
116122

117123
partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task<MigrationServiceClient> task);
@@ -186,7 +192,19 @@ public abstract partial class MigrationServiceClient
186192
"https://www.googleapis.com/auth/cloud-platform",
187193
});
188194

189-
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes);
195+
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes, UseJwtAccessWithScopes);
196+
197+
internal static bool UseJwtAccessWithScopes
198+
{
199+
get
200+
{
201+
bool useJwtAccessWithScopes = true;
202+
MaybeUseJwtAccessWithScopes(ref useJwtAccessWithScopes);
203+
return useJwtAccessWithScopes;
204+
}
205+
}
206+
207+
static partial void MaybeUseJwtAccessWithScopes(ref bool useJwtAccessWithScopes);
190208

191209
/// <summary>
192210
/// Asynchronously creates a <see cref="MigrationServiceClient"/> using the default credentials, endpoint and

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

+19-1
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,12 @@ public sealed partial class ModelServiceClientBuilder : gaxgrpc::ClientBuilderBa
254254
/// <summary>The settings to use for RPCs, or <c>null</c> for the default settings.</summary>
255255
public ModelServiceSettings Settings { get; set; }
256256

257+
/// <summary>Creates a new builder with default settings.</summary>
258+
public ModelServiceClientBuilder()
259+
{
260+
UseJwtAccessWithScopes = ModelServiceClient.UseJwtAccessWithScopes;
261+
}
262+
257263
partial void InterceptBuild(ref ModelServiceClient client);
258264

259265
partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task<ModelServiceClient> task);
@@ -327,7 +333,19 @@ public abstract partial class ModelServiceClient
327333
"https://www.googleapis.com/auth/cloud-platform",
328334
});
329335

330-
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes);
336+
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes, UseJwtAccessWithScopes);
337+
338+
internal static bool UseJwtAccessWithScopes
339+
{
340+
get
341+
{
342+
bool useJwtAccessWithScopes = true;
343+
MaybeUseJwtAccessWithScopes(ref useJwtAccessWithScopes);
344+
return useJwtAccessWithScopes;
345+
}
346+
}
347+
348+
static partial void MaybeUseJwtAccessWithScopes(ref bool useJwtAccessWithScopes);
331349

332350
/// <summary>
333351
/// Asynchronously creates a <see cref="ModelServiceClient"/> using the default credentials, endpoint and

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

+19-1
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,12 @@ public sealed partial class PipelineServiceClientBuilder : gaxgrpc::ClientBuilde
238238
/// <summary>The settings to use for RPCs, or <c>null</c> for the default settings.</summary>
239239
public PipelineServiceSettings Settings { get; set; }
240240

241+
/// <summary>Creates a new builder with default settings.</summary>
242+
public PipelineServiceClientBuilder()
243+
{
244+
UseJwtAccessWithScopes = PipelineServiceClient.UseJwtAccessWithScopes;
245+
}
246+
241247
partial void InterceptBuild(ref PipelineServiceClient client);
242248

243249
partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task<PipelineServiceClient> task);
@@ -313,7 +319,19 @@ public abstract partial class PipelineServiceClient
313319
"https://www.googleapis.com/auth/cloud-platform",
314320
});
315321

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

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

0 commit comments

Comments
 (0)