File size: 182,584 Bytes
7b715bc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
[![GitHub Actions status](https://img.shields.io/github/actions/workflow/status/googleapis/google-api-dotnet-client/build.yml)](https://github.com/googleapis/google-api-dotnet-client/actions/workflows/build.yml)

# Google APIs client Library for .NET

---------
# _Google Cloud Platform APIs_

_If you're working with **Google Cloud Platform** APIs such as Datastore or Pub/Sub, consider using the [Cloud Client Libraries for .NET instead](https://github.com/googleapis/google-cloud-dotnet). These are the new and idiomatic .NET libraries targeted specifically at Google Cloud Platform Services._

# Library Maintenance

This client library is supported but in maintenance mode only. We are fixing necessary bugs and adding essential features to ensure this library continues to meet your needs for accessing Google APIs. Non-critical issues will be closed. Any issue may be reopened if it is causing ongoing problems.

Please see the [FAQ](FAQ.md) for more details on what this means.

----------

## Description
The Google API client library for .NET enables access to Google APIs such as Drive, YouTube, Calendar, Storage and Analytics. The library supports OAuth2.0 authentication. Strongly-typed per-API libraries are generated using Google's [Discovery API](https://developers.google.com/discovery/).

Please see the [help page](https://cloud.google.com/dotnet/docs/reference/help/rest-libraries) for answers to common questions.

## Supported Frameworks

* .NET Framework 4.6.2+
* .NET Standard 2.0
* .NET 6.0+

## Unsupported Frameworks

* Silverlight
* UWP
* Xamarin
* Unity

See the [FAQ](FAQ.md#why-arent-unity-xamarin-or-uwp-supported) for details regarding the lack of UWP, Xamarin, and Unity support.

Note that [Firebase](https://firebase.google.com/) is available on Unity, and focuses on the need of this platform.

# Developer Documentation

* [Google API client Library for .NET - Get Started](https://developers.google.com/api-client-library/dotnet/get_started)
* [Supported APIs](https://developers.google.com/api-client-library/dotnet/apis/)


# NuGet Packages

To make it easier for you to develop with the Google APIs using the Google API client Library for .NET we have released a number of NuGet packages. The libraries published by Google are owned by [google-apis-packages](https://www.nuget.org/profiles/google-apis-packages).

# API-specific Libraries

The generator that produces the source code for API-specific libraries is in https://github.com/googleapis/gapic-generator-csharp. The most recently generated code is available in `Src/Generated/`, and the discovery documents from which that code was generated are in `DiscoveryJson/`.

The libraries are shown in the following table.

|Reference documentation|NuGet package|Product documentation|
|---|---|---|
| [Google.Apis.AIPlatformNotebooks.v1](https://googleapis.dev/dotnet/Google.Apis.AIPlatformNotebooks.v1/latest/api/Google.Apis.AIPlatformNotebooks.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AIPlatformNotebooks.v1)](https://www.nuget.org/packages/Google.Apis.AIPlatformNotebooks.v1) | [Notebooks API v1](https://cloud.google.com/notebooks/docs/) |
| [Google.Apis.AIPlatformNotebooks.v2](https://googleapis.dev/dotnet/Google.Apis.AIPlatformNotebooks.v2/latest/api/Google.Apis.AIPlatformNotebooks.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AIPlatformNotebooks.v2)](https://www.nuget.org/packages/Google.Apis.AIPlatformNotebooks.v2) | [Notebooks API v2](https://cloud.google.com/notebooks/docs/) |
| [Google.Apis.APIManagement.v1alpha](https://googleapis.dev/dotnet/Google.Apis.APIManagement.v1alpha/latest/api/Google.Apis.APIManagement.v1alpha.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.APIManagement.v1alpha)](https://www.nuget.org/packages/Google.Apis.APIManagement.v1alpha) | [API Management API v1alpha](https://cloud.google.com/apigee/) |
| [Google.Apis.APIhub.v1](https://googleapis.dev/dotnet/Google.Apis.APIhub.v1/latest/api/Google.Apis.APIhub.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.APIhub.v1)](https://www.nuget.org/packages/Google.Apis.APIhub.v1) | [API hub API v1](https://cloud.google.com/apigee/docs/api-hub/what-is-api-hub) |
| [Google.Apis.AbusiveExperienceReport.v1](https://googleapis.dev/dotnet/Google.Apis.AbusiveExperienceReport.v1/latest/api/Google.Apis.AbusiveExperienceReport.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AbusiveExperienceReport.v1)](https://www.nuget.org/packages/Google.Apis.AbusiveExperienceReport.v1) | [Abusive Experience Report API v1](https://developers.google.com/abusive-experience-report/) |
| [Google.Apis.Acceleratedmobilepageurl.v1](https://googleapis.dev/dotnet/Google.Apis.Acceleratedmobilepageurl.v1/latest/api/Google.Apis.Acceleratedmobilepageurl.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Acceleratedmobilepageurl.v1)](https://www.nuget.org/packages/Google.Apis.Acceleratedmobilepageurl.v1) | [Accelerated Mobile Pages (AMP) URL API v1](https://developers.google.com/amp/cache/) |
| [Google.Apis.AccessApproval.v1](https://googleapis.dev/dotnet/Google.Apis.AccessApproval.v1/latest/api/Google.Apis.AccessApproval.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AccessApproval.v1)](https://www.nuget.org/packages/Google.Apis.AccessApproval.v1) | [Access Approval API v1](https://cloud.google.com/assured-workloads/access-approval/docs) |
| [Google.Apis.AccessContextManager.v1](https://googleapis.dev/dotnet/Google.Apis.AccessContextManager.v1/latest/api/Google.Apis.AccessContextManager.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AccessContextManager.v1)](https://www.nuget.org/packages/Google.Apis.AccessContextManager.v1) | [Access Context Manager API v1](https://cloud.google.com/access-context-manager/docs/reference/rest/) |
| [Google.Apis.AdExchangeBuyerII.v2beta1](https://googleapis.dev/dotnet/Google.Apis.AdExchangeBuyerII.v2beta1/latest/api/Google.Apis.AdExchangeBuyerII.v2beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AdExchangeBuyerII.v2beta1)](https://www.nuget.org/packages/Google.Apis.AdExchangeBuyerII.v2beta1) | [Ad Exchange Buyer API II v2beta1](https://developers.google.com/authorized-buyers/apis/reference/rest/) |
| [Google.Apis.AdExperienceReport.v1](https://googleapis.dev/dotnet/Google.Apis.AdExperienceReport.v1/latest/api/Google.Apis.AdExperienceReport.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AdExperienceReport.v1)](https://www.nuget.org/packages/Google.Apis.AdExperienceReport.v1) | [Ad Experience Report API v1](https://developers.google.com/ad-experience-report/) |
| [Google.Apis.AdMob.v1](https://googleapis.dev/dotnet/Google.Apis.AdMob.v1/latest/api/Google.Apis.AdMob.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AdMob.v1)](https://www.nuget.org/packages/Google.Apis.AdMob.v1) | [AdMob API v1](https://developers.google.com/admob/api/) |
| [Google.Apis.AdMob.v1beta](https://googleapis.dev/dotnet/Google.Apis.AdMob.v1beta/latest/api/Google.Apis.AdMob.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AdMob.v1beta)](https://www.nuget.org/packages/Google.Apis.AdMob.v1beta) | [AdMob API v1beta](https://developers.google.com/admob/api/) |
| [Google.Apis.AdSensePlatform.v1](https://googleapis.dev/dotnet/Google.Apis.AdSensePlatform.v1/latest/api/Google.Apis.AdSensePlatform.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AdSensePlatform.v1)](https://www.nuget.org/packages/Google.Apis.AdSensePlatform.v1) | [AdSense Platform API v1](https://developers.google.com/adsense/platforms/) |
| [Google.Apis.AdSensePlatform.v1alpha](https://googleapis.dev/dotnet/Google.Apis.AdSensePlatform.v1alpha/latest/api/Google.Apis.AdSensePlatform.v1alpha.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AdSensePlatform.v1alpha)](https://www.nuget.org/packages/Google.Apis.AdSensePlatform.v1alpha) | [AdSense Platform API v1alpha](https://developers.google.com/adsense/platforms/) |
| [Google.Apis.AddressValidation.v1](https://googleapis.dev/dotnet/Google.Apis.AddressValidation.v1/latest/api/Google.Apis.AddressValidation.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AddressValidation.v1)](https://www.nuget.org/packages/Google.Apis.AddressValidation.v1) | [Address Validation API v1](https://developers.google.com/maps/documentation/addressvalidation) |
| [Google.Apis.Admin.DataTransfer.datatransfer_v1](https://googleapis.dev/dotnet/Google.Apis.Admin.DataTransfer.datatransfer_v1/latest/api/Google.Apis.Admin.DataTransfer.datatransfer_v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Admin.DataTransfer.datatransfer_v1)](https://www.nuget.org/packages/Google.Apis.Admin.DataTransfer.datatransfer_v1) | [Admin SDK API datatransfer_v1](https://developers.google.com/workspace/admin/) |
| [Google.Apis.Admin.Directory.directory_v1](https://googleapis.dev/dotnet/Google.Apis.Admin.Directory.directory_v1/latest/api/Google.Apis.Admin.Directory.directory_v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Admin.Directory.directory_v1)](https://www.nuget.org/packages/Google.Apis.Admin.Directory.directory_v1) | [Admin SDK API directory_v1](https://developers.google.com/workspace/admin/) |
| [Google.Apis.Admin.Reports.reports_v1](https://googleapis.dev/dotnet/Google.Apis.Admin.Reports.reports_v1/latest/api/Google.Apis.Admin.Reports.reports_v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Admin.Reports.reports_v1)](https://www.nuget.org/packages/Google.Apis.Admin.Reports.reports_v1) | [Admin SDK API reports_v1](https://developers.google.com/workspace/admin/) |
| [Google.Apis.Adsense.v2](https://googleapis.dev/dotnet/Google.Apis.Adsense.v2/latest/api/Google.Apis.Adsense.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Adsense.v2)](https://www.nuget.org/packages/Google.Apis.Adsense.v2) | [AdSense Management API v2](https://developers.google.com/adsense/management/) |
| [Google.Apis.Advisorynotifications.v1](https://googleapis.dev/dotnet/Google.Apis.Advisorynotifications.v1/latest/api/Google.Apis.Advisorynotifications.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Advisorynotifications.v1)](https://www.nuget.org/packages/Google.Apis.Advisorynotifications.v1) | [Advisory Notifications API v1](https://cloud.google.com/advisory-notifications) |
| [Google.Apis.Aiplatform.v1](https://googleapis.dev/dotnet/Google.Apis.Aiplatform.v1/latest/api/Google.Apis.Aiplatform.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Aiplatform.v1)](https://www.nuget.org/packages/Google.Apis.Aiplatform.v1) | [Vertex AI API v1](https://cloud.google.com/vertex-ai/) |
| [Google.Apis.Aiplatform.v1beta1](https://googleapis.dev/dotnet/Google.Apis.Aiplatform.v1beta1/latest/api/Google.Apis.Aiplatform.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Aiplatform.v1beta1)](https://www.nuget.org/packages/Google.Apis.Aiplatform.v1beta1) | [Vertex AI API v1beta1](https://cloud.google.com/vertex-ai/) |
| [Google.Apis.AirQuality.v1](https://googleapis.dev/dotnet/Google.Apis.AirQuality.v1/latest/api/Google.Apis.AirQuality.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AirQuality.v1)](https://www.nuget.org/packages/Google.Apis.AirQuality.v1) | [Air Quality API v1](https://developers.google.com/maps/documentation/air-quality) |
| [Google.Apis.AlertCenter.v1beta1](https://googleapis.dev/dotnet/Google.Apis.AlertCenter.v1beta1/latest/api/Google.Apis.AlertCenter.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AlertCenter.v1beta1)](https://www.nuget.org/packages/Google.Apis.AlertCenter.v1beta1) | [Google Workspace Alert Center API v1beta1](https://developers.google.com/workspace/admin/alertcenter/) |
| [Google.Apis.Analytics.v3](https://googleapis.dev/dotnet/Google.Apis.Analytics.v3/latest/api/Google.Apis.Analytics.v3.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Analytics.v3)](https://www.nuget.org/packages/Google.Apis.Analytics.v3) | [Google Analytics API v3](https://developers.google.com/analytics/) |
| [Google.Apis.AnalyticsData.v1beta](https://googleapis.dev/dotnet/Google.Apis.AnalyticsData.v1beta/latest/api/Google.Apis.AnalyticsData.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AnalyticsData.v1beta)](https://www.nuget.org/packages/Google.Apis.AnalyticsData.v1beta) | [Google Analytics Data API v1beta](https://developers.google.com/analytics/devguides/reporting/data/v1/) |
| [Google.Apis.AnalyticsHub.v1](https://googleapis.dev/dotnet/Google.Apis.AnalyticsHub.v1/latest/api/Google.Apis.AnalyticsHub.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AnalyticsHub.v1)](https://www.nuget.org/packages/Google.Apis.AnalyticsHub.v1) | [Analytics Hub API v1](https://cloud.google.com/bigquery/docs/analytics-hub-introduction) |
| [Google.Apis.AnalyticsHub.v1beta1](https://googleapis.dev/dotnet/Google.Apis.AnalyticsHub.v1beta1/latest/api/Google.Apis.AnalyticsHub.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AnalyticsHub.v1beta1)](https://www.nuget.org/packages/Google.Apis.AnalyticsHub.v1beta1) | [Analytics Hub API v1beta1](https://cloud.google.com/bigquery/docs/analytics-hub-introduction) |
| [Google.Apis.AndroidEnterprise.v1](https://googleapis.dev/dotnet/Google.Apis.AndroidEnterprise.v1/latest/api/Google.Apis.AndroidEnterprise.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AndroidEnterprise.v1)](https://www.nuget.org/packages/Google.Apis.AndroidEnterprise.v1) | [Google Play EMM API v1](https://developers.google.com/android/work/play/emm-api) |
| [Google.Apis.AndroidManagement.v1](https://googleapis.dev/dotnet/Google.Apis.AndroidManagement.v1/latest/api/Google.Apis.AndroidManagement.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AndroidManagement.v1)](https://www.nuget.org/packages/Google.Apis.AndroidManagement.v1) | [Android Management API v1](https://developers.google.com/android/management) |
| [Google.Apis.AndroidProvisioningPartner.v1](https://googleapis.dev/dotnet/Google.Apis.AndroidProvisioningPartner.v1/latest/api/Google.Apis.AndroidProvisioningPartner.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AndroidProvisioningPartner.v1)](https://www.nuget.org/packages/Google.Apis.AndroidProvisioningPartner.v1) | [Android Device Provisioning Partner API v1](https://developers.google.com/zero-touch/) |
| [Google.Apis.AndroidPublisher.v3](https://googleapis.dev/dotnet/Google.Apis.AndroidPublisher.v3/latest/api/Google.Apis.AndroidPublisher.v3.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AndroidPublisher.v3)](https://www.nuget.org/packages/Google.Apis.AndroidPublisher.v3) | [Google Play Android Developer API v3](https://developers.google.com/android-publisher) |
| [Google.Apis.ApiKeysService.v2](https://googleapis.dev/dotnet/Google.Apis.ApiKeysService.v2/latest/api/Google.Apis.ApiKeysService.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ApiKeysService.v2)](https://www.nuget.org/packages/Google.Apis.ApiKeysService.v2) | [API Keys API v2](https://cloud.google.com/api-keys/docs) |
| [Google.Apis.Apigateway.v1](https://googleapis.dev/dotnet/Google.Apis.Apigateway.v1/latest/api/Google.Apis.Apigateway.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Apigateway.v1)](https://www.nuget.org/packages/Google.Apis.Apigateway.v1) | [API Gateway API v1](https://cloud.google.com/api-gateway/docs) |
| [Google.Apis.Apigateway.v1beta](https://googleapis.dev/dotnet/Google.Apis.Apigateway.v1beta/latest/api/Google.Apis.Apigateway.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Apigateway.v1beta)](https://www.nuget.org/packages/Google.Apis.Apigateway.v1beta) | [API Gateway API v1beta](https://cloud.google.com/api-gateway/docs) |
| [Google.Apis.ApigeeRegistry.v1](https://googleapis.dev/dotnet/Google.Apis.ApigeeRegistry.v1/latest/api/Google.Apis.ApigeeRegistry.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ApigeeRegistry.v1)](https://www.nuget.org/packages/Google.Apis.ApigeeRegistry.v1) | [Apigee Registry API v1](https://cloud.google.com/apigee/docs/api-hub/what-is-api-hub) |
| [Google.Apis.AppHub.v1](https://googleapis.dev/dotnet/Google.Apis.AppHub.v1/latest/api/Google.Apis.AppHub.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AppHub.v1)](https://www.nuget.org/packages/Google.Apis.AppHub.v1) | [App Hub API v1](https://cloud.google.com/app-hub/docs/) |
| [Google.Apis.AppHub.v1alpha](https://googleapis.dev/dotnet/Google.Apis.AppHub.v1alpha/latest/api/Google.Apis.AppHub.v1alpha.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AppHub.v1alpha)](https://www.nuget.org/packages/Google.Apis.AppHub.v1alpha) | [App Hub API v1alpha](https://cloud.google.com/app-hub/docs/) |
| [Google.Apis.Appengine.v1](https://googleapis.dev/dotnet/Google.Apis.Appengine.v1/latest/api/Google.Apis.Appengine.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Appengine.v1)](https://www.nuget.org/packages/Google.Apis.Appengine.v1) | [App Engine Admin API v1](https://cloud.google.com/appengine/docs/admin-api/) |
| [Google.Apis.Appengine.v1alpha](https://googleapis.dev/dotnet/Google.Apis.Appengine.v1alpha/latest/api/Google.Apis.Appengine.v1alpha.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Appengine.v1alpha)](https://www.nuget.org/packages/Google.Apis.Appengine.v1alpha) | [App Engine Admin API v1alpha](https://cloud.google.com/appengine/docs/admin-api/) |
| [Google.Apis.Appengine.v1beta](https://googleapis.dev/dotnet/Google.Apis.Appengine.v1beta/latest/api/Google.Apis.Appengine.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Appengine.v1beta)](https://www.nuget.org/packages/Google.Apis.Appengine.v1beta) | [App Engine Admin API v1beta](https://cloud.google.com/appengine/docs/admin-api/) |
| [Google.Apis.Area120Tables.v1alpha1](https://googleapis.dev/dotnet/Google.Apis.Area120Tables.v1alpha1/latest/api/Google.Apis.Area120Tables.v1alpha1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Area120Tables.v1alpha1)](https://www.nuget.org/packages/Google.Apis.Area120Tables.v1alpha1) | [Area120 Tables API v1alpha1](https://support.google.com/area120-tables/answer/10011390) |
| [Google.Apis.AreaInsights.v1](https://googleapis.dev/dotnet/Google.Apis.AreaInsights.v1/latest/api/Google.Apis.AreaInsights.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AreaInsights.v1)](https://www.nuget.org/packages/Google.Apis.AreaInsights.v1) | [Places Aggregate API v1](https://developers.google.com/maps/documentation/places-aggregate/overview) |
| [Google.Apis.ArtifactRegistry.v1](https://googleapis.dev/dotnet/Google.Apis.ArtifactRegistry.v1/latest/api/Google.Apis.ArtifactRegistry.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ArtifactRegistry.v1)](https://www.nuget.org/packages/Google.Apis.ArtifactRegistry.v1) | [Artifact Registry API v1](https://cloud.google.com/artifacts/docs/) |
| [Google.Apis.ArtifactRegistry.v1beta1](https://googleapis.dev/dotnet/Google.Apis.ArtifactRegistry.v1beta1/latest/api/Google.Apis.ArtifactRegistry.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ArtifactRegistry.v1beta1)](https://www.nuget.org/packages/Google.Apis.ArtifactRegistry.v1beta1) | [Artifact Registry API v1beta1](https://cloud.google.com/artifacts/docs/) |
| [Google.Apis.ArtifactRegistry.v1beta2](https://googleapis.dev/dotnet/Google.Apis.ArtifactRegistry.v1beta2/latest/api/Google.Apis.ArtifactRegistry.v1beta2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ArtifactRegistry.v1beta2)](https://www.nuget.org/packages/Google.Apis.ArtifactRegistry.v1beta2) | [Artifact Registry API v1beta2](https://cloud.google.com/artifacts/docs/) |
| [Google.Apis.Assuredworkloads.v1](https://googleapis.dev/dotnet/Google.Apis.Assuredworkloads.v1/latest/api/Google.Apis.Assuredworkloads.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Assuredworkloads.v1)](https://www.nuget.org/packages/Google.Apis.Assuredworkloads.v1) | [Assured Workloads API v1](https://cloud.google.com/learnmoreurl) |
| [Google.Apis.Assuredworkloads.v1beta1](https://googleapis.dev/dotnet/Google.Apis.Assuredworkloads.v1beta1/latest/api/Google.Apis.Assuredworkloads.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Assuredworkloads.v1beta1)](https://www.nuget.org/packages/Google.Apis.Assuredworkloads.v1beta1) | [Assured Workloads API v1beta1](https://cloud.google.com/learnmoreurl) |
| [Google.Apis.AuthorizedBuyersMarketplace.v1](https://googleapis.dev/dotnet/Google.Apis.AuthorizedBuyersMarketplace.v1/latest/api/Google.Apis.AuthorizedBuyersMarketplace.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AuthorizedBuyersMarketplace.v1)](https://www.nuget.org/packages/Google.Apis.AuthorizedBuyersMarketplace.v1) | [Authorized Buyers Marketplace API v1](https://developers.google.com/authorized-buyers/apis/marketplace/reference/rest/) |
| [Google.Apis.AuthorizedBuyersMarketplace.v1alpha](https://googleapis.dev/dotnet/Google.Apis.AuthorizedBuyersMarketplace.v1alpha/latest/api/Google.Apis.AuthorizedBuyersMarketplace.v1alpha.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AuthorizedBuyersMarketplace.v1alpha)](https://www.nuget.org/packages/Google.Apis.AuthorizedBuyersMarketplace.v1alpha) | [Authorized Buyers Marketplace API v1alpha](https://developers.google.com/authorized-buyers/apis/marketplace/reference/rest/) |
| [Google.Apis.AuthorizedBuyersMarketplace.v1beta](https://googleapis.dev/dotnet/Google.Apis.AuthorizedBuyersMarketplace.v1beta/latest/api/Google.Apis.AuthorizedBuyersMarketplace.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.AuthorizedBuyersMarketplace.v1beta)](https://www.nuget.org/packages/Google.Apis.AuthorizedBuyersMarketplace.v1beta) | [Authorized Buyers Marketplace API v1beta](https://developers.google.com/authorized-buyers/apis/marketplace/reference/rest/) |
| [Google.Apis.Backupdr.v1](https://googleapis.dev/dotnet/Google.Apis.Backupdr.v1/latest/api/Google.Apis.Backupdr.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Backupdr.v1)](https://www.nuget.org/packages/Google.Apis.Backupdr.v1) | [Backup and DR Service API v1](https://cloud.google.com/backup-disaster-recovery) |
| [Google.Apis.BackupforGKE.v1](https://googleapis.dev/dotnet/Google.Apis.BackupforGKE.v1/latest/api/Google.Apis.BackupforGKE.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.BackupforGKE.v1)](https://www.nuget.org/packages/Google.Apis.BackupforGKE.v1) | [Backup for GKE API v1](https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke) |
| [Google.Apis.Baremetalsolution.v2](https://googleapis.dev/dotnet/Google.Apis.Baremetalsolution.v2/latest/api/Google.Apis.Baremetalsolution.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Baremetalsolution.v2)](https://www.nuget.org/packages/Google.Apis.Baremetalsolution.v2) | [Bare Metal Solution API v2](https://cloud.google.com/bare-metal) |
| [Google.Apis.Batch.v1](https://googleapis.dev/dotnet/Google.Apis.Batch.v1/latest/api/Google.Apis.Batch.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Batch.v1)](https://www.nuget.org/packages/Google.Apis.Batch.v1) | [Batch API v1](https://cloud.google.com/batch/) |
| [Google.Apis.BeyondCorp.v1](https://googleapis.dev/dotnet/Google.Apis.BeyondCorp.v1/latest/api/Google.Apis.BeyondCorp.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.BeyondCorp.v1)](https://www.nuget.org/packages/Google.Apis.BeyondCorp.v1) | [BeyondCorp API v1](https://cloud.google.com/) |
| [Google.Apis.BeyondCorp.v1alpha](https://googleapis.dev/dotnet/Google.Apis.BeyondCorp.v1alpha/latest/api/Google.Apis.BeyondCorp.v1alpha.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.BeyondCorp.v1alpha)](https://www.nuget.org/packages/Google.Apis.BeyondCorp.v1alpha) | [BeyondCorp API v1alpha](https://cloud.google.com/) |
| [Google.Apis.BigLakeService.v1](https://googleapis.dev/dotnet/Google.Apis.BigLakeService.v1/latest/api/Google.Apis.BigLakeService.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.BigLakeService.v1)](https://www.nuget.org/packages/Google.Apis.BigLakeService.v1) | [BigLake API v1](https://cloud.google.com/bigquery/) |
| [Google.Apis.BigQueryConnectionService.v1](https://googleapis.dev/dotnet/Google.Apis.BigQueryConnectionService.v1/latest/api/Google.Apis.BigQueryConnectionService.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.BigQueryConnectionService.v1)](https://www.nuget.org/packages/Google.Apis.BigQueryConnectionService.v1) | [BigQuery Connection API v1](https://cloud.google.com/bigquery/docs/connections-api-intro) |
| [Google.Apis.BigQueryConnectionService.v1beta1](https://googleapis.dev/dotnet/Google.Apis.BigQueryConnectionService.v1beta1/latest/api/Google.Apis.BigQueryConnectionService.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.BigQueryConnectionService.v1beta1)](https://www.nuget.org/packages/Google.Apis.BigQueryConnectionService.v1beta1) | [BigQuery Connection API v1beta1](https://cloud.google.com/bigquery/docs/connections-api-intro) |
| [Google.Apis.BigQueryDataPolicyService.v1](https://googleapis.dev/dotnet/Google.Apis.BigQueryDataPolicyService.v1/latest/api/Google.Apis.BigQueryDataPolicyService.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.BigQueryDataPolicyService.v1)](https://www.nuget.org/packages/Google.Apis.BigQueryDataPolicyService.v1) | [BigQuery Data Policy API v1](https://cloud.google.com/bigquery/docs/column-data-masking) |
| [Google.Apis.BigQueryDataPolicyService.v2](https://googleapis.dev/dotnet/Google.Apis.BigQueryDataPolicyService.v2/latest/api/Google.Apis.BigQueryDataPolicyService.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.BigQueryDataPolicyService.v2)](https://www.nuget.org/packages/Google.Apis.BigQueryDataPolicyService.v2) | [BigQuery Data Policy API v2](https://cloud.google.com/bigquery/docs/column-data-masking) |
| [Google.Apis.BigQueryDataTransfer.v1](https://googleapis.dev/dotnet/Google.Apis.BigQueryDataTransfer.v1/latest/api/Google.Apis.BigQueryDataTransfer.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.BigQueryDataTransfer.v1)](https://www.nuget.org/packages/Google.Apis.BigQueryDataTransfer.v1) | [BigQuery Data Transfer API v1](https://cloud.google.com/bigquery-transfer/) |
| [Google.Apis.BigQueryReservation.v1](https://googleapis.dev/dotnet/Google.Apis.BigQueryReservation.v1/latest/api/Google.Apis.BigQueryReservation.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.BigQueryReservation.v1)](https://www.nuget.org/packages/Google.Apis.BigQueryReservation.v1) | [BigQuery Reservation API v1](https://cloud.google.com/bigquery/) |
| [Google.Apis.Bigquery.v2](https://googleapis.dev/dotnet/Google.Apis.Bigquery.v2/latest/api/Google.Apis.Bigquery.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Bigquery.v2)](https://www.nuget.org/packages/Google.Apis.Bigquery.v2) | [BigQuery API v2](https://cloud.google.com/bigquery/) |
| [Google.Apis.BigtableAdmin.v2](https://googleapis.dev/dotnet/Google.Apis.BigtableAdmin.v2/latest/api/Google.Apis.BigtableAdmin.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.BigtableAdmin.v2)](https://www.nuget.org/packages/Google.Apis.BigtableAdmin.v2) | [Cloud Bigtable Admin API v2](https://cloud.google.com/bigtable/) |
| [Google.Apis.BinaryAuthorization.v1](https://googleapis.dev/dotnet/Google.Apis.BinaryAuthorization.v1/latest/api/Google.Apis.BinaryAuthorization.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.BinaryAuthorization.v1)](https://www.nuget.org/packages/Google.Apis.BinaryAuthorization.v1) | [Binary Authorization API v1](https://cloud.google.com/binary-authorization/) |
| [Google.Apis.BinaryAuthorization.v1beta1](https://googleapis.dev/dotnet/Google.Apis.BinaryAuthorization.v1beta1/latest/api/Google.Apis.BinaryAuthorization.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.BinaryAuthorization.v1beta1)](https://www.nuget.org/packages/Google.Apis.BinaryAuthorization.v1beta1) | [Binary Authorization API v1beta1](https://cloud.google.com/binary-authorization/) |
| [Google.Apis.BlockchainNodeEngine.v1](https://googleapis.dev/dotnet/Google.Apis.BlockchainNodeEngine.v1/latest/api/Google.Apis.BlockchainNodeEngine.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.BlockchainNodeEngine.v1)](https://www.nuget.org/packages/Google.Apis.BlockchainNodeEngine.v1) | [Blockchain Node Engine API v1](https://cloud.google.com/blockchain-node-engine) |
| [Google.Apis.Blogger.v3](https://googleapis.dev/dotnet/Google.Apis.Blogger.v3/latest/api/Google.Apis.Blogger.v3.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Blogger.v3)](https://www.nuget.org/packages/Google.Apis.Blogger.v3) | [Blogger API v3](https://developers.google.com/blogger/docs/3.0/getting_started) |
| [Google.Apis.Books.v1](https://googleapis.dev/dotnet/Google.Apis.Books.v1/latest/api/Google.Apis.Books.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Books.v1)](https://www.nuget.org/packages/Google.Apis.Books.v1) | [Books API v1](https://code.google.com/apis/books/docs/v1/getting_started.html) |
| [Google.Apis.BusinessProfilePerformance.v1](https://googleapis.dev/dotnet/Google.Apis.BusinessProfilePerformance.v1/latest/api/Google.Apis.BusinessProfilePerformance.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.BusinessProfilePerformance.v1)](https://www.nuget.org/packages/Google.Apis.BusinessProfilePerformance.v1) | [Business Profile Performance API v1](https://developers.google.com/my-business/) |
| [Google.Apis.CCAIPlatform.v1alpha1](https://googleapis.dev/dotnet/Google.Apis.CCAIPlatform.v1alpha1/latest/api/Google.Apis.CCAIPlatform.v1alpha1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CCAIPlatform.v1alpha1)](https://www.nuget.org/packages/Google.Apis.CCAIPlatform.v1alpha1) | [Contact Center AI Platform API v1alpha1](https://cloud.google.com/solutions/contact-center-ai-platform) |
| [Google.Apis.Calendar.v3](https://googleapis.dev/dotnet/Google.Apis.Calendar.v3/latest/api/Google.Apis.Calendar.v3.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Calendar.v3)](https://www.nuget.org/packages/Google.Apis.Calendar.v3) | [Calendar API v3](https://developers.google.com/workspace/calendar/firstapp) |
| [Google.Apis.CertificateAuthorityService.v1](https://googleapis.dev/dotnet/Google.Apis.CertificateAuthorityService.v1/latest/api/Google.Apis.CertificateAuthorityService.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CertificateAuthorityService.v1)](https://www.nuget.org/packages/Google.Apis.CertificateAuthorityService.v1) | [Certificate Authority API v1](https://cloud.google.com/) |
| [Google.Apis.CertificateAuthorityService.v1beta1](https://googleapis.dev/dotnet/Google.Apis.CertificateAuthorityService.v1beta1/latest/api/Google.Apis.CertificateAuthorityService.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CertificateAuthorityService.v1beta1)](https://www.nuget.org/packages/Google.Apis.CertificateAuthorityService.v1beta1) | [Certificate Authority API v1beta1](https://cloud.google.com/) |
| [Google.Apis.CertificateManager.v1](https://googleapis.dev/dotnet/Google.Apis.CertificateManager.v1/latest/api/Google.Apis.CertificateManager.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CertificateManager.v1)](https://www.nuget.org/packages/Google.Apis.CertificateManager.v1) | [Certificate Manager API v1](https://cloud.google.com/certificate-manager) |
| [Google.Apis.ChecksService.v1alpha](https://googleapis.dev/dotnet/Google.Apis.ChecksService.v1alpha/latest/api/Google.Apis.ChecksService.v1alpha.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ChecksService.v1alpha)](https://www.nuget.org/packages/Google.Apis.ChecksService.v1alpha) | [Checks API v1alpha](https://developers.google.com/checks) |
| [Google.Apis.ChromeManagement.v1](https://googleapis.dev/dotnet/Google.Apis.ChromeManagement.v1/latest/api/Google.Apis.ChromeManagement.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ChromeManagement.v1)](https://www.nuget.org/packages/Google.Apis.ChromeManagement.v1) | [Chrome Management API v1](https://developers.google.com/chrome/management/) |
| [Google.Apis.ChromePolicy.v1](https://googleapis.dev/dotnet/Google.Apis.ChromePolicy.v1/latest/api/Google.Apis.ChromePolicy.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ChromePolicy.v1)](https://www.nuget.org/packages/Google.Apis.ChromePolicy.v1) | [Chrome Policy API v1](http://developers.google.com/chrome/policy) |
| [Google.Apis.ChromeUXReport.v1](https://googleapis.dev/dotnet/Google.Apis.ChromeUXReport.v1/latest/api/Google.Apis.ChromeUXReport.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ChromeUXReport.v1)](https://www.nuget.org/packages/Google.Apis.ChromeUXReport.v1) | [Chrome UX Report API v1](https://developers.google.com/web/tools/chrome-user-experience-report/api/reference) |
| [Google.Apis.Chromewebstore.v1_1](https://googleapis.dev/dotnet/Google.Apis.Chromewebstore.v1_1/latest/api/Google.Apis.Chromewebstore.v1_1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Chromewebstore.v1_1)](https://www.nuget.org/packages/Google.Apis.Chromewebstore.v1_1) | [Chrome Web Store API v1_1](https://developer.chrome.com/docs/webstore/api) |
| [Google.Apis.Chromewebstore.v2](https://googleapis.dev/dotnet/Google.Apis.Chromewebstore.v2/latest/api/Google.Apis.Chromewebstore.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Chromewebstore.v2)](https://www.nuget.org/packages/Google.Apis.Chromewebstore.v2) | [Chrome Web Store API v2](https://developer.chrome.com/docs/webstore/api) |
| [Google.Apis.CivicInfo.v2](https://googleapis.dev/dotnet/Google.Apis.CivicInfo.v2/latest/api/Google.Apis.CivicInfo.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CivicInfo.v2)](https://www.nuget.org/packages/Google.Apis.CivicInfo.v2) | [Google Civic Information API v2](https://developers.google.com/civic-information/) |
| [Google.Apis.Classroom.v1](https://googleapis.dev/dotnet/Google.Apis.Classroom.v1/latest/api/Google.Apis.Classroom.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Classroom.v1)](https://www.nuget.org/packages/Google.Apis.Classroom.v1) | [Google Classroom API v1](https://developers.google.com/workspace/classroom/) |
| [Google.Apis.CloudAlloyDBAdmin.v1](https://googleapis.dev/dotnet/Google.Apis.CloudAlloyDBAdmin.v1/latest/api/Google.Apis.CloudAlloyDBAdmin.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudAlloyDBAdmin.v1)](https://www.nuget.org/packages/Google.Apis.CloudAlloyDBAdmin.v1) | [AlloyDB API v1](https://cloud.google.com/alloydb/) |
| [Google.Apis.CloudAlloyDBAdmin.v1alpha](https://googleapis.dev/dotnet/Google.Apis.CloudAlloyDBAdmin.v1alpha/latest/api/Google.Apis.CloudAlloyDBAdmin.v1alpha.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudAlloyDBAdmin.v1alpha)](https://www.nuget.org/packages/Google.Apis.CloudAlloyDBAdmin.v1alpha) | [AlloyDB API v1alpha](https://cloud.google.com/alloydb/) |
| [Google.Apis.CloudAlloyDBAdmin.v1beta](https://googleapis.dev/dotnet/Google.Apis.CloudAlloyDBAdmin.v1beta/latest/api/Google.Apis.CloudAlloyDBAdmin.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudAlloyDBAdmin.v1beta)](https://www.nuget.org/packages/Google.Apis.CloudAlloyDBAdmin.v1beta) | [AlloyDB API v1beta](https://cloud.google.com/alloydb/) |
| [Google.Apis.CloudAsset.v1](https://googleapis.dev/dotnet/Google.Apis.CloudAsset.v1/latest/api/Google.Apis.CloudAsset.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudAsset.v1)](https://www.nuget.org/packages/Google.Apis.CloudAsset.v1) | [Cloud Asset API v1](https://cloud.google.com/asset-inventory/docs/quickstart) |
| [Google.Apis.CloudAsset.v1beta1](https://googleapis.dev/dotnet/Google.Apis.CloudAsset.v1beta1/latest/api/Google.Apis.CloudAsset.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudAsset.v1beta1)](https://www.nuget.org/packages/Google.Apis.CloudAsset.v1beta1) | [Cloud Asset API v1beta1](https://cloud.google.com/asset-inventory/docs/quickstart) |
| [Google.Apis.CloudAsset.v1p1beta1](https://googleapis.dev/dotnet/Google.Apis.CloudAsset.v1p1beta1/latest/api/Google.Apis.CloudAsset.v1p1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudAsset.v1p1beta1)](https://www.nuget.org/packages/Google.Apis.CloudAsset.v1p1beta1) | [Cloud Asset API v1p1beta1](https://cloud.google.com/asset-inventory/docs/quickstart) |
| [Google.Apis.CloudAsset.v1p5beta1](https://googleapis.dev/dotnet/Google.Apis.CloudAsset.v1p5beta1/latest/api/Google.Apis.CloudAsset.v1p5beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudAsset.v1p5beta1)](https://www.nuget.org/packages/Google.Apis.CloudAsset.v1p5beta1) | [Cloud Asset API v1p5beta1](https://cloud.google.com/asset-inventory/docs/quickstart) |
| [Google.Apis.CloudAsset.v1p7beta1](https://googleapis.dev/dotnet/Google.Apis.CloudAsset.v1p7beta1/latest/api/Google.Apis.CloudAsset.v1p7beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudAsset.v1p7beta1)](https://www.nuget.org/packages/Google.Apis.CloudAsset.v1p7beta1) | [Cloud Asset API v1p7beta1](https://cloud.google.com/asset-inventory/docs/quickstart) |
| [Google.Apis.CloudBillingBudget.v1](https://googleapis.dev/dotnet/Google.Apis.CloudBillingBudget.v1/latest/api/Google.Apis.CloudBillingBudget.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudBillingBudget.v1)](https://www.nuget.org/packages/Google.Apis.CloudBillingBudget.v1) | [Cloud Billing Budget API v1](https://cloud.google.com/billing/docs/how-to/budget-api-overview) |
| [Google.Apis.CloudBillingBudget.v1beta1](https://googleapis.dev/dotnet/Google.Apis.CloudBillingBudget.v1beta1/latest/api/Google.Apis.CloudBillingBudget.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudBillingBudget.v1beta1)](https://www.nuget.org/packages/Google.Apis.CloudBillingBudget.v1beta1) | [Cloud Billing Budget API v1beta1](https://cloud.google.com/billing/docs/how-to/budget-api-overview) |
| [Google.Apis.CloudBuild.v1](https://googleapis.dev/dotnet/Google.Apis.CloudBuild.v1/latest/api/Google.Apis.CloudBuild.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudBuild.v1)](https://www.nuget.org/packages/Google.Apis.CloudBuild.v1) | [Cloud Build API v1](https://cloud.google.com/cloud-build/docs/) |
| [Google.Apis.CloudBuild.v2](https://googleapis.dev/dotnet/Google.Apis.CloudBuild.v2/latest/api/Google.Apis.CloudBuild.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudBuild.v2)](https://www.nuget.org/packages/Google.Apis.CloudBuild.v2) | [Cloud Build API v2](https://cloud.google.com/cloud-build/docs/) |
| [Google.Apis.CloudCommercePartnerProcurementService.v1](https://googleapis.dev/dotnet/Google.Apis.CloudCommercePartnerProcurementService.v1/latest/api/Google.Apis.CloudCommercePartnerProcurementService.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudCommercePartnerProcurementService.v1)](https://www.nuget.org/packages/Google.Apis.CloudCommercePartnerProcurementService.v1) | [Cloud Commerce Partner Procurement API v1](https://cloud.google.com/marketplace/docs/partners/) |
| [Google.Apis.CloudComposer.v1](https://googleapis.dev/dotnet/Google.Apis.CloudComposer.v1/latest/api/Google.Apis.CloudComposer.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudComposer.v1)](https://www.nuget.org/packages/Google.Apis.CloudComposer.v1) | [Cloud Composer API v1](https://cloud.google.com/composer/) |
| [Google.Apis.CloudComposer.v1beta1](https://googleapis.dev/dotnet/Google.Apis.CloudComposer.v1beta1/latest/api/Google.Apis.CloudComposer.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudComposer.v1beta1)](https://www.nuget.org/packages/Google.Apis.CloudComposer.v1beta1) | [Cloud Composer API v1beta1](https://cloud.google.com/composer/) |
| [Google.Apis.CloudControlsPartnerService.v1](https://googleapis.dev/dotnet/Google.Apis.CloudControlsPartnerService.v1/latest/api/Google.Apis.CloudControlsPartnerService.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudControlsPartnerService.v1)](https://www.nuget.org/packages/Google.Apis.CloudControlsPartnerService.v1) | [Cloud Controls Partner API v1](https://cloud.google.com/sovereign-controls-by-partners/docs/sovereign-partners/reference/rest) |
| [Google.Apis.CloudControlsPartnerService.v1beta](https://googleapis.dev/dotnet/Google.Apis.CloudControlsPartnerService.v1beta/latest/api/Google.Apis.CloudControlsPartnerService.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudControlsPartnerService.v1beta)](https://www.nuget.org/packages/Google.Apis.CloudControlsPartnerService.v1beta) | [Cloud Controls Partner API v1beta](https://cloud.google.com/sovereign-controls-by-partners/docs/sovereign-partners/reference/rest) |
| [Google.Apis.CloudDataplex.v1](https://googleapis.dev/dotnet/Google.Apis.CloudDataplex.v1/latest/api/Google.Apis.CloudDataplex.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudDataplex.v1)](https://www.nuget.org/packages/Google.Apis.CloudDataplex.v1) | [Cloud Dataplex API v1](https://cloud.google.com/dataplex/docs) |
| [Google.Apis.CloudDeploy.v1](https://googleapis.dev/dotnet/Google.Apis.CloudDeploy.v1/latest/api/Google.Apis.CloudDeploy.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudDeploy.v1)](https://www.nuget.org/packages/Google.Apis.CloudDeploy.v1) | [Cloud Deploy API v1](https://cloud.google.com/deploy/) |
| [Google.Apis.CloudDomains.v1](https://googleapis.dev/dotnet/Google.Apis.CloudDomains.v1/latest/api/Google.Apis.CloudDomains.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudDomains.v1)](https://www.nuget.org/packages/Google.Apis.CloudDomains.v1) | [Cloud Domains API v1](https://cloud.google.com/domains/) |
| [Google.Apis.CloudDomains.v1alpha2](https://googleapis.dev/dotnet/Google.Apis.CloudDomains.v1alpha2/latest/api/Google.Apis.CloudDomains.v1alpha2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudDomains.v1alpha2)](https://www.nuget.org/packages/Google.Apis.CloudDomains.v1alpha2) | [Cloud Domains API v1alpha2](https://cloud.google.com/domains/) |
| [Google.Apis.CloudDomains.v1beta1](https://googleapis.dev/dotnet/Google.Apis.CloudDomains.v1beta1/latest/api/Google.Apis.CloudDomains.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudDomains.v1beta1)](https://www.nuget.org/packages/Google.Apis.CloudDomains.v1beta1) | [Cloud Domains API v1beta1](https://cloud.google.com/domains/) |
| [Google.Apis.CloudFilestore.v1](https://googleapis.dev/dotnet/Google.Apis.CloudFilestore.v1/latest/api/Google.Apis.CloudFilestore.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudFilestore.v1)](https://www.nuget.org/packages/Google.Apis.CloudFilestore.v1) | [Cloud Filestore API v1](https://cloud.google.com/filestore/) |
| [Google.Apis.CloudFilestore.v1beta1](https://googleapis.dev/dotnet/Google.Apis.CloudFilestore.v1beta1/latest/api/Google.Apis.CloudFilestore.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudFilestore.v1beta1)](https://www.nuget.org/packages/Google.Apis.CloudFilestore.v1beta1) | [Cloud Filestore API v1beta1](https://cloud.google.com/filestore/) |
| [Google.Apis.CloudFunctions.v1](https://googleapis.dev/dotnet/Google.Apis.CloudFunctions.v1/latest/api/Google.Apis.CloudFunctions.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudFunctions.v1)](https://www.nuget.org/packages/Google.Apis.CloudFunctions.v1) | [Cloud Functions API v1](https://cloud.google.com/functions) |
| [Google.Apis.CloudFunctions.v2](https://googleapis.dev/dotnet/Google.Apis.CloudFunctions.v2/latest/api/Google.Apis.CloudFunctions.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudFunctions.v2)](https://www.nuget.org/packages/Google.Apis.CloudFunctions.v2) | [Cloud Functions API v2](https://cloud.google.com/functions) |
| [Google.Apis.CloudFunctions.v2alpha](https://googleapis.dev/dotnet/Google.Apis.CloudFunctions.v2alpha/latest/api/Google.Apis.CloudFunctions.v2alpha.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudFunctions.v2alpha)](https://www.nuget.org/packages/Google.Apis.CloudFunctions.v2alpha) | [Cloud Functions API v2alpha](https://cloud.google.com/functions) |
| [Google.Apis.CloudFunctions.v2beta](https://googleapis.dev/dotnet/Google.Apis.CloudFunctions.v2beta/latest/api/Google.Apis.CloudFunctions.v2beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudFunctions.v2beta)](https://www.nuget.org/packages/Google.Apis.CloudFunctions.v2beta) | [Cloud Functions API v2beta](https://cloud.google.com/functions) |
| [Google.Apis.CloudHealthcare.v1](https://googleapis.dev/dotnet/Google.Apis.CloudHealthcare.v1/latest/api/Google.Apis.CloudHealthcare.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudHealthcare.v1)](https://www.nuget.org/packages/Google.Apis.CloudHealthcare.v1) | [Cloud Healthcare API v1](https://cloud.google.com/healthcare) |
| [Google.Apis.CloudHealthcare.v1beta1](https://googleapis.dev/dotnet/Google.Apis.CloudHealthcare.v1beta1/latest/api/Google.Apis.CloudHealthcare.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudHealthcare.v1beta1)](https://www.nuget.org/packages/Google.Apis.CloudHealthcare.v1beta1) | [Cloud Healthcare API v1beta1](https://cloud.google.com/healthcare) |
| [Google.Apis.CloudIAP.v1](https://googleapis.dev/dotnet/Google.Apis.CloudIAP.v1/latest/api/Google.Apis.CloudIAP.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudIAP.v1)](https://www.nuget.org/packages/Google.Apis.CloudIAP.v1) | [Cloud Identity-Aware Proxy API v1](https://cloud.google.com/iap) |
| [Google.Apis.CloudIAP.v1beta1](https://googleapis.dev/dotnet/Google.Apis.CloudIAP.v1beta1/latest/api/Google.Apis.CloudIAP.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudIAP.v1beta1)](https://www.nuget.org/packages/Google.Apis.CloudIAP.v1beta1) | [Cloud Identity-Aware Proxy API v1beta1](https://cloud.google.com/iap) |
| [Google.Apis.CloudIdentity.v1](https://googleapis.dev/dotnet/Google.Apis.CloudIdentity.v1/latest/api/Google.Apis.CloudIdentity.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudIdentity.v1)](https://www.nuget.org/packages/Google.Apis.CloudIdentity.v1) | [Cloud Identity API v1](https://cloud.google.com/identity/) |
| [Google.Apis.CloudIdentity.v1beta1](https://googleapis.dev/dotnet/Google.Apis.CloudIdentity.v1beta1/latest/api/Google.Apis.CloudIdentity.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudIdentity.v1beta1)](https://www.nuget.org/packages/Google.Apis.CloudIdentity.v1beta1) | [Cloud Identity API v1beta1](https://cloud.google.com/identity/) |
| [Google.Apis.CloudKMS.v1](https://googleapis.dev/dotnet/Google.Apis.CloudKMS.v1/latest/api/Google.Apis.CloudKMS.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudKMS.v1)](https://www.nuget.org/packages/Google.Apis.CloudKMS.v1) | [Cloud Key Management Service (KMS) API v1](https://cloud.google.com/kms/) |
| [Google.Apis.CloudLocationFinder.v1](https://googleapis.dev/dotnet/Google.Apis.CloudLocationFinder.v1/latest/api/Google.Apis.CloudLocationFinder.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudLocationFinder.v1)](https://www.nuget.org/packages/Google.Apis.CloudLocationFinder.v1) | [Cloud Location Finder API v1](https://cloud.google.com/location-finder/docs) |
| [Google.Apis.CloudLocationFinder.v1alpha](https://googleapis.dev/dotnet/Google.Apis.CloudLocationFinder.v1alpha/latest/api/Google.Apis.CloudLocationFinder.v1alpha.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudLocationFinder.v1alpha)](https://www.nuget.org/packages/Google.Apis.CloudLocationFinder.v1alpha) | [Cloud Location Finder API v1alpha](https://cloud.google.com/location-finder/docs) |
| [Google.Apis.CloudMachineLearningEngine.v1](https://googleapis.dev/dotnet/Google.Apis.CloudMachineLearningEngine.v1/latest/api/Google.Apis.CloudMachineLearningEngine.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudMachineLearningEngine.v1)](https://www.nuget.org/packages/Google.Apis.CloudMachineLearningEngine.v1) | [AI Platform Training & Prediction API v1](https://cloud.google.com/ml/) |
| [Google.Apis.CloudMemorystoreforMemcached.v1](https://googleapis.dev/dotnet/Google.Apis.CloudMemorystoreforMemcached.v1/latest/api/Google.Apis.CloudMemorystoreforMemcached.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudMemorystoreforMemcached.v1)](https://www.nuget.org/packages/Google.Apis.CloudMemorystoreforMemcached.v1) | [Cloud Memorystore for Memcached API v1](https://cloud.google.com/memorystore/) |
| [Google.Apis.CloudMemorystoreforMemcached.v1beta2](https://googleapis.dev/dotnet/Google.Apis.CloudMemorystoreforMemcached.v1beta2/latest/api/Google.Apis.CloudMemorystoreforMemcached.v1beta2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudMemorystoreforMemcached.v1beta2)](https://www.nuget.org/packages/Google.Apis.CloudMemorystoreforMemcached.v1beta2) | [Cloud Memorystore for Memcached API v1beta2](https://cloud.google.com/memorystore/) |
| [Google.Apis.CloudNaturalLanguage.v1](https://googleapis.dev/dotnet/Google.Apis.CloudNaturalLanguage.v1/latest/api/Google.Apis.CloudNaturalLanguage.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudNaturalLanguage.v1)](https://www.nuget.org/packages/Google.Apis.CloudNaturalLanguage.v1) | [Cloud Natural Language API v1](https://cloud.google.com/natural-language/) |
| [Google.Apis.CloudNaturalLanguage.v1beta2](https://googleapis.dev/dotnet/Google.Apis.CloudNaturalLanguage.v1beta2/latest/api/Google.Apis.CloudNaturalLanguage.v1beta2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudNaturalLanguage.v1beta2)](https://www.nuget.org/packages/Google.Apis.CloudNaturalLanguage.v1beta2) | [Cloud Natural Language API v1beta2](https://cloud.google.com/natural-language/) |
| [Google.Apis.CloudNaturalLanguage.v2](https://googleapis.dev/dotnet/Google.Apis.CloudNaturalLanguage.v2/latest/api/Google.Apis.CloudNaturalLanguage.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudNaturalLanguage.v2)](https://www.nuget.org/packages/Google.Apis.CloudNaturalLanguage.v2) | [Cloud Natural Language API v2](https://cloud.google.com/natural-language/) |
| [Google.Apis.CloudOSLogin.v1](https://googleapis.dev/dotnet/Google.Apis.CloudOSLogin.v1/latest/api/Google.Apis.CloudOSLogin.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudOSLogin.v1)](https://www.nuget.org/packages/Google.Apis.CloudOSLogin.v1) | [Cloud OS Login API v1](https://cloud.google.com/compute/docs/oslogin/) |
| [Google.Apis.CloudOSLogin.v1alpha](https://googleapis.dev/dotnet/Google.Apis.CloudOSLogin.v1alpha/latest/api/Google.Apis.CloudOSLogin.v1alpha.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudOSLogin.v1alpha)](https://www.nuget.org/packages/Google.Apis.CloudOSLogin.v1alpha) | [Cloud OS Login API v1alpha](https://cloud.google.com/compute/docs/oslogin/) |
| [Google.Apis.CloudOSLogin.v1beta](https://googleapis.dev/dotnet/Google.Apis.CloudOSLogin.v1beta/latest/api/Google.Apis.CloudOSLogin.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudOSLogin.v1beta)](https://www.nuget.org/packages/Google.Apis.CloudOSLogin.v1beta) | [Cloud OS Login API v1beta](https://cloud.google.com/compute/docs/oslogin/) |
| [Google.Apis.CloudObservability.v1](https://googleapis.dev/dotnet/Google.Apis.CloudObservability.v1/latest/api/Google.Apis.CloudObservability.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudObservability.v1)](https://www.nuget.org/packages/Google.Apis.CloudObservability.v1) | [Observability API v1](https://cloud.google.com/stackdriver/docs/) |
| [Google.Apis.CloudProfiler.v2](https://googleapis.dev/dotnet/Google.Apis.CloudProfiler.v2/latest/api/Google.Apis.CloudProfiler.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudProfiler.v2)](https://www.nuget.org/packages/Google.Apis.CloudProfiler.v2) | [Cloud Profiler API v2](https://cloud.google.com/profiler/) |
| [Google.Apis.CloudRedis.v1](https://googleapis.dev/dotnet/Google.Apis.CloudRedis.v1/latest/api/Google.Apis.CloudRedis.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudRedis.v1)](https://www.nuget.org/packages/Google.Apis.CloudRedis.v1) | [Google Cloud Memorystore for Redis API v1](https://cloud.google.com/memorystore/docs/redis/) |
| [Google.Apis.CloudRedis.v1beta1](https://googleapis.dev/dotnet/Google.Apis.CloudRedis.v1beta1/latest/api/Google.Apis.CloudRedis.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudRedis.v1beta1)](https://www.nuget.org/packages/Google.Apis.CloudRedis.v1beta1) | [Google Cloud Memorystore for Redis API v1beta1](https://cloud.google.com/memorystore/docs/redis/) |
| [Google.Apis.CloudResourceManager.v1](https://googleapis.dev/dotnet/Google.Apis.CloudResourceManager.v1/latest/api/Google.Apis.CloudResourceManager.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudResourceManager.v1)](https://www.nuget.org/packages/Google.Apis.CloudResourceManager.v1) | [Cloud Resource Manager API v1](https://cloud.google.com/resource-manager) |
| [Google.Apis.CloudResourceManager.v1beta1](https://googleapis.dev/dotnet/Google.Apis.CloudResourceManager.v1beta1/latest/api/Google.Apis.CloudResourceManager.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudResourceManager.v1beta1)](https://www.nuget.org/packages/Google.Apis.CloudResourceManager.v1beta1) | [Cloud Resource Manager API v1beta1](https://cloud.google.com/resource-manager) |
| [Google.Apis.CloudResourceManager.v2](https://googleapis.dev/dotnet/Google.Apis.CloudResourceManager.v2/latest/api/Google.Apis.CloudResourceManager.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudResourceManager.v2)](https://www.nuget.org/packages/Google.Apis.CloudResourceManager.v2) | [Cloud Resource Manager API v2](https://cloud.google.com/resource-manager) |
| [Google.Apis.CloudResourceManager.v2beta1](https://googleapis.dev/dotnet/Google.Apis.CloudResourceManager.v2beta1/latest/api/Google.Apis.CloudResourceManager.v2beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudResourceManager.v2beta1)](https://www.nuget.org/packages/Google.Apis.CloudResourceManager.v2beta1) | [Cloud Resource Manager API v2beta1](https://cloud.google.com/resource-manager) |
| [Google.Apis.CloudResourceManager.v3](https://googleapis.dev/dotnet/Google.Apis.CloudResourceManager.v3/latest/api/Google.Apis.CloudResourceManager.v3.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudResourceManager.v3)](https://www.nuget.org/packages/Google.Apis.CloudResourceManager.v3) | [Cloud Resource Manager API v3](https://cloud.google.com/resource-manager) |
| [Google.Apis.CloudRetail.v2](https://googleapis.dev/dotnet/Google.Apis.CloudRetail.v2/latest/api/Google.Apis.CloudRetail.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudRetail.v2)](https://www.nuget.org/packages/Google.Apis.CloudRetail.v2) | [Vertex AI Search for commerce API v2](https://cloud.google.com/recommendations) |
| [Google.Apis.CloudRetail.v2alpha](https://googleapis.dev/dotnet/Google.Apis.CloudRetail.v2alpha/latest/api/Google.Apis.CloudRetail.v2alpha.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudRetail.v2alpha)](https://www.nuget.org/packages/Google.Apis.CloudRetail.v2alpha) | [Vertex AI Search for commerce API v2alpha](https://cloud.google.com/recommendations) |
| [Google.Apis.CloudRetail.v2beta](https://googleapis.dev/dotnet/Google.Apis.CloudRetail.v2beta/latest/api/Google.Apis.CloudRetail.v2beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudRetail.v2beta)](https://www.nuget.org/packages/Google.Apis.CloudRetail.v2beta) | [Vertex AI Search for commerce API v2beta](https://cloud.google.com/recommendations) |
| [Google.Apis.CloudRun.v1](https://googleapis.dev/dotnet/Google.Apis.CloudRun.v1/latest/api/Google.Apis.CloudRun.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudRun.v1)](https://www.nuget.org/packages/Google.Apis.CloudRun.v1) | [Cloud Run Admin API v1](https://cloud.google.com/run/) |
| [Google.Apis.CloudRun.v2](https://googleapis.dev/dotnet/Google.Apis.CloudRun.v2/latest/api/Google.Apis.CloudRun.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudRun.v2)](https://www.nuget.org/packages/Google.Apis.CloudRun.v2) | [Cloud Run Admin API v2](https://cloud.google.com/run/) |
| [Google.Apis.CloudRuntimeConfig.v1](https://googleapis.dev/dotnet/Google.Apis.CloudRuntimeConfig.v1/latest/api/Google.Apis.CloudRuntimeConfig.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudRuntimeConfig.v1)](https://www.nuget.org/packages/Google.Apis.CloudRuntimeConfig.v1) | [Cloud Runtime Configuration API v1](https://cloud.google.com/deployment-manager/runtime-configurator/) |
| [Google.Apis.CloudRuntimeConfig.v1beta1](https://googleapis.dev/dotnet/Google.Apis.CloudRuntimeConfig.v1beta1/latest/api/Google.Apis.CloudRuntimeConfig.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudRuntimeConfig.v1beta1)](https://www.nuget.org/packages/Google.Apis.CloudRuntimeConfig.v1beta1) | [Cloud Runtime Configuration API v1beta1](https://cloud.google.com/deployment-manager/runtime-configurator/) |
| [Google.Apis.CloudScheduler.v1](https://googleapis.dev/dotnet/Google.Apis.CloudScheduler.v1/latest/api/Google.Apis.CloudScheduler.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudScheduler.v1)](https://www.nuget.org/packages/Google.Apis.CloudScheduler.v1) | [Cloud Scheduler API v1](https://cloud.google.com/scheduler/) |
| [Google.Apis.CloudScheduler.v1beta1](https://googleapis.dev/dotnet/Google.Apis.CloudScheduler.v1beta1/latest/api/Google.Apis.CloudScheduler.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudScheduler.v1beta1)](https://www.nuget.org/packages/Google.Apis.CloudScheduler.v1beta1) | [Cloud Scheduler API v1beta1](https://cloud.google.com/scheduler/) |
| [Google.Apis.CloudSearch.v1](https://googleapis.dev/dotnet/Google.Apis.CloudSearch.v1/latest/api/Google.Apis.CloudSearch.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudSearch.v1)](https://www.nuget.org/packages/Google.Apis.CloudSearch.v1) | [Cloud Search API v1](https://developers.google.com/cloud-search/docs/guides/) |
| [Google.Apis.CloudSecurityToken.v1](https://googleapis.dev/dotnet/Google.Apis.CloudSecurityToken.v1/latest/api/Google.Apis.CloudSecurityToken.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudSecurityToken.v1)](https://www.nuget.org/packages/Google.Apis.CloudSecurityToken.v1) | [Security Token Service API v1](http://cloud.google.com/iam/docs/workload-identity-federation) |
| [Google.Apis.CloudSecurityToken.v1beta](https://googleapis.dev/dotnet/Google.Apis.CloudSecurityToken.v1beta/latest/api/Google.Apis.CloudSecurityToken.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudSecurityToken.v1beta)](https://www.nuget.org/packages/Google.Apis.CloudSecurityToken.v1beta) | [Security Token Service API v1beta](http://cloud.google.com/iam/docs/workload-identity-federation) |
| [Google.Apis.CloudShell.v1](https://googleapis.dev/dotnet/Google.Apis.CloudShell.v1/latest/api/Google.Apis.CloudShell.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudShell.v1)](https://www.nuget.org/packages/Google.Apis.CloudShell.v1) | [Cloud Shell API v1](https://cloud.google.com/shell/docs/) |
| [Google.Apis.CloudSupport.v2](https://googleapis.dev/dotnet/Google.Apis.CloudSupport.v2/latest/api/Google.Apis.CloudSupport.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudSupport.v2)](https://www.nuget.org/packages/Google.Apis.CloudSupport.v2) | [Google Cloud Support API v2](https://cloud.google.com/support/docs/apis) |
| [Google.Apis.CloudSupport.v2beta](https://googleapis.dev/dotnet/Google.Apis.CloudSupport.v2beta/latest/api/Google.Apis.CloudSupport.v2beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudSupport.v2beta)](https://www.nuget.org/packages/Google.Apis.CloudSupport.v2beta) | [Google Cloud Support API v2beta](https://cloud.google.com/support/docs/apis) |
| [Google.Apis.CloudTalentSolution.v3](https://googleapis.dev/dotnet/Google.Apis.CloudTalentSolution.v3/latest/api/Google.Apis.CloudTalentSolution.v3.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudTalentSolution.v3)](https://www.nuget.org/packages/Google.Apis.CloudTalentSolution.v3) | [Cloud Talent Solution API v3](https://cloud.google.com/talent-solution/job-search/docs/) |
| [Google.Apis.CloudTalentSolution.v3p1beta1](https://googleapis.dev/dotnet/Google.Apis.CloudTalentSolution.v3p1beta1/latest/api/Google.Apis.CloudTalentSolution.v3p1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudTalentSolution.v3p1beta1)](https://www.nuget.org/packages/Google.Apis.CloudTalentSolution.v3p1beta1) | [Cloud Talent Solution API v3p1beta1](https://cloud.google.com/talent-solution/job-search/docs/) |
| [Google.Apis.CloudTalentSolution.v4](https://googleapis.dev/dotnet/Google.Apis.CloudTalentSolution.v4/latest/api/Google.Apis.CloudTalentSolution.v4.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudTalentSolution.v4)](https://www.nuget.org/packages/Google.Apis.CloudTalentSolution.v4) | [Cloud Talent Solution API v4](https://cloud.google.com/talent-solution/job-search/docs/) |
| [Google.Apis.CloudTasks.v2](https://googleapis.dev/dotnet/Google.Apis.CloudTasks.v2/latest/api/Google.Apis.CloudTasks.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudTasks.v2)](https://www.nuget.org/packages/Google.Apis.CloudTasks.v2) | [Cloud Tasks API v2](https://cloud.google.com/tasks/) |
| [Google.Apis.CloudTasks.v2beta2](https://googleapis.dev/dotnet/Google.Apis.CloudTasks.v2beta2/latest/api/Google.Apis.CloudTasks.v2beta2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudTasks.v2beta2)](https://www.nuget.org/packages/Google.Apis.CloudTasks.v2beta2) | [Cloud Tasks API v2beta2](https://cloud.google.com/tasks/) |
| [Google.Apis.CloudTasks.v2beta3](https://googleapis.dev/dotnet/Google.Apis.CloudTasks.v2beta3/latest/api/Google.Apis.CloudTasks.v2beta3.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudTasks.v2beta3)](https://www.nuget.org/packages/Google.Apis.CloudTasks.v2beta3) | [Cloud Tasks API v2beta3](https://cloud.google.com/tasks/) |
| [Google.Apis.CloudTrace.v1](https://googleapis.dev/dotnet/Google.Apis.CloudTrace.v1/latest/api/Google.Apis.CloudTrace.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudTrace.v1)](https://www.nuget.org/packages/Google.Apis.CloudTrace.v1) | [Cloud Trace API v1](https://cloud.google.com/trace/) |
| [Google.Apis.CloudTrace.v2](https://googleapis.dev/dotnet/Google.Apis.CloudTrace.v2/latest/api/Google.Apis.CloudTrace.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudTrace.v2)](https://www.nuget.org/packages/Google.Apis.CloudTrace.v2) | [Cloud Trace API v2](https://cloud.google.com/trace/) |
| [Google.Apis.CloudTrace.v2beta1](https://googleapis.dev/dotnet/Google.Apis.CloudTrace.v2beta1/latest/api/Google.Apis.CloudTrace.v2beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudTrace.v2beta1)](https://www.nuget.org/packages/Google.Apis.CloudTrace.v2beta1) | [Cloud Trace API v2beta1](https://cloud.google.com/trace/) |
| [Google.Apis.CloudVideoIntelligence.v1](https://googleapis.dev/dotnet/Google.Apis.CloudVideoIntelligence.v1/latest/api/Google.Apis.CloudVideoIntelligence.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudVideoIntelligence.v1)](https://www.nuget.org/packages/Google.Apis.CloudVideoIntelligence.v1) | [Cloud Video Intelligence API v1](https://cloud.google.com/video-intelligence/docs/) |
| [Google.Apis.CloudVideoIntelligence.v1beta2](https://googleapis.dev/dotnet/Google.Apis.CloudVideoIntelligence.v1beta2/latest/api/Google.Apis.CloudVideoIntelligence.v1beta2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudVideoIntelligence.v1beta2)](https://www.nuget.org/packages/Google.Apis.CloudVideoIntelligence.v1beta2) | [Cloud Video Intelligence API v1beta2](https://cloud.google.com/video-intelligence/docs/) |
| [Google.Apis.CloudVideoIntelligence.v1p1beta1](https://googleapis.dev/dotnet/Google.Apis.CloudVideoIntelligence.v1p1beta1/latest/api/Google.Apis.CloudVideoIntelligence.v1p1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudVideoIntelligence.v1p1beta1)](https://www.nuget.org/packages/Google.Apis.CloudVideoIntelligence.v1p1beta1) | [Cloud Video Intelligence API v1p1beta1](https://cloud.google.com/video-intelligence/docs/) |
| [Google.Apis.CloudVideoIntelligence.v1p2beta1](https://googleapis.dev/dotnet/Google.Apis.CloudVideoIntelligence.v1p2beta1/latest/api/Google.Apis.CloudVideoIntelligence.v1p2beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudVideoIntelligence.v1p2beta1)](https://www.nuget.org/packages/Google.Apis.CloudVideoIntelligence.v1p2beta1) | [Cloud Video Intelligence API v1p2beta1](https://cloud.google.com/video-intelligence/docs/) |
| [Google.Apis.CloudVideoIntelligence.v1p3beta1](https://googleapis.dev/dotnet/Google.Apis.CloudVideoIntelligence.v1p3beta1/latest/api/Google.Apis.CloudVideoIntelligence.v1p3beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudVideoIntelligence.v1p3beta1)](https://www.nuget.org/packages/Google.Apis.CloudVideoIntelligence.v1p3beta1) | [Cloud Video Intelligence API v1p3beta1](https://cloud.google.com/video-intelligence/docs/) |
| [Google.Apis.CloudWorkstations.v1](https://googleapis.dev/dotnet/Google.Apis.CloudWorkstations.v1/latest/api/Google.Apis.CloudWorkstations.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudWorkstations.v1)](https://www.nuget.org/packages/Google.Apis.CloudWorkstations.v1) | [Cloud Workstations API v1](https://cloud.google.com/workstations) |
| [Google.Apis.CloudWorkstations.v1beta](https://googleapis.dev/dotnet/Google.Apis.CloudWorkstations.v1beta/latest/api/Google.Apis.CloudWorkstations.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CloudWorkstations.v1beta)](https://www.nuget.org/packages/Google.Apis.CloudWorkstations.v1beta) | [Cloud Workstations API v1beta](https://cloud.google.com/workstations) |
| [Google.Apis.Cloudbilling.v1](https://googleapis.dev/dotnet/Google.Apis.Cloudbilling.v1/latest/api/Google.Apis.Cloudbilling.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Cloudbilling.v1)](https://www.nuget.org/packages/Google.Apis.Cloudbilling.v1) | [Cloud Billing API v1](https://cloud.google.com/billing/docs/apis) |
| [Google.Apis.Cloudbilling.v1beta](https://googleapis.dev/dotnet/Google.Apis.Cloudbilling.v1beta/latest/api/Google.Apis.Cloudbilling.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Cloudbilling.v1beta)](https://www.nuget.org/packages/Google.Apis.Cloudbilling.v1beta) | [Cloud Billing API v1beta](https://cloud.google.com/billing/docs/apis) |
| [Google.Apis.Cloudchannel.v1](https://googleapis.dev/dotnet/Google.Apis.Cloudchannel.v1/latest/api/Google.Apis.Cloudchannel.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Cloudchannel.v1)](https://www.nuget.org/packages/Google.Apis.Cloudchannel.v1) | [Cloud Channel API v1](https://cloud.google.com/channel) |
| [Google.Apis.Clouderrorreporting.v1beta1](https://googleapis.dev/dotnet/Google.Apis.Clouderrorreporting.v1beta1/latest/api/Google.Apis.Clouderrorreporting.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Clouderrorreporting.v1beta1)](https://www.nuget.org/packages/Google.Apis.Clouderrorreporting.v1beta1) | [Error Reporting API v1beta1](https://cloud.google.com/error-reporting/) |
| [Google.Apis.Compute.alpha](https://googleapis.dev/dotnet/Google.Apis.Compute.alpha/latest/api/Google.Apis.Compute.alpha.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Compute.alpha)](https://www.nuget.org/packages/Google.Apis.Compute.alpha) | [Compute Engine API alpha](https://cloud.google.com/compute/) |
| [Google.Apis.Compute.beta](https://googleapis.dev/dotnet/Google.Apis.Compute.beta/latest/api/Google.Apis.Compute.beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Compute.beta)](https://www.nuget.org/packages/Google.Apis.Compute.beta) | [Compute Engine API beta](https://cloud.google.com/compute/) |
| [Google.Apis.Compute.v1](https://googleapis.dev/dotnet/Google.Apis.Compute.v1/latest/api/Google.Apis.Compute.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Compute.v1)](https://www.nuget.org/packages/Google.Apis.Compute.v1) | [Compute Engine API v1](https://cloud.google.com/compute/) |
| [Google.Apis.Config.v1](https://googleapis.dev/dotnet/Google.Apis.Config.v1/latest/api/Google.Apis.Config.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Config.v1)](https://www.nuget.org/packages/Google.Apis.Config.v1) | [Infrastructure Manager API v1](https://cloud.google.com/infrastructure-manager/docs) |
| [Google.Apis.Connectors.v1](https://googleapis.dev/dotnet/Google.Apis.Connectors.v1/latest/api/Google.Apis.Connectors.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Connectors.v1)](https://www.nuget.org/packages/Google.Apis.Connectors.v1) | [Connectors API v1](https://cloud.google.com/apigee/docs/api-platform/connectors/about-connectors) |
| [Google.Apis.Connectors.v2](https://googleapis.dev/dotnet/Google.Apis.Connectors.v2/latest/api/Google.Apis.Connectors.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Connectors.v2)](https://www.nuget.org/packages/Google.Apis.Connectors.v2) | [Connectors API v2](https://cloud.google.com/apigee/docs/api-platform/connectors/about-connectors) |
| [Google.Apis.Contactcenterinsights.v1](https://googleapis.dev/dotnet/Google.Apis.Contactcenterinsights.v1/latest/api/Google.Apis.Contactcenterinsights.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Contactcenterinsights.v1)](https://www.nuget.org/packages/Google.Apis.Contactcenterinsights.v1) | [Contact Center AI Insights API v1](https://cloud.google.com/contact-center/insights/docs) |
| [Google.Apis.Container.v1](https://googleapis.dev/dotnet/Google.Apis.Container.v1/latest/api/Google.Apis.Container.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Container.v1)](https://www.nuget.org/packages/Google.Apis.Container.v1) | [Kubernetes Engine API v1](https://cloud.google.com/kubernetes-engine/docs/) |
| [Google.Apis.Container.v1beta1](https://googleapis.dev/dotnet/Google.Apis.Container.v1beta1/latest/api/Google.Apis.Container.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Container.v1beta1)](https://www.nuget.org/packages/Google.Apis.Container.v1beta1) | [Kubernetes Engine API v1beta1](https://cloud.google.com/kubernetes-engine/docs/) |
| [Google.Apis.ContainerAnalysis.v1](https://googleapis.dev/dotnet/Google.Apis.ContainerAnalysis.v1/latest/api/Google.Apis.ContainerAnalysis.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ContainerAnalysis.v1)](https://www.nuget.org/packages/Google.Apis.ContainerAnalysis.v1) | [Container Analysis API v1](https://cloud.google.com/container-analysis/api/reference/rest/) |
| [Google.Apis.ContainerAnalysis.v1alpha1](https://googleapis.dev/dotnet/Google.Apis.ContainerAnalysis.v1alpha1/latest/api/Google.Apis.ContainerAnalysis.v1alpha1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ContainerAnalysis.v1alpha1)](https://www.nuget.org/packages/Google.Apis.ContainerAnalysis.v1alpha1) | [Container Analysis API v1alpha1](https://cloud.google.com/container-analysis/api/reference/rest/) |
| [Google.Apis.ContainerAnalysis.v1beta1](https://googleapis.dev/dotnet/Google.Apis.ContainerAnalysis.v1beta1/latest/api/Google.Apis.ContainerAnalysis.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ContainerAnalysis.v1beta1)](https://www.nuget.org/packages/Google.Apis.ContainerAnalysis.v1beta1) | [Container Analysis API v1beta1](https://cloud.google.com/container-analysis/api/reference/rest/) |
| [Google.Apis.Css.v1](https://googleapis.dev/dotnet/Google.Apis.Css.v1/latest/api/Google.Apis.Css.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Css.v1)](https://www.nuget.org/packages/Google.Apis.Css.v1) | [CSS API v1](https://developers.google.com/comparison-shopping-services/api/overview) |
| [Google.Apis.CustomSearchAPI.v1](https://googleapis.dev/dotnet/Google.Apis.CustomSearchAPI.v1/latest/api/Google.Apis.CustomSearchAPI.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.CustomSearchAPI.v1)](https://www.nuget.org/packages/Google.Apis.CustomSearchAPI.v1) | [Custom Search API v1](https://developers.google.com/custom-search/v1/introduction) |
| [Google.Apis.DLP.v2](https://googleapis.dev/dotnet/Google.Apis.DLP.v2/latest/api/Google.Apis.DLP.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DLP.v2)](https://www.nuget.org/packages/Google.Apis.DLP.v2) | [Sensitive Data Protection (DLP) v2](https://cloud.google.com/sensitive-data-protection/docs/) |
| [Google.Apis.DataCatalog.v1](https://googleapis.dev/dotnet/Google.Apis.DataCatalog.v1/latest/api/Google.Apis.DataCatalog.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DataCatalog.v1)](https://www.nuget.org/packages/Google.Apis.DataCatalog.v1) | [Google Cloud Data Catalog API v1](https://cloud.google.com/data-catalog/docs/) |
| [Google.Apis.DataCatalog.v1beta1](https://googleapis.dev/dotnet/Google.Apis.DataCatalog.v1beta1/latest/api/Google.Apis.DataCatalog.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DataCatalog.v1beta1)](https://www.nuget.org/packages/Google.Apis.DataCatalog.v1beta1) | [Google Cloud Data Catalog API v1beta1](https://cloud.google.com/data-catalog/docs/) |
| [Google.Apis.DataFusion.v1](https://googleapis.dev/dotnet/Google.Apis.DataFusion.v1/latest/api/Google.Apis.DataFusion.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DataFusion.v1)](https://www.nuget.org/packages/Google.Apis.DataFusion.v1) | [Cloud Data Fusion API v1](https://cloud.google.com/data-fusion/docs) |
| [Google.Apis.DataFusion.v1beta1](https://googleapis.dev/dotnet/Google.Apis.DataFusion.v1beta1/latest/api/Google.Apis.DataFusion.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DataFusion.v1beta1)](https://www.nuget.org/packages/Google.Apis.DataFusion.v1beta1) | [Cloud Data Fusion API v1beta1](https://cloud.google.com/data-fusion/docs) |
| [Google.Apis.DataLabeling.v1beta1](https://googleapis.dev/dotnet/Google.Apis.DataLabeling.v1beta1/latest/api/Google.Apis.DataLabeling.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DataLabeling.v1beta1)](https://www.nuget.org/packages/Google.Apis.DataLabeling.v1beta1) | [Data Labeling API v1beta1](https://cloud.google.com/data-labeling/docs/) |
| [Google.Apis.DataManager.v1](https://googleapis.dev/dotnet/Google.Apis.DataManager.v1/latest/api/Google.Apis.DataManager.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DataManager.v1)](https://www.nuget.org/packages/Google.Apis.DataManager.v1) | [Data Manager API v1](https://developers.google.com/data-manager) |
| [Google.Apis.DataPortability.v1](https://googleapis.dev/dotnet/Google.Apis.DataPortability.v1/latest/api/Google.Apis.DataPortability.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DataPortability.v1)](https://www.nuget.org/packages/Google.Apis.DataPortability.v1) | [Data Portability API v1](https://developers.google.com/data-portability) |
| [Google.Apis.DataPortability.v1beta](https://googleapis.dev/dotnet/Google.Apis.DataPortability.v1beta/latest/api/Google.Apis.DataPortability.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DataPortability.v1beta)](https://www.nuget.org/packages/Google.Apis.DataPortability.v1beta) | [Data Portability API v1beta](https://developers.google.com/data-portability) |
| [Google.Apis.DatabaseMigrationService.v1](https://googleapis.dev/dotnet/Google.Apis.DatabaseMigrationService.v1/latest/api/Google.Apis.DatabaseMigrationService.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DatabaseMigrationService.v1)](https://www.nuget.org/packages/Google.Apis.DatabaseMigrationService.v1) | [Database Migration API v1](https://cloud.google.com/database-migration/) |
| [Google.Apis.DatabaseMigrationService.v1beta1](https://googleapis.dev/dotnet/Google.Apis.DatabaseMigrationService.v1beta1/latest/api/Google.Apis.DatabaseMigrationService.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DatabaseMigrationService.v1beta1)](https://www.nuget.org/packages/Google.Apis.DatabaseMigrationService.v1beta1) | [Database Migration API v1beta1](https://cloud.google.com/database-migration/) |
| [Google.Apis.Dataflow.v1b3](https://googleapis.dev/dotnet/Google.Apis.Dataflow.v1b3/latest/api/Google.Apis.Dataflow.v1b3.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Dataflow.v1b3)](https://www.nuget.org/packages/Google.Apis.Dataflow.v1b3) | [Dataflow API v1b3](https://cloud.google.com/dataflow) |
| [Google.Apis.Dataform.v1](https://googleapis.dev/dotnet/Google.Apis.Dataform.v1/latest/api/Google.Apis.Dataform.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Dataform.v1)](https://www.nuget.org/packages/Google.Apis.Dataform.v1) | [Dataform API v1](https://cloud.google.com/dataform/docs) |
| [Google.Apis.Dataform.v1beta1](https://googleapis.dev/dotnet/Google.Apis.Dataform.v1beta1/latest/api/Google.Apis.Dataform.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Dataform.v1beta1)](https://www.nuget.org/packages/Google.Apis.Dataform.v1beta1) | [Dataform API v1beta1](https://cloud.google.com/dataform/docs) |
| [Google.Apis.Datapipelines.v1](https://googleapis.dev/dotnet/Google.Apis.Datapipelines.v1/latest/api/Google.Apis.Datapipelines.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Datapipelines.v1)](https://www.nuget.org/packages/Google.Apis.Datapipelines.v1) | [Data pipelines API v1](https://cloud.google.com/dataflow/docs/guides/data-pipelines) |
| [Google.Apis.Dataproc.v1](https://googleapis.dev/dotnet/Google.Apis.Dataproc.v1/latest/api/Google.Apis.Dataproc.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Dataproc.v1)](https://www.nuget.org/packages/Google.Apis.Dataproc.v1) | [Cloud Dataproc API v1](https://cloud.google.com/dataproc/) |
| [Google.Apis.Datastore.v1](https://googleapis.dev/dotnet/Google.Apis.Datastore.v1/latest/api/Google.Apis.Datastore.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Datastore.v1)](https://www.nuget.org/packages/Google.Apis.Datastore.v1) | [Cloud Datastore API v1](https://cloud.google.com/datastore/) |
| [Google.Apis.Datastore.v1beta1](https://googleapis.dev/dotnet/Google.Apis.Datastore.v1beta1/latest/api/Google.Apis.Datastore.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Datastore.v1beta1)](https://www.nuget.org/packages/Google.Apis.Datastore.v1beta1) | [Cloud Datastore API v1beta1](https://cloud.google.com/datastore/) |
| [Google.Apis.Datastore.v1beta3](https://googleapis.dev/dotnet/Google.Apis.Datastore.v1beta3/latest/api/Google.Apis.Datastore.v1beta3.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Datastore.v1beta3)](https://www.nuget.org/packages/Google.Apis.Datastore.v1beta3) | [Cloud Datastore API v1beta3](https://cloud.google.com/datastore/) |
| [Google.Apis.Datastream.v1](https://googleapis.dev/dotnet/Google.Apis.Datastream.v1/latest/api/Google.Apis.Datastream.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Datastream.v1)](https://www.nuget.org/packages/Google.Apis.Datastream.v1) | [Datastream API v1](https://cloud.google.com/datastream/) |
| [Google.Apis.Datastream.v1alpha1](https://googleapis.dev/dotnet/Google.Apis.Datastream.v1alpha1/latest/api/Google.Apis.Datastream.v1alpha1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Datastream.v1alpha1)](https://www.nuget.org/packages/Google.Apis.Datastream.v1alpha1) | [Datastream API v1alpha1](https://cloud.google.com/datastream/) |
| [Google.Apis.DeploymentManager.alpha](https://googleapis.dev/dotnet/Google.Apis.DeploymentManager.alpha/latest/api/Google.Apis.DeploymentManager.alpha.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DeploymentManager.alpha)](https://www.nuget.org/packages/Google.Apis.DeploymentManager.alpha) | [Cloud Deployment Manager V2 API alpha](https://cloud.google.com/deployment-manager) |
| [Google.Apis.DeploymentManager.v2](https://googleapis.dev/dotnet/Google.Apis.DeploymentManager.v2/latest/api/Google.Apis.DeploymentManager.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DeploymentManager.v2)](https://www.nuget.org/packages/Google.Apis.DeploymentManager.v2) | [Cloud Deployment Manager V2 API v2](https://cloud.google.com/deployment-manager) |
| [Google.Apis.DeploymentManager.v2beta](https://googleapis.dev/dotnet/Google.Apis.DeploymentManager.v2beta/latest/api/Google.Apis.DeploymentManager.v2beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DeploymentManager.v2beta)](https://www.nuget.org/packages/Google.Apis.DeploymentManager.v2beta) | [Cloud Deployment Manager V2 API v2beta](https://cloud.google.com/deployment-manager) |
| [Google.Apis.DeveloperConnect.v1](https://googleapis.dev/dotnet/Google.Apis.DeveloperConnect.v1/latest/api/Google.Apis.DeveloperConnect.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DeveloperConnect.v1)](https://www.nuget.org/packages/Google.Apis.DeveloperConnect.v1) | [Developer Connect API v1](http://cloud.google.com/developer-connect/docs/overview) |
| [Google.Apis.Dfareporting.v3_5](https://googleapis.dev/dotnet/Google.Apis.Dfareporting.v3_5/latest/api/Google.Apis.Dfareporting.v3_5.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Dfareporting.v3_5)](https://www.nuget.org/packages/Google.Apis.Dfareporting.v3_5) | [Campaign Manager 360 API v3_5](https://developers.google.com/doubleclick-advertisers/) |
| [Google.Apis.Dfareporting.v4](https://googleapis.dev/dotnet/Google.Apis.Dfareporting.v4/latest/api/Google.Apis.Dfareporting.v4.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Dfareporting.v4)](https://www.nuget.org/packages/Google.Apis.Dfareporting.v4) | [Campaign Manager 360 API v4](https://developers.google.com/doubleclick-advertisers/) |
| [Google.Apis.Dfareporting.v5](https://googleapis.dev/dotnet/Google.Apis.Dfareporting.v5/latest/api/Google.Apis.Dfareporting.v5.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Dfareporting.v5)](https://www.nuget.org/packages/Google.Apis.Dfareporting.v5) | [Campaign Manager 360 API v5](https://developers.google.com/doubleclick-advertisers/) |
| [Google.Apis.Dialogflow.v2](https://googleapis.dev/dotnet/Google.Apis.Dialogflow.v2/latest/api/Google.Apis.Dialogflow.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Dialogflow.v2)](https://www.nuget.org/packages/Google.Apis.Dialogflow.v2) | [Dialogflow API v2](https://cloud.google.com/dialogflow/) |
| [Google.Apis.Dialogflow.v2beta1](https://googleapis.dev/dotnet/Google.Apis.Dialogflow.v2beta1/latest/api/Google.Apis.Dialogflow.v2beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Dialogflow.v2beta1)](https://www.nuget.org/packages/Google.Apis.Dialogflow.v2beta1) | [Dialogflow API v2beta1](https://cloud.google.com/dialogflow/) |
| [Google.Apis.Dialogflow.v3](https://googleapis.dev/dotnet/Google.Apis.Dialogflow.v3/latest/api/Google.Apis.Dialogflow.v3.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Dialogflow.v3)](https://www.nuget.org/packages/Google.Apis.Dialogflow.v3) | [Dialogflow API v3](https://cloud.google.com/dialogflow/) |
| [Google.Apis.Dialogflow.v3beta1](https://googleapis.dev/dotnet/Google.Apis.Dialogflow.v3beta1/latest/api/Google.Apis.Dialogflow.v3beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Dialogflow.v3beta1)](https://www.nuget.org/packages/Google.Apis.Dialogflow.v3beta1) | [Dialogflow API v3beta1](https://cloud.google.com/dialogflow/) |
| [Google.Apis.Digitalassetlinks.v1](https://googleapis.dev/dotnet/Google.Apis.Digitalassetlinks.v1/latest/api/Google.Apis.Digitalassetlinks.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Digitalassetlinks.v1)](https://www.nuget.org/packages/Google.Apis.Digitalassetlinks.v1) | [Digital Asset Links API v1](https://developers.google.com/digital-asset-links/) |
| [Google.Apis.Discovery.v1](https://googleapis.dev/dotnet/Google.Apis.Discovery.v1/latest/api/Google.Apis.Discovery.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Discovery.v1)](https://www.nuget.org/packages/Google.Apis.Discovery.v1) | [API Discovery Service v1](https://developers.google.com/discovery/) |
| [Google.Apis.DiscoveryEngine.v1](https://googleapis.dev/dotnet/Google.Apis.DiscoveryEngine.v1/latest/api/Google.Apis.DiscoveryEngine.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DiscoveryEngine.v1)](https://www.nuget.org/packages/Google.Apis.DiscoveryEngine.v1) | [Discovery Engine API v1](https://cloud.google.com/generative-ai-app-builder/docs/) |
| [Google.Apis.DiscoveryEngine.v1alpha](https://googleapis.dev/dotnet/Google.Apis.DiscoveryEngine.v1alpha/latest/api/Google.Apis.DiscoveryEngine.v1alpha.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DiscoveryEngine.v1alpha)](https://www.nuget.org/packages/Google.Apis.DiscoveryEngine.v1alpha) | [Discovery Engine API v1alpha](https://cloud.google.com/generative-ai-app-builder/docs/) |
| [Google.Apis.DiscoveryEngine.v1beta](https://googleapis.dev/dotnet/Google.Apis.DiscoveryEngine.v1beta/latest/api/Google.Apis.DiscoveryEngine.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DiscoveryEngine.v1beta)](https://www.nuget.org/packages/Google.Apis.DiscoveryEngine.v1beta) | [Discovery Engine API v1beta](https://cloud.google.com/generative-ai-app-builder/docs/) |
| [Google.Apis.DisplayVideo.v2](https://googleapis.dev/dotnet/Google.Apis.DisplayVideo.v2/latest/api/Google.Apis.DisplayVideo.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DisplayVideo.v2)](https://www.nuget.org/packages/Google.Apis.DisplayVideo.v2) | [Display & Video 360 API v2](https://developers.google.com/display-video/) |
| [Google.Apis.DisplayVideo.v3](https://googleapis.dev/dotnet/Google.Apis.DisplayVideo.v3/latest/api/Google.Apis.DisplayVideo.v3.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DisplayVideo.v3)](https://www.nuget.org/packages/Google.Apis.DisplayVideo.v3) | [Display & Video 360 API v3](https://developers.google.com/display-video/) |
| [Google.Apis.DisplayVideo.v4](https://googleapis.dev/dotnet/Google.Apis.DisplayVideo.v4/latest/api/Google.Apis.DisplayVideo.v4.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DisplayVideo.v4)](https://www.nuget.org/packages/Google.Apis.DisplayVideo.v4) | [Display & Video 360 API v4](https://developers.google.com/display-video/) |
| [Google.Apis.Dns.v1](https://googleapis.dev/dotnet/Google.Apis.Dns.v1/latest/api/Google.Apis.Dns.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Dns.v1)](https://www.nuget.org/packages/Google.Apis.Dns.v1) | [Cloud DNS API v1](https://cloud.google.com/dns/docs) |
| [Google.Apis.Dns.v1beta2](https://googleapis.dev/dotnet/Google.Apis.Dns.v1beta2/latest/api/Google.Apis.Dns.v1beta2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Dns.v1beta2)](https://www.nuget.org/packages/Google.Apis.Dns.v1beta2) | [Cloud DNS API v1beta2](https://cloud.google.com/dns/docs) |
| [Google.Apis.Docs.v1](https://googleapis.dev/dotnet/Google.Apis.Docs.v1/latest/api/Google.Apis.Docs.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Docs.v1)](https://www.nuget.org/packages/Google.Apis.Docs.v1) | [Google Docs API v1](https://developers.google.com/workspace/docs/) |
| [Google.Apis.Document.v1](https://googleapis.dev/dotnet/Google.Apis.Document.v1/latest/api/Google.Apis.Document.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Document.v1)](https://www.nuget.org/packages/Google.Apis.Document.v1) | [Cloud Document AI API v1](https://cloud.google.com/document-ai/docs/) |
| [Google.Apis.Document.v1beta3](https://googleapis.dev/dotnet/Google.Apis.Document.v1beta3/latest/api/Google.Apis.Document.v1beta3.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Document.v1beta3)](https://www.nuget.org/packages/Google.Apis.Document.v1beta3) | [Cloud Document AI API v1beta3](https://cloud.google.com/document-ai/docs/) |
| [Google.Apis.DoubleClickBidManager.v2](https://googleapis.dev/dotnet/Google.Apis.DoubleClickBidManager.v2/latest/api/Google.Apis.DoubleClickBidManager.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DoubleClickBidManager.v2)](https://www.nuget.org/packages/Google.Apis.DoubleClickBidManager.v2) | [DoubleClick Bid Manager API v2](https://developers.google.com/bid-manager/) |
| [Google.Apis.Doubleclicksearch.v2](https://googleapis.dev/dotnet/Google.Apis.Doubleclicksearch.v2/latest/api/Google.Apis.Doubleclicksearch.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Doubleclicksearch.v2)](https://www.nuget.org/packages/Google.Apis.Doubleclicksearch.v2) | [Search Ads 360 API v2](https://developers.google.com/search-ads) |
| [Google.Apis.Drive.v2](https://googleapis.dev/dotnet/Google.Apis.Drive.v2/latest/api/Google.Apis.Drive.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Drive.v2)](https://www.nuget.org/packages/Google.Apis.Drive.v2) | [Google Drive API v2](https://developers.google.com/workspace/drive/) |
| [Google.Apis.Drive.v3](https://googleapis.dev/dotnet/Google.Apis.Drive.v3/latest/api/Google.Apis.Drive.v3.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Drive.v3)](https://www.nuget.org/packages/Google.Apis.Drive.v3) | [Google Drive API v3](https://developers.google.com/workspace/drive/) |
| [Google.Apis.DriveActivity.v2](https://googleapis.dev/dotnet/Google.Apis.DriveActivity.v2/latest/api/Google.Apis.DriveActivity.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DriveActivity.v2)](https://www.nuget.org/packages/Google.Apis.DriveActivity.v2) | [Drive Activity API v2](https://developers.google.com/workspace/drive/activity/) |
| [Google.Apis.DriveLabels.v2](https://googleapis.dev/dotnet/Google.Apis.DriveLabels.v2/latest/api/Google.Apis.DriveLabels.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DriveLabels.v2)](https://www.nuget.org/packages/Google.Apis.DriveLabels.v2) | [Drive Labels API v2](https://developers.google.com/workspace/drive/labels) |
| [Google.Apis.DriveLabels.v2beta](https://googleapis.dev/dotnet/Google.Apis.DriveLabels.v2beta/latest/api/Google.Apis.DriveLabels.v2beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.DriveLabels.v2beta)](https://www.nuget.org/packages/Google.Apis.DriveLabels.v2beta) | [Drive Labels API v2beta](https://developers.google.com/workspace/drive/labels) |
| [Google.Apis.Essentialcontacts.v1](https://googleapis.dev/dotnet/Google.Apis.Essentialcontacts.v1/latest/api/Google.Apis.Essentialcontacts.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Essentialcontacts.v1)](https://www.nuget.org/packages/Google.Apis.Essentialcontacts.v1) | [Essential Contacts API v1](https://cloud.google.com/essentialcontacts/docs/) |
| [Google.Apis.Eventarc.v1](https://googleapis.dev/dotnet/Google.Apis.Eventarc.v1/latest/api/Google.Apis.Eventarc.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Eventarc.v1)](https://www.nuget.org/packages/Google.Apis.Eventarc.v1) | [Eventarc API v1](https://cloud.google.com/eventarc) |
| [Google.Apis.FactCheckTools.v1alpha1](https://googleapis.dev/dotnet/Google.Apis.FactCheckTools.v1alpha1/latest/api/Google.Apis.FactCheckTools.v1alpha1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.FactCheckTools.v1alpha1)](https://www.nuget.org/packages/Google.Apis.FactCheckTools.v1alpha1) | [Fact Check Tools API v1alpha1](https://developers.google.com/fact-check/tools/api/) |
| [Google.Apis.Fcmdata.v1beta1](https://googleapis.dev/dotnet/Google.Apis.Fcmdata.v1beta1/latest/api/Google.Apis.Fcmdata.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Fcmdata.v1beta1)](https://www.nuget.org/packages/Google.Apis.Fcmdata.v1beta1) | [Firebase Cloud Messaging Data API v1beta1](https://firebase.google.com/docs/cloud-messaging) |
| [Google.Apis.FirebaseAppDistribution.v1](https://googleapis.dev/dotnet/Google.Apis.FirebaseAppDistribution.v1/latest/api/Google.Apis.FirebaseAppDistribution.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.FirebaseAppDistribution.v1)](https://www.nuget.org/packages/Google.Apis.FirebaseAppDistribution.v1) | [Firebase App Distribution API v1](https://firebase.google.com/products/app-distribution) |
| [Google.Apis.FirebaseAppDistribution.v1alpha](https://googleapis.dev/dotnet/Google.Apis.FirebaseAppDistribution.v1alpha/latest/api/Google.Apis.FirebaseAppDistribution.v1alpha.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.FirebaseAppDistribution.v1alpha)](https://www.nuget.org/packages/Google.Apis.FirebaseAppDistribution.v1alpha) | [Firebase App Distribution API v1alpha](https://firebase.google.com/products/app-distribution) |
| [Google.Apis.FirebaseAppHosting.v1](https://googleapis.dev/dotnet/Google.Apis.FirebaseAppHosting.v1/latest/api/Google.Apis.FirebaseAppHosting.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.FirebaseAppHosting.v1)](https://www.nuget.org/packages/Google.Apis.FirebaseAppHosting.v1) | [Firebase App Hosting API v1](https://firebase.google.com/docs/app-hosting) |
| [Google.Apis.FirebaseAppHosting.v1beta](https://googleapis.dev/dotnet/Google.Apis.FirebaseAppHosting.v1beta/latest/api/Google.Apis.FirebaseAppHosting.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.FirebaseAppHosting.v1beta)](https://www.nuget.org/packages/Google.Apis.FirebaseAppHosting.v1beta) | [Firebase App Hosting API v1beta](https://firebase.google.com/docs/app-hosting) |
| [Google.Apis.FirebaseCloudMessaging.v1](https://googleapis.dev/dotnet/Google.Apis.FirebaseCloudMessaging.v1/latest/api/Google.Apis.FirebaseCloudMessaging.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.FirebaseCloudMessaging.v1)](https://www.nuget.org/packages/Google.Apis.FirebaseCloudMessaging.v1) | [Firebase Cloud Messaging API v1](https://firebase.google.com/docs/cloud-messaging) |
| [Google.Apis.FirebaseDataConnect.v1](https://googleapis.dev/dotnet/Google.Apis.FirebaseDataConnect.v1/latest/api/Google.Apis.FirebaseDataConnect.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.FirebaseDataConnect.v1)](https://www.nuget.org/packages/Google.Apis.FirebaseDataConnect.v1) | [Firebase Data Connect API v1](https://firebase.google.com/docs/data-connect) |
| [Google.Apis.FirebaseDataConnect.v1beta](https://googleapis.dev/dotnet/Google.Apis.FirebaseDataConnect.v1beta/latest/api/Google.Apis.FirebaseDataConnect.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.FirebaseDataConnect.v1beta)](https://www.nuget.org/packages/Google.Apis.FirebaseDataConnect.v1beta) | [Firebase Data Connect API v1beta](https://firebase.google.com/docs/data-connect) |
| [Google.Apis.FirebaseDynamicLinks.v1](https://googleapis.dev/dotnet/Google.Apis.FirebaseDynamicLinks.v1/latest/api/Google.Apis.FirebaseDynamicLinks.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.FirebaseDynamicLinks.v1)](https://www.nuget.org/packages/Google.Apis.FirebaseDynamicLinks.v1) | [Firebase Dynamic Links API v1](https://firebase.google.com/docs/dynamic-links/) |
| [Google.Apis.FirebaseHosting.v1](https://googleapis.dev/dotnet/Google.Apis.FirebaseHosting.v1/latest/api/Google.Apis.FirebaseHosting.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.FirebaseHosting.v1)](https://www.nuget.org/packages/Google.Apis.FirebaseHosting.v1) | [Firebase Hosting API v1](https://firebase.google.com/docs/hosting/) |
| [Google.Apis.FirebaseHosting.v1beta1](https://googleapis.dev/dotnet/Google.Apis.FirebaseHosting.v1beta1/latest/api/Google.Apis.FirebaseHosting.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.FirebaseHosting.v1beta1)](https://www.nuget.org/packages/Google.Apis.FirebaseHosting.v1beta1) | [Firebase Hosting API v1beta1](https://firebase.google.com/docs/hosting/) |
| [Google.Apis.FirebaseML.v1](https://googleapis.dev/dotnet/Google.Apis.FirebaseML.v1/latest/api/Google.Apis.FirebaseML.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.FirebaseML.v1)](https://www.nuget.org/packages/Google.Apis.FirebaseML.v1) | [Firebase ML API v1](https://firebase.google.com) |
| [Google.Apis.FirebaseML.v1beta2](https://googleapis.dev/dotnet/Google.Apis.FirebaseML.v1beta2/latest/api/Google.Apis.FirebaseML.v1beta2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.FirebaseML.v1beta2)](https://www.nuget.org/packages/Google.Apis.FirebaseML.v1beta2) | [Firebase ML API v1beta2](https://firebase.google.com) |
| [Google.Apis.FirebaseML.v2beta](https://googleapis.dev/dotnet/Google.Apis.FirebaseML.v2beta/latest/api/Google.Apis.FirebaseML.v2beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.FirebaseML.v2beta)](https://www.nuget.org/packages/Google.Apis.FirebaseML.v2beta) | [Firebase ML API v2beta](https://firebase.google.com) |
| [Google.Apis.FirebaseManagement.v1beta1](https://googleapis.dev/dotnet/Google.Apis.FirebaseManagement.v1beta1/latest/api/Google.Apis.FirebaseManagement.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.FirebaseManagement.v1beta1)](https://www.nuget.org/packages/Google.Apis.FirebaseManagement.v1beta1) | [Firebase Management API v1beta1](https://firebase.google.com) |
| [Google.Apis.FirebaseRealtimeDatabase.v1beta](https://googleapis.dev/dotnet/Google.Apis.FirebaseRealtimeDatabase.v1beta/latest/api/Google.Apis.FirebaseRealtimeDatabase.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.FirebaseRealtimeDatabase.v1beta)](https://www.nuget.org/packages/Google.Apis.FirebaseRealtimeDatabase.v1beta) | [Firebase Realtime Database Management API v1beta](https://firebase.google.com/docs/reference/rest/database/database-management/rest/) |
| [Google.Apis.FirebaseRules.v1](https://googleapis.dev/dotnet/Google.Apis.FirebaseRules.v1/latest/api/Google.Apis.FirebaseRules.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.FirebaseRules.v1)](https://www.nuget.org/packages/Google.Apis.FirebaseRules.v1) | [Firebase Rules API v1](https://firebase.google.com/docs/storage/security) |
| [Google.Apis.Firebaseappcheck.v1](https://googleapis.dev/dotnet/Google.Apis.Firebaseappcheck.v1/latest/api/Google.Apis.Firebaseappcheck.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Firebaseappcheck.v1)](https://www.nuget.org/packages/Google.Apis.Firebaseappcheck.v1) | [Firebase App Check API v1](https://firebase.google.com/docs/app-check) |
| [Google.Apis.Firebaseappcheck.v1beta](https://googleapis.dev/dotnet/Google.Apis.Firebaseappcheck.v1beta/latest/api/Google.Apis.Firebaseappcheck.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Firebaseappcheck.v1beta)](https://www.nuget.org/packages/Google.Apis.Firebaseappcheck.v1beta) | [Firebase App Check API v1beta](https://firebase.google.com/docs/app-check) |
| [Google.Apis.Firebasestorage.v1beta](https://googleapis.dev/dotnet/Google.Apis.Firebasestorage.v1beta/latest/api/Google.Apis.Firebasestorage.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Firebasestorage.v1beta)](https://www.nuget.org/packages/Google.Apis.Firebasestorage.v1beta) | [Cloud Storage for Firebase API v1beta](https://firebase.google.com/docs/storage) |
| [Google.Apis.Firestore.v1](https://googleapis.dev/dotnet/Google.Apis.Firestore.v1/latest/api/Google.Apis.Firestore.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Firestore.v1)](https://www.nuget.org/packages/Google.Apis.Firestore.v1) | [Cloud Firestore API v1](https://cloud.google.com/firestore) |
| [Google.Apis.Firestore.v1beta1](https://googleapis.dev/dotnet/Google.Apis.Firestore.v1beta1/latest/api/Google.Apis.Firestore.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Firestore.v1beta1)](https://www.nuget.org/packages/Google.Apis.Firestore.v1beta1) | [Cloud Firestore API v1beta1](https://cloud.google.com/firestore) |
| [Google.Apis.Firestore.v1beta2](https://googleapis.dev/dotnet/Google.Apis.Firestore.v1beta2/latest/api/Google.Apis.Firestore.v1beta2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Firestore.v1beta2)](https://www.nuget.org/packages/Google.Apis.Firestore.v1beta2) | [Cloud Firestore API v1beta2](https://cloud.google.com/firestore) |
| [Google.Apis.Fitness.v1](https://googleapis.dev/dotnet/Google.Apis.Fitness.v1/latest/api/Google.Apis.Fitness.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Fitness.v1)](https://www.nuget.org/packages/Google.Apis.Fitness.v1) | [Fitness API v1](https://developers.google.com/fit/rest/v1/get-started) |
| [Google.Apis.Forms.v1](https://googleapis.dev/dotnet/Google.Apis.Forms.v1/latest/api/Google.Apis.Forms.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Forms.v1)](https://www.nuget.org/packages/Google.Apis.Forms.v1) | [Google Forms API v1](https://developers.google.com/workspace/forms/api) |
| [Google.Apis.GKEHub.v1](https://googleapis.dev/dotnet/Google.Apis.GKEHub.v1/latest/api/Google.Apis.GKEHub.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.GKEHub.v1)](https://www.nuget.org/packages/Google.Apis.GKEHub.v1) | [GKE Hub API v1](https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster) |
| [Google.Apis.GKEHub.v1alpha](https://googleapis.dev/dotnet/Google.Apis.GKEHub.v1alpha/latest/api/Google.Apis.GKEHub.v1alpha.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.GKEHub.v1alpha)](https://www.nuget.org/packages/Google.Apis.GKEHub.v1alpha) | [GKE Hub API v1alpha](https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster) |
| [Google.Apis.GKEHub.v1beta](https://googleapis.dev/dotnet/Google.Apis.GKEHub.v1beta/latest/api/Google.Apis.GKEHub.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.GKEHub.v1beta)](https://www.nuget.org/packages/Google.Apis.GKEHub.v1beta) | [GKE Hub API v1beta](https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster) |
| [Google.Apis.GKEHub.v1beta1](https://googleapis.dev/dotnet/Google.Apis.GKEHub.v1beta1/latest/api/Google.Apis.GKEHub.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.GKEHub.v1beta1)](https://www.nuget.org/packages/Google.Apis.GKEHub.v1beta1) | [GKE Hub API v1beta1](https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster) |
| [Google.Apis.GKEHub.v2](https://googleapis.dev/dotnet/Google.Apis.GKEHub.v2/latest/api/Google.Apis.GKEHub.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.GKEHub.v2)](https://www.nuget.org/packages/Google.Apis.GKEHub.v2) | [GKE Hub API v2](https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster) |
| [Google.Apis.GKEHub.v2alpha](https://googleapis.dev/dotnet/Google.Apis.GKEHub.v2alpha/latest/api/Google.Apis.GKEHub.v2alpha.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.GKEHub.v2alpha)](https://www.nuget.org/packages/Google.Apis.GKEHub.v2alpha) | [GKE Hub API v2alpha](https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster) |
| [Google.Apis.GKEHub.v2beta](https://googleapis.dev/dotnet/Google.Apis.GKEHub.v2beta/latest/api/Google.Apis.GKEHub.v2beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.GKEHub.v2beta)](https://www.nuget.org/packages/Google.Apis.GKEHub.v2beta) | [GKE Hub API v2beta](https://cloud.google.com/anthos/multicluster-management/connect/registering-a-cluster) |
| [Google.Apis.GKEOnPrem.v1](https://googleapis.dev/dotnet/Google.Apis.GKEOnPrem.v1/latest/api/Google.Apis.GKEOnPrem.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.GKEOnPrem.v1)](https://www.nuget.org/packages/Google.Apis.GKEOnPrem.v1) | [GKE On-Prem API v1](https://cloud.google.com/anthos/clusters/docs/on-prem/) |
| [Google.Apis.Games.v1](https://googleapis.dev/dotnet/Google.Apis.Games.v1/latest/api/Google.Apis.Games.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Games.v1)](https://www.nuget.org/packages/Google.Apis.Games.v1) | [Google Play Games Services API v1](https://developers.google.com/games/) |
| [Google.Apis.GamesConfiguration.v1configuration](https://googleapis.dev/dotnet/Google.Apis.GamesConfiguration.v1configuration/latest/api/Google.Apis.GamesConfiguration.v1configuration.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.GamesConfiguration.v1configuration)](https://www.nuget.org/packages/Google.Apis.GamesConfiguration.v1configuration) | [Google Play Games Services Publishing API v1configuration](https://developers.google.com/games/) |
| [Google.Apis.GamesManagement.v1management](https://googleapis.dev/dotnet/Google.Apis.GamesManagement.v1management/latest/api/Google.Apis.GamesManagement.v1management.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.GamesManagement.v1management)](https://www.nuget.org/packages/Google.Apis.GamesManagement.v1management) | [Google Play Games Services Management API v1management](https://developers.google.com/games/) |
| [Google.Apis.Gmail.v1](https://googleapis.dev/dotnet/Google.Apis.Gmail.v1/latest/api/Google.Apis.Gmail.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Gmail.v1)](https://www.nuget.org/packages/Google.Apis.Gmail.v1) | [Gmail API v1](https://developers.google.com/workspace/gmail/api/) |
| [Google.Apis.GoogleAnalyticsAdmin.v1alpha](https://googleapis.dev/dotnet/Google.Apis.GoogleAnalyticsAdmin.v1alpha/latest/api/Google.Apis.GoogleAnalyticsAdmin.v1alpha.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.GoogleAnalyticsAdmin.v1alpha)](https://www.nuget.org/packages/Google.Apis.GoogleAnalyticsAdmin.v1alpha) | [Google Analytics Admin API v1alpha](http://code.google.com/apis/analytics/docs/mgmt/home.html) |
| [Google.Apis.GoogleAnalyticsAdmin.v1beta](https://googleapis.dev/dotnet/Google.Apis.GoogleAnalyticsAdmin.v1beta/latest/api/Google.Apis.GoogleAnalyticsAdmin.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.GoogleAnalyticsAdmin.v1beta)](https://www.nuget.org/packages/Google.Apis.GoogleAnalyticsAdmin.v1beta) | [Google Analytics Admin API v1beta](http://code.google.com/apis/analytics/docs/mgmt/home.html) |
| [Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha](https://googleapis.dev/dotnet/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha/latest/api/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha)](https://www.nuget.org/packages/Google.Apis.GoogleMarketingPlatformAdminAPI.v1alpha) | [Google Marketing Platform Admin API v1alpha](https://developers.google.com/analytics/devguides/config/gmp/v1) |
| [Google.Apis.GroupsMigration.v1](https://googleapis.dev/dotnet/Google.Apis.GroupsMigration.v1/latest/api/Google.Apis.GroupsMigration.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.GroupsMigration.v1)](https://www.nuget.org/packages/Google.Apis.GroupsMigration.v1) | [Groups Migration API v1](https://developers.google.com/google-apps/groups-migration/) |
| [Google.Apis.Groupssettings.v1](https://googleapis.dev/dotnet/Google.Apis.Groupssettings.v1/latest/api/Google.Apis.Groupssettings.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Groupssettings.v1)](https://www.nuget.org/packages/Google.Apis.Groupssettings.v1) | [Groups Settings API v1](https://developers.google.com/google-apps/groups-settings/get_started) |
| [Google.Apis.HangoutsChat.v1](https://googleapis.dev/dotnet/Google.Apis.HangoutsChat.v1/latest/api/Google.Apis.HangoutsChat.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.HangoutsChat.v1)](https://www.nuget.org/packages/Google.Apis.HangoutsChat.v1) | [Google Chat API v1](https://developers.google.com/workspace/chat) |
| [Google.Apis.HomeGraphService.v1](https://googleapis.dev/dotnet/Google.Apis.HomeGraphService.v1/latest/api/Google.Apis.HomeGraphService.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.HomeGraphService.v1)](https://www.nuget.org/packages/Google.Apis.HomeGraphService.v1) | [HomeGraph API v1](https://developers.home.google.com/cloud-to-cloud/get-started) |
| [Google.Apis.IAMCredentials.v1](https://googleapis.dev/dotnet/Google.Apis.IAMCredentials.v1/latest/api/Google.Apis.IAMCredentials.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.IAMCredentials.v1)](https://www.nuget.org/packages/Google.Apis.IAMCredentials.v1) | [IAM Service Account Credentials API v1](https://cloud.google.com/iam/docs/creating-short-lived-service-account-credentials) |
| [Google.Apis.IDS.v1](https://googleapis.dev/dotnet/Google.Apis.IDS.v1/latest/api/Google.Apis.IDS.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.IDS.v1)](https://www.nuget.org/packages/Google.Apis.IDS.v1) | [Cloud IDS API v1](https://cloud.google.com/) |
| [Google.Apis.Iam.v1](https://googleapis.dev/dotnet/Google.Apis.Iam.v1/latest/api/Google.Apis.Iam.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Iam.v1)](https://www.nuget.org/packages/Google.Apis.Iam.v1) | [Identity and Access Management (IAM) API v1](https://cloud.google.com/iam/) |
| [Google.Apis.Iam.v2](https://googleapis.dev/dotnet/Google.Apis.Iam.v2/latest/api/Google.Apis.Iam.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Iam.v2)](https://www.nuget.org/packages/Google.Apis.Iam.v2) | [Identity and Access Management (IAM) API v2](https://cloud.google.com/iam/) |
| [Google.Apis.Iam.v2beta](https://googleapis.dev/dotnet/Google.Apis.Iam.v2beta/latest/api/Google.Apis.Iam.v2beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Iam.v2beta)](https://www.nuget.org/packages/Google.Apis.Iam.v2beta) | [Identity and Access Management (IAM) API v2beta](https://cloud.google.com/iam/) |
| [Google.Apis.Indexing.v3](https://googleapis.dev/dotnet/Google.Apis.Indexing.v3/latest/api/Google.Apis.Indexing.v3.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Indexing.v3)](https://www.nuget.org/packages/Google.Apis.Indexing.v3) | [Web Search Indexing API v3](https://developers.google.com/search/apis/indexing-api/) |
| [Google.Apis.Keep.v1](https://googleapis.dev/dotnet/Google.Apis.Keep.v1/latest/api/Google.Apis.Keep.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Keep.v1)](https://www.nuget.org/packages/Google.Apis.Keep.v1) | [Google Keep API v1](https://developers.google.com/workspace/keep/api) |
| [Google.Apis.Kgsearch.v1](https://googleapis.dev/dotnet/Google.Apis.Kgsearch.v1/latest/api/Google.Apis.Kgsearch.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Kgsearch.v1)](https://www.nuget.org/packages/Google.Apis.Kgsearch.v1) | [Knowledge Graph Search API v1](https://developers.google.com/knowledge-graph/) |
| [Google.Apis.Kmsinventory.v1](https://googleapis.dev/dotnet/Google.Apis.Kmsinventory.v1/latest/api/Google.Apis.Kmsinventory.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Kmsinventory.v1)](https://www.nuget.org/packages/Google.Apis.Kmsinventory.v1) | [KMS Inventory API v1](https://cloud.google.com/kms/) |
| [Google.Apis.Libraryagent.v1](https://googleapis.dev/dotnet/Google.Apis.Libraryagent.v1/latest/api/Google.Apis.Libraryagent.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Libraryagent.v1)](https://www.nuget.org/packages/Google.Apis.Libraryagent.v1) | [Library Agent API v1](https://cloud.google.com/docs/quota) |
| [Google.Apis.Licensing.v1](https://googleapis.dev/dotnet/Google.Apis.Licensing.v1/latest/api/Google.Apis.Licensing.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Licensing.v1)](https://www.nuget.org/packages/Google.Apis.Licensing.v1) | [Enterprise License Manager API v1](https://developers.google.com/workspace/admin/licensing/) |
| [Google.Apis.Localservices.v1](https://googleapis.dev/dotnet/Google.Apis.Localservices.v1/latest/api/Google.Apis.Localservices.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Localservices.v1)](https://www.nuget.org/packages/Google.Apis.Localservices.v1) | [Local Services API v1](https://ads.google.com/local-services-ads/) |
| [Google.Apis.Logging.v2](https://googleapis.dev/dotnet/Google.Apis.Logging.v2/latest/api/Google.Apis.Logging.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Logging.v2)](https://www.nuget.org/packages/Google.Apis.Logging.v2) | [Cloud Logging API v2](https://cloud.google.com/logging/docs/) |
| [Google.Apis.Looker.v1](https://googleapis.dev/dotnet/Google.Apis.Looker.v1/latest/api/Google.Apis.Looker.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Looker.v1)](https://www.nuget.org/packages/Google.Apis.Looker.v1) | [Looker (Google Cloud core) API v1](https://cloud.google.com/looker/docs/reference/rest/) |
| [Google.Apis.ManagedKafka.v1](https://googleapis.dev/dotnet/Google.Apis.ManagedKafka.v1/latest/api/Google.Apis.ManagedKafka.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ManagedKafka.v1)](https://www.nuget.org/packages/Google.Apis.ManagedKafka.v1) | [Managed Service for Apache Kafka API v1](https://cloud.google.com/managed-service-for-apache-kafka/docs) |
| [Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1](https://googleapis.dev/dotnet/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1/latest/api/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1)](https://www.nuget.org/packages/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1) | [Managed Service for Microsoft Active Directory API v1](https://cloud.google.com/managed-microsoft-ad/) |
| [Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1alpha1](https://googleapis.dev/dotnet/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1alpha1/latest/api/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1alpha1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1alpha1)](https://www.nuget.org/packages/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1alpha1) | [Managed Service for Microsoft Active Directory API v1alpha1](https://cloud.google.com/managed-microsoft-ad/) |
| [Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1](https://googleapis.dev/dotnet/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1/latest/api/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1)](https://www.nuget.org/packages/Google.Apis.ManagedServiceforMicrosoftActiveDirectoryConsumerAPI.v1beta1) | [Managed Service for Microsoft Active Directory API v1beta1](https://cloud.google.com/managed-microsoft-ad/) |
| [Google.Apis.ManufacturerCenter.v1](https://googleapis.dev/dotnet/Google.Apis.ManufacturerCenter.v1/latest/api/Google.Apis.ManufacturerCenter.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ManufacturerCenter.v1)](https://www.nuget.org/packages/Google.Apis.ManufacturerCenter.v1) | [Manufacturer Center API v1](https://developers.google.com/manufacturers/) |
| [Google.Apis.MapsPlaces.v1](https://googleapis.dev/dotnet/Google.Apis.MapsPlaces.v1/latest/api/Google.Apis.MapsPlaces.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.MapsPlaces.v1)](https://www.nuget.org/packages/Google.Apis.MapsPlaces.v1) | [Places API (New) v1](https://mapsplatform.google.com/maps-products/#places-section) |
| [Google.Apis.Meet.v2](https://googleapis.dev/dotnet/Google.Apis.Meet.v2/latest/api/Google.Apis.Meet.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Meet.v2)](https://www.nuget.org/packages/Google.Apis.Meet.v2) | [Google Meet API v2](https://developers.google.com/workspace/meet/api) |
| [Google.Apis.Merchant.accounts_v1](https://googleapis.dev/dotnet/Google.Apis.Merchant.accounts_v1/latest/api/Google.Apis.Merchant.accounts_v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.accounts_v1)](https://www.nuget.org/packages/Google.Apis.Merchant.accounts_v1) | [Merchant API accounts_v1](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.accounts_v1beta](https://googleapis.dev/dotnet/Google.Apis.Merchant.accounts_v1beta/latest/api/Google.Apis.Merchant.accounts_v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.accounts_v1beta)](https://www.nuget.org/packages/Google.Apis.Merchant.accounts_v1beta) | [Merchant API accounts_v1beta](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.conversions_v1](https://googleapis.dev/dotnet/Google.Apis.Merchant.conversions_v1/latest/api/Google.Apis.Merchant.conversions_v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.conversions_v1)](https://www.nuget.org/packages/Google.Apis.Merchant.conversions_v1) | [Merchant API conversions_v1](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.conversions_v1beta](https://googleapis.dev/dotnet/Google.Apis.Merchant.conversions_v1beta/latest/api/Google.Apis.Merchant.conversions_v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.conversions_v1beta)](https://www.nuget.org/packages/Google.Apis.Merchant.conversions_v1beta) | [Merchant API conversions_v1beta](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.datasources_v1](https://googleapis.dev/dotnet/Google.Apis.Merchant.datasources_v1/latest/api/Google.Apis.Merchant.datasources_v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.datasources_v1)](https://www.nuget.org/packages/Google.Apis.Merchant.datasources_v1) | [Merchant API datasources_v1](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.datasources_v1beta](https://googleapis.dev/dotnet/Google.Apis.Merchant.datasources_v1beta/latest/api/Google.Apis.Merchant.datasources_v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.datasources_v1beta)](https://www.nuget.org/packages/Google.Apis.Merchant.datasources_v1beta) | [Merchant API datasources_v1beta](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.inventories_v1](https://googleapis.dev/dotnet/Google.Apis.Merchant.inventories_v1/latest/api/Google.Apis.Merchant.inventories_v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.inventories_v1)](https://www.nuget.org/packages/Google.Apis.Merchant.inventories_v1) | [Merchant API inventories_v1](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.inventories_v1beta](https://googleapis.dev/dotnet/Google.Apis.Merchant.inventories_v1beta/latest/api/Google.Apis.Merchant.inventories_v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.inventories_v1beta)](https://www.nuget.org/packages/Google.Apis.Merchant.inventories_v1beta) | [Merchant API inventories_v1beta](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.issueresolution_v1](https://googleapis.dev/dotnet/Google.Apis.Merchant.issueresolution_v1/latest/api/Google.Apis.Merchant.issueresolution_v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.issueresolution_v1)](https://www.nuget.org/packages/Google.Apis.Merchant.issueresolution_v1) | [Merchant API issueresolution_v1](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.issueresolution_v1beta](https://googleapis.dev/dotnet/Google.Apis.Merchant.issueresolution_v1beta/latest/api/Google.Apis.Merchant.issueresolution_v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.issueresolution_v1beta)](https://www.nuget.org/packages/Google.Apis.Merchant.issueresolution_v1beta) | [Merchant API issueresolution_v1beta](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.lfp_v1](https://googleapis.dev/dotnet/Google.Apis.Merchant.lfp_v1/latest/api/Google.Apis.Merchant.lfp_v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.lfp_v1)](https://www.nuget.org/packages/Google.Apis.Merchant.lfp_v1) | [Merchant API lfp_v1](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.lfp_v1beta](https://googleapis.dev/dotnet/Google.Apis.Merchant.lfp_v1beta/latest/api/Google.Apis.Merchant.lfp_v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.lfp_v1beta)](https://www.nuget.org/packages/Google.Apis.Merchant.lfp_v1beta) | [Merchant API lfp_v1beta](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.notifications_v1](https://googleapis.dev/dotnet/Google.Apis.Merchant.notifications_v1/latest/api/Google.Apis.Merchant.notifications_v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.notifications_v1)](https://www.nuget.org/packages/Google.Apis.Merchant.notifications_v1) | [Merchant API notifications_v1](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.notifications_v1beta](https://googleapis.dev/dotnet/Google.Apis.Merchant.notifications_v1beta/latest/api/Google.Apis.Merchant.notifications_v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.notifications_v1beta)](https://www.nuget.org/packages/Google.Apis.Merchant.notifications_v1beta) | [Merchant API notifications_v1beta](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.ordertracking_v1](https://googleapis.dev/dotnet/Google.Apis.Merchant.ordertracking_v1/latest/api/Google.Apis.Merchant.ordertracking_v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.ordertracking_v1)](https://www.nuget.org/packages/Google.Apis.Merchant.ordertracking_v1) | [Merchant API ordertracking_v1](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.ordertracking_v1beta](https://googleapis.dev/dotnet/Google.Apis.Merchant.ordertracking_v1beta/latest/api/Google.Apis.Merchant.ordertracking_v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.ordertracking_v1beta)](https://www.nuget.org/packages/Google.Apis.Merchant.ordertracking_v1beta) | [Merchant API ordertracking_v1beta](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.products_v1](https://googleapis.dev/dotnet/Google.Apis.Merchant.products_v1/latest/api/Google.Apis.Merchant.products_v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.products_v1)](https://www.nuget.org/packages/Google.Apis.Merchant.products_v1) | [Merchant API products_v1](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.products_v1beta](https://googleapis.dev/dotnet/Google.Apis.Merchant.products_v1beta/latest/api/Google.Apis.Merchant.products_v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.products_v1beta)](https://www.nuget.org/packages/Google.Apis.Merchant.products_v1beta) | [Merchant API products_v1beta](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.promotions_v1](https://googleapis.dev/dotnet/Google.Apis.Merchant.promotions_v1/latest/api/Google.Apis.Merchant.promotions_v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.promotions_v1)](https://www.nuget.org/packages/Google.Apis.Merchant.promotions_v1) | [Merchant API promotions_v1](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.promotions_v1beta](https://googleapis.dev/dotnet/Google.Apis.Merchant.promotions_v1beta/latest/api/Google.Apis.Merchant.promotions_v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.promotions_v1beta)](https://www.nuget.org/packages/Google.Apis.Merchant.promotions_v1beta) | [Merchant API promotions_v1beta](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.quota_v1](https://googleapis.dev/dotnet/Google.Apis.Merchant.quota_v1/latest/api/Google.Apis.Merchant.quota_v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.quota_v1)](https://www.nuget.org/packages/Google.Apis.Merchant.quota_v1) | [Merchant API quota_v1](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.quota_v1beta](https://googleapis.dev/dotnet/Google.Apis.Merchant.quota_v1beta/latest/api/Google.Apis.Merchant.quota_v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.quota_v1beta)](https://www.nuget.org/packages/Google.Apis.Merchant.quota_v1beta) | [Merchant API quota_v1beta](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.reports_v1](https://googleapis.dev/dotnet/Google.Apis.Merchant.reports_v1/latest/api/Google.Apis.Merchant.reports_v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.reports_v1)](https://www.nuget.org/packages/Google.Apis.Merchant.reports_v1) | [Merchant API reports_v1](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.reports_v1beta](https://googleapis.dev/dotnet/Google.Apis.Merchant.reports_v1beta/latest/api/Google.Apis.Merchant.reports_v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.reports_v1beta)](https://www.nuget.org/packages/Google.Apis.Merchant.reports_v1beta) | [Merchant API reports_v1beta](https://developers.google.com/merchant/api) |
| [Google.Apis.Merchant.reviews_v1beta](https://googleapis.dev/dotnet/Google.Apis.Merchant.reviews_v1beta/latest/api/Google.Apis.Merchant.reviews_v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Merchant.reviews_v1beta)](https://www.nuget.org/packages/Google.Apis.Merchant.reviews_v1beta) | [Merchant API reviews_v1beta](https://developers.google.com/merchant/api) |
| [Google.Apis.MigrationCenterAPI.v1](https://googleapis.dev/dotnet/Google.Apis.MigrationCenterAPI.v1/latest/api/Google.Apis.MigrationCenterAPI.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.MigrationCenterAPI.v1)](https://www.nuget.org/packages/Google.Apis.MigrationCenterAPI.v1) | [Migration Center API v1](https://cloud.google.com/migration-center) |
| [Google.Apis.MigrationCenterAPI.v1alpha1](https://googleapis.dev/dotnet/Google.Apis.MigrationCenterAPI.v1alpha1/latest/api/Google.Apis.MigrationCenterAPI.v1alpha1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.MigrationCenterAPI.v1alpha1)](https://www.nuget.org/packages/Google.Apis.MigrationCenterAPI.v1alpha1) | [Migration Center API v1alpha1](https://cloud.google.com/migration-center) |
| [Google.Apis.Monitoring.v1](https://googleapis.dev/dotnet/Google.Apis.Monitoring.v1/latest/api/Google.Apis.Monitoring.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Monitoring.v1)](https://www.nuget.org/packages/Google.Apis.Monitoring.v1) | [Cloud Monitoring API v1](https://cloud.google.com/monitoring/api/) |
| [Google.Apis.Monitoring.v3](https://googleapis.dev/dotnet/Google.Apis.Monitoring.v3/latest/api/Google.Apis.Monitoring.v3.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Monitoring.v3)](https://www.nuget.org/packages/Google.Apis.Monitoring.v3) | [Cloud Monitoring API v3](https://cloud.google.com/monitoring/api/) |
| [Google.Apis.MyBusinessAccountManagement.v1](https://googleapis.dev/dotnet/Google.Apis.MyBusinessAccountManagement.v1/latest/api/Google.Apis.MyBusinessAccountManagement.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.MyBusinessAccountManagement.v1)](https://www.nuget.org/packages/Google.Apis.MyBusinessAccountManagement.v1) | [My Business Account Management API v1](https://developers.google.com/my-business/) |
| [Google.Apis.MyBusinessBusinessInformation.v1](https://googleapis.dev/dotnet/Google.Apis.MyBusinessBusinessInformation.v1/latest/api/Google.Apis.MyBusinessBusinessInformation.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.MyBusinessBusinessInformation.v1)](https://www.nuget.org/packages/Google.Apis.MyBusinessBusinessInformation.v1) | [My Business Business Information API v1](https://developers.google.com/my-business/) |
| [Google.Apis.MyBusinessLodging.v1](https://googleapis.dev/dotnet/Google.Apis.MyBusinessLodging.v1/latest/api/Google.Apis.MyBusinessLodging.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.MyBusinessLodging.v1)](https://www.nuget.org/packages/Google.Apis.MyBusinessLodging.v1) | [My Business Lodging API v1](https://developers.google.com/my-business/) |
| [Google.Apis.MyBusinessNotificationSettings.v1](https://googleapis.dev/dotnet/Google.Apis.MyBusinessNotificationSettings.v1/latest/api/Google.Apis.MyBusinessNotificationSettings.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.MyBusinessNotificationSettings.v1)](https://www.nuget.org/packages/Google.Apis.MyBusinessNotificationSettings.v1) | [My Business Notifications API v1](https://developers.google.com/my-business/) |
| [Google.Apis.MyBusinessPlaceActions.v1](https://googleapis.dev/dotnet/Google.Apis.MyBusinessPlaceActions.v1/latest/api/Google.Apis.MyBusinessPlaceActions.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.MyBusinessPlaceActions.v1)](https://www.nuget.org/packages/Google.Apis.MyBusinessPlaceActions.v1) | [My Business Place Actions API v1](https://developers.google.com/my-business/) |
| [Google.Apis.MyBusinessQA.v1](https://googleapis.dev/dotnet/Google.Apis.MyBusinessQA.v1/latest/api/Google.Apis.MyBusinessQA.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.MyBusinessQA.v1)](https://www.nuget.org/packages/Google.Apis.MyBusinessQA.v1) | [My Business Q&A API v1](https://developers.google.com/my-business/) |
| [Google.Apis.MyBusinessVerifications.v1](https://googleapis.dev/dotnet/Google.Apis.MyBusinessVerifications.v1/latest/api/Google.Apis.MyBusinessVerifications.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.MyBusinessVerifications.v1)](https://www.nuget.org/packages/Google.Apis.MyBusinessVerifications.v1) | [My Business Verifications API v1](https://developers.google.com/my-business/) |
| [Google.Apis.NetAppFiles.v1](https://googleapis.dev/dotnet/Google.Apis.NetAppFiles.v1/latest/api/Google.Apis.NetAppFiles.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.NetAppFiles.v1)](https://www.nuget.org/packages/Google.Apis.NetAppFiles.v1) | [NetApp API v1](https://cloud.google.com/netapp/) |
| [Google.Apis.NetAppFiles.v1beta1](https://googleapis.dev/dotnet/Google.Apis.NetAppFiles.v1beta1/latest/api/Google.Apis.NetAppFiles.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.NetAppFiles.v1beta1)](https://www.nuget.org/packages/Google.Apis.NetAppFiles.v1beta1) | [NetApp API v1beta1](https://cloud.google.com/netapp/) |
| [Google.Apis.NetworkManagement.v1](https://googleapis.dev/dotnet/Google.Apis.NetworkManagement.v1/latest/api/Google.Apis.NetworkManagement.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.NetworkManagement.v1)](https://www.nuget.org/packages/Google.Apis.NetworkManagement.v1) | [Network Management API v1](https://cloud.google.com/) |
| [Google.Apis.NetworkManagement.v1beta1](https://googleapis.dev/dotnet/Google.Apis.NetworkManagement.v1beta1/latest/api/Google.Apis.NetworkManagement.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.NetworkManagement.v1beta1)](https://www.nuget.org/packages/Google.Apis.NetworkManagement.v1beta1) | [Network Management API v1beta1](https://cloud.google.com/) |
| [Google.Apis.NetworkSecurity.v1](https://googleapis.dev/dotnet/Google.Apis.NetworkSecurity.v1/latest/api/Google.Apis.NetworkSecurity.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.NetworkSecurity.v1)](https://www.nuget.org/packages/Google.Apis.NetworkSecurity.v1) | [Network Security API v1](https://cloud.google.com/networking) |
| [Google.Apis.NetworkSecurity.v1beta1](https://googleapis.dev/dotnet/Google.Apis.NetworkSecurity.v1beta1/latest/api/Google.Apis.NetworkSecurity.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.NetworkSecurity.v1beta1)](https://www.nuget.org/packages/Google.Apis.NetworkSecurity.v1beta1) | [Network Security API v1beta1](https://cloud.google.com/networking) |
| [Google.Apis.NetworkServices.v1](https://googleapis.dev/dotnet/Google.Apis.NetworkServices.v1/latest/api/Google.Apis.NetworkServices.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.NetworkServices.v1)](https://www.nuget.org/packages/Google.Apis.NetworkServices.v1) | [Network Services API v1](https://cloud.google.com/networking) |
| [Google.Apis.NetworkServices.v1beta1](https://googleapis.dev/dotnet/Google.Apis.NetworkServices.v1beta1/latest/api/Google.Apis.NetworkServices.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.NetworkServices.v1beta1)](https://www.nuget.org/packages/Google.Apis.NetworkServices.v1beta1) | [Network Services API v1beta1](https://cloud.google.com/networking) |
| [Google.Apis.Networkconnectivity.v1](https://googleapis.dev/dotnet/Google.Apis.Networkconnectivity.v1/latest/api/Google.Apis.Networkconnectivity.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Networkconnectivity.v1)](https://www.nuget.org/packages/Google.Apis.Networkconnectivity.v1) | [Network Connectivity API v1](https://cloud.google.com/network-connectivity/docs/reference/networkconnectivity/rest) |
| [Google.Apis.Networkconnectivity.v1alpha1](https://googleapis.dev/dotnet/Google.Apis.Networkconnectivity.v1alpha1/latest/api/Google.Apis.Networkconnectivity.v1alpha1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Networkconnectivity.v1alpha1)](https://www.nuget.org/packages/Google.Apis.Networkconnectivity.v1alpha1) | [Network Connectivity API v1alpha1](https://cloud.google.com/network-connectivity/docs/reference/networkconnectivity/rest) |
| [Google.Apis.OSConfig.v1](https://googleapis.dev/dotnet/Google.Apis.OSConfig.v1/latest/api/Google.Apis.OSConfig.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.OSConfig.v1)](https://www.nuget.org/packages/Google.Apis.OSConfig.v1) | [OS Config API v1](https://cloud.google.com/compute/docs/osconfig/rest) |
| [Google.Apis.OSConfig.v1alpha](https://googleapis.dev/dotnet/Google.Apis.OSConfig.v1alpha/latest/api/Google.Apis.OSConfig.v1alpha.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.OSConfig.v1alpha)](https://www.nuget.org/packages/Google.Apis.OSConfig.v1alpha) | [OS Config API v1alpha](https://cloud.google.com/compute/docs/osconfig/rest) |
| [Google.Apis.OSConfig.v1beta](https://googleapis.dev/dotnet/Google.Apis.OSConfig.v1beta/latest/api/Google.Apis.OSConfig.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.OSConfig.v1beta)](https://www.nuget.org/packages/Google.Apis.OSConfig.v1beta) | [OS Config API v1beta](https://cloud.google.com/compute/docs/osconfig/rest) |
| [Google.Apis.OSConfig.v2](https://googleapis.dev/dotnet/Google.Apis.OSConfig.v2/latest/api/Google.Apis.OSConfig.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.OSConfig.v2)](https://www.nuget.org/packages/Google.Apis.OSConfig.v2) | [OS Config API v2](https://cloud.google.com/compute/docs/osconfig/rest) |
| [Google.Apis.OSConfig.v2beta](https://googleapis.dev/dotnet/Google.Apis.OSConfig.v2beta/latest/api/Google.Apis.OSConfig.v2beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.OSConfig.v2beta)](https://www.nuget.org/packages/Google.Apis.OSConfig.v2beta) | [OS Config API v2beta](https://cloud.google.com/compute/docs/osconfig/rest) |
| [Google.Apis.Oauth2.v2](https://googleapis.dev/dotnet/Google.Apis.Oauth2.v2/latest/api/Google.Apis.Oauth2.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Oauth2.v2)](https://www.nuget.org/packages/Google.Apis.Oauth2.v2) | [Google OAuth2 API v2](https://developers.google.com/identity/protocols/oauth2/) |
| [Google.Apis.OnDemandScanning.v1](https://googleapis.dev/dotnet/Google.Apis.OnDemandScanning.v1/latest/api/Google.Apis.OnDemandScanning.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.OnDemandScanning.v1)](https://www.nuget.org/packages/Google.Apis.OnDemandScanning.v1) | [On-Demand Scanning API v1](https://cloud.google.com/container-analysis/docs/on-demand-scanning/) |
| [Google.Apis.OnDemandScanning.v1beta1](https://googleapis.dev/dotnet/Google.Apis.OnDemandScanning.v1beta1/latest/api/Google.Apis.OnDemandScanning.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.OnDemandScanning.v1beta1)](https://www.nuget.org/packages/Google.Apis.OnDemandScanning.v1beta1) | [On-Demand Scanning API v1beta1](https://cloud.google.com/container-analysis/docs/on-demand-scanning/) |
| [Google.Apis.OracleDatabase.v1](https://googleapis.dev/dotnet/Google.Apis.OracleDatabase.v1/latest/api/Google.Apis.OracleDatabase.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.OracleDatabase.v1)](https://www.nuget.org/packages/Google.Apis.OracleDatabase.v1) | [Oracle Database@Google Cloud API v1](https://cloud.google.com/oracle/database/docs) |
| [Google.Apis.OrgPolicyAPI.v2](https://googleapis.dev/dotnet/Google.Apis.OrgPolicyAPI.v2/latest/api/Google.Apis.OrgPolicyAPI.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.OrgPolicyAPI.v2)](https://www.nuget.org/packages/Google.Apis.OrgPolicyAPI.v2) | [Organization Policy API v2](https://cloud.google.com/orgpolicy/docs/reference/rest/index.html) |
| [Google.Apis.PagespeedInsights.v5](https://googleapis.dev/dotnet/Google.Apis.PagespeedInsights.v5/latest/api/Google.Apis.PagespeedInsights.v5.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.PagespeedInsights.v5)](https://www.nuget.org/packages/Google.Apis.PagespeedInsights.v5) | [PageSpeed Insights API v5](https://developers.google.com/speed/docs/insights/v5/about) |
| [Google.Apis.Parallelstore.v1](https://googleapis.dev/dotnet/Google.Apis.Parallelstore.v1/latest/api/Google.Apis.Parallelstore.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Parallelstore.v1)](https://www.nuget.org/packages/Google.Apis.Parallelstore.v1) | [Parallelstore API v1](https://cloud.google.com/parallelstore) |
| [Google.Apis.Parallelstore.v1beta](https://googleapis.dev/dotnet/Google.Apis.Parallelstore.v1beta/latest/api/Google.Apis.Parallelstore.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Parallelstore.v1beta)](https://www.nuget.org/packages/Google.Apis.Parallelstore.v1beta) | [Parallelstore API v1beta](https://cloud.google.com/parallelstore) |
| [Google.Apis.ParameterManager.v1](https://googleapis.dev/dotnet/Google.Apis.ParameterManager.v1/latest/api/Google.Apis.ParameterManager.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ParameterManager.v1)](https://www.nuget.org/packages/Google.Apis.ParameterManager.v1) | [Parameter Manager API v1](https://cloud.google.com/secret-manager/parameter-manager/docs/overview) |
| [Google.Apis.PaymentsResellerSubscription.v1](https://googleapis.dev/dotnet/Google.Apis.PaymentsResellerSubscription.v1/latest/api/Google.Apis.PaymentsResellerSubscription.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.PaymentsResellerSubscription.v1)](https://www.nuget.org/packages/Google.Apis.PaymentsResellerSubscription.v1) | [Payments Reseller Subscription API v1](https://developers.google.com/payments/reseller/subscription/) |
| [Google.Apis.PeopleService.v1](https://googleapis.dev/dotnet/Google.Apis.PeopleService.v1/latest/api/Google.Apis.PeopleService.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.PeopleService.v1)](https://www.nuget.org/packages/Google.Apis.PeopleService.v1) | [People API v1](https://developers.google.com/people/) |
| [Google.Apis.PlayGrouping.v1alpha1](https://googleapis.dev/dotnet/Google.Apis.PlayGrouping.v1alpha1/latest/api/Google.Apis.PlayGrouping.v1alpha1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.PlayGrouping.v1alpha1)](https://www.nuget.org/packages/Google.Apis.PlayGrouping.v1alpha1) | [Google Play Grouping API v1alpha1](https://cloud.google.com/playgrouping/) |
| [Google.Apis.PlayIntegrity.v1](https://googleapis.dev/dotnet/Google.Apis.PlayIntegrity.v1/latest/api/Google.Apis.PlayIntegrity.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.PlayIntegrity.v1)](https://www.nuget.org/packages/Google.Apis.PlayIntegrity.v1) | [Google Play Integrity API v1](https://developer.android.com/google/play/integrity) |
| [Google.Apis.Playcustomapp.v1](https://googleapis.dev/dotnet/Google.Apis.Playcustomapp.v1/latest/api/Google.Apis.Playcustomapp.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Playcustomapp.v1)](https://www.nuget.org/packages/Google.Apis.Playcustomapp.v1) | [Google Play Custom App Publishing API v1](https://developers.google.com/android/work/play/custom-app-api/) |
| [Google.Apis.Playdeveloperreporting.v1alpha1](https://googleapis.dev/dotnet/Google.Apis.Playdeveloperreporting.v1alpha1/latest/api/Google.Apis.Playdeveloperreporting.v1alpha1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Playdeveloperreporting.v1alpha1)](https://www.nuget.org/packages/Google.Apis.Playdeveloperreporting.v1alpha1) | [Google Play Developer Reporting API v1alpha1](https://developers.google.com/play/developer/reporting) |
| [Google.Apis.Playdeveloperreporting.v1beta1](https://googleapis.dev/dotnet/Google.Apis.Playdeveloperreporting.v1beta1/latest/api/Google.Apis.Playdeveloperreporting.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Playdeveloperreporting.v1beta1)](https://www.nuget.org/packages/Google.Apis.Playdeveloperreporting.v1beta1) | [Google Play Developer Reporting API v1beta1](https://developers.google.com/play/developer/reporting) |
| [Google.Apis.PolicyAnalyzer.v1](https://googleapis.dev/dotnet/Google.Apis.PolicyAnalyzer.v1/latest/api/Google.Apis.PolicyAnalyzer.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.PolicyAnalyzer.v1)](https://www.nuget.org/packages/Google.Apis.PolicyAnalyzer.v1) | [Policy Analyzer API v1](https://www.google.com) |
| [Google.Apis.PolicyAnalyzer.v1beta1](https://googleapis.dev/dotnet/Google.Apis.PolicyAnalyzer.v1beta1/latest/api/Google.Apis.PolicyAnalyzer.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.PolicyAnalyzer.v1beta1)](https://www.nuget.org/packages/Google.Apis.PolicyAnalyzer.v1beta1) | [Policy Analyzer API v1beta1](https://www.google.com) |
| [Google.Apis.PolicySimulator.v1](https://googleapis.dev/dotnet/Google.Apis.PolicySimulator.v1/latest/api/Google.Apis.PolicySimulator.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.PolicySimulator.v1)](https://www.nuget.org/packages/Google.Apis.PolicySimulator.v1) | [Policy Simulator API v1](https://cloud.google.com/iam/docs/simulating-access) |
| [Google.Apis.PolicyTroubleshooter.v1](https://googleapis.dev/dotnet/Google.Apis.PolicyTroubleshooter.v1/latest/api/Google.Apis.PolicyTroubleshooter.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.PolicyTroubleshooter.v1)](https://www.nuget.org/packages/Google.Apis.PolicyTroubleshooter.v1) | [Policy Troubleshooter API v1](https://cloud.google.com/iam/) |
| [Google.Apis.PolicyTroubleshooter.v1beta](https://googleapis.dev/dotnet/Google.Apis.PolicyTroubleshooter.v1beta/latest/api/Google.Apis.PolicyTroubleshooter.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.PolicyTroubleshooter.v1beta)](https://www.nuget.org/packages/Google.Apis.PolicyTroubleshooter.v1beta) | [Policy Troubleshooter API v1beta](https://cloud.google.com/iam/) |
| [Google.Apis.Pollen.v1](https://googleapis.dev/dotnet/Google.Apis.Pollen.v1/latest/api/Google.Apis.Pollen.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Pollen.v1)](https://www.nuget.org/packages/Google.Apis.Pollen.v1) | [Pollen API v1](https://developers.google.com/maps/documentation/pollen) |
| [Google.Apis.PostmasterTools.v1](https://googleapis.dev/dotnet/Google.Apis.PostmasterTools.v1/latest/api/Google.Apis.PostmasterTools.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.PostmasterTools.v1)](https://www.nuget.org/packages/Google.Apis.PostmasterTools.v1) | [Gmail Postmaster Tools API v1](https://developers.google.com/workspace/gmail/postmaster) |
| [Google.Apis.PostmasterTools.v1beta1](https://googleapis.dev/dotnet/Google.Apis.PostmasterTools.v1beta1/latest/api/Google.Apis.PostmasterTools.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.PostmasterTools.v1beta1)](https://www.nuget.org/packages/Google.Apis.PostmasterTools.v1beta1) | [Gmail Postmaster Tools API v1beta1](https://developers.google.com/workspace/gmail/postmaster) |
| [Google.Apis.PublicCertificateAuthority.v1](https://googleapis.dev/dotnet/Google.Apis.PublicCertificateAuthority.v1/latest/api/Google.Apis.PublicCertificateAuthority.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.PublicCertificateAuthority.v1)](https://www.nuget.org/packages/Google.Apis.PublicCertificateAuthority.v1) | [Public Certificate Authority API v1](https://cloud.google.com/public-certificate-authority/docs) |
| [Google.Apis.PublicCertificateAuthority.v1alpha1](https://googleapis.dev/dotnet/Google.Apis.PublicCertificateAuthority.v1alpha1/latest/api/Google.Apis.PublicCertificateAuthority.v1alpha1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.PublicCertificateAuthority.v1alpha1)](https://www.nuget.org/packages/Google.Apis.PublicCertificateAuthority.v1alpha1) | [Public Certificate Authority API v1alpha1](https://cloud.google.com/public-certificate-authority/docs) |
| [Google.Apis.PublicCertificateAuthority.v1beta1](https://googleapis.dev/dotnet/Google.Apis.PublicCertificateAuthority.v1beta1/latest/api/Google.Apis.PublicCertificateAuthority.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.PublicCertificateAuthority.v1beta1)](https://www.nuget.org/packages/Google.Apis.PublicCertificateAuthority.v1beta1) | [Public Certificate Authority API v1beta1](https://cloud.google.com/public-certificate-authority/docs) |
| [Google.Apis.Pubsub.v1](https://googleapis.dev/dotnet/Google.Apis.Pubsub.v1/latest/api/Google.Apis.Pubsub.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Pubsub.v1)](https://www.nuget.org/packages/Google.Apis.Pubsub.v1) | [Cloud Pub/Sub API v1](https://cloud.google.com/pubsub/docs) |
| [Google.Apis.Pubsub.v1beta1a](https://googleapis.dev/dotnet/Google.Apis.Pubsub.v1beta1a/latest/api/Google.Apis.Pubsub.v1beta1a.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Pubsub.v1beta1a)](https://www.nuget.org/packages/Google.Apis.Pubsub.v1beta1a) | [Cloud Pub/Sub API v1beta1a](https://cloud.google.com/pubsub/docs) |
| [Google.Apis.Pubsub.v1beta2](https://googleapis.dev/dotnet/Google.Apis.Pubsub.v1beta2/latest/api/Google.Apis.Pubsub.v1beta2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Pubsub.v1beta2)](https://www.nuget.org/packages/Google.Apis.Pubsub.v1beta2) | [Cloud Pub/Sub API v1beta2](https://cloud.google.com/pubsub/docs) |
| [Google.Apis.PubsubLite.v1](https://googleapis.dev/dotnet/Google.Apis.PubsubLite.v1/latest/api/Google.Apis.PubsubLite.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.PubsubLite.v1)](https://www.nuget.org/packages/Google.Apis.PubsubLite.v1) | [Pub/Sub Lite API v1](https://cloud.google.com/pubsub/lite/docs) |
| [Google.Apis.RapidMigrationAssessment.v1](https://googleapis.dev/dotnet/Google.Apis.RapidMigrationAssessment.v1/latest/api/Google.Apis.RapidMigrationAssessment.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.RapidMigrationAssessment.v1)](https://www.nuget.org/packages/Google.Apis.RapidMigrationAssessment.v1) | [Rapid Migration Assessment API v1](https://cloud.google.com/migration-center) |
| [Google.Apis.RealTimeBidding.v1](https://googleapis.dev/dotnet/Google.Apis.RealTimeBidding.v1/latest/api/Google.Apis.RealTimeBidding.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.RealTimeBidding.v1)](https://www.nuget.org/packages/Google.Apis.RealTimeBidding.v1) | [Real-time Bidding API v1](https://developers.google.com/authorized-buyers/apis/realtimebidding/reference/rest/) |
| [Google.Apis.RecaptchaEnterprise.v1](https://googleapis.dev/dotnet/Google.Apis.RecaptchaEnterprise.v1/latest/api/Google.Apis.RecaptchaEnterprise.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.RecaptchaEnterprise.v1)](https://www.nuget.org/packages/Google.Apis.RecaptchaEnterprise.v1) | [reCAPTCHA Enterprise API v1](https://cloud.google.com/recaptcha-enterprise/) |
| [Google.Apis.RecommendationsAI.v1beta1](https://googleapis.dev/dotnet/Google.Apis.RecommendationsAI.v1beta1/latest/api/Google.Apis.RecommendationsAI.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.RecommendationsAI.v1beta1)](https://www.nuget.org/packages/Google.Apis.RecommendationsAI.v1beta1) | [Recommendations AI (Beta) v1beta1](https://cloud.google.com/recommendations-ai/docs) |
| [Google.Apis.Recommender.v1](https://googleapis.dev/dotnet/Google.Apis.Recommender.v1/latest/api/Google.Apis.Recommender.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Recommender.v1)](https://www.nuget.org/packages/Google.Apis.Recommender.v1) | [Recommender API v1](https://cloud.google.com/recommender/docs/) |
| [Google.Apis.Recommender.v1beta1](https://googleapis.dev/dotnet/Google.Apis.Recommender.v1beta1/latest/api/Google.Apis.Recommender.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Recommender.v1beta1)](https://www.nuget.org/packages/Google.Apis.Recommender.v1beta1) | [Recommender API v1beta1](https://cloud.google.com/recommender/docs/) |
| [Google.Apis.Reseller.v1](https://googleapis.dev/dotnet/Google.Apis.Reseller.v1/latest/api/Google.Apis.Reseller.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Reseller.v1)](https://www.nuget.org/packages/Google.Apis.Reseller.v1) | [Google Workspace Reseller API v1](https://developers.google.com/google-apps/reseller/) |
| [Google.Apis.SA360.v0](https://googleapis.dev/dotnet/Google.Apis.SA360.v0/latest/api/Google.Apis.SA360.v0.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.SA360.v0)](https://www.nuget.org/packages/Google.Apis.SA360.v0) | [Search Ads 360 Reporting API v0](https://developers.google.com/search-ads/reporting) |
| [Google.Apis.SQLAdmin.v1](https://googleapis.dev/dotnet/Google.Apis.SQLAdmin.v1/latest/api/Google.Apis.SQLAdmin.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.SQLAdmin.v1)](https://www.nuget.org/packages/Google.Apis.SQLAdmin.v1) | [Cloud SQL Admin API v1](https://cloud.google.com/sql/docs) |
| [Google.Apis.SQLAdmin.v1beta4](https://googleapis.dev/dotnet/Google.Apis.SQLAdmin.v1beta4/latest/api/Google.Apis.SQLAdmin.v1beta4.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.SQLAdmin.v1beta4)](https://www.nuget.org/packages/Google.Apis.SQLAdmin.v1beta4) | [Cloud SQL Admin API v1beta4](https://cloud.google.com/sql/docs) |
| [Google.Apis.SaaSServiceManagement.v1beta1](https://googleapis.dev/dotnet/Google.Apis.SaaSServiceManagement.v1beta1/latest/api/Google.Apis.SaaSServiceManagement.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.SaaSServiceManagement.v1beta1)](https://www.nuget.org/packages/Google.Apis.SaaSServiceManagement.v1beta1) | [SaaS Runtime API v1beta1](https://cloud.google.com/saas-runtime/docs) |
| [Google.Apis.Safebrowsing.v4](https://googleapis.dev/dotnet/Google.Apis.Safebrowsing.v4/latest/api/Google.Apis.Safebrowsing.v4.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Safebrowsing.v4)](https://www.nuget.org/packages/Google.Apis.Safebrowsing.v4) | [Safe Browsing API v4](https://developers.google.com/safe-browsing/) |
| [Google.Apis.Safebrowsing.v5](https://googleapis.dev/dotnet/Google.Apis.Safebrowsing.v5/latest/api/Google.Apis.Safebrowsing.v5.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Safebrowsing.v5)](https://www.nuget.org/packages/Google.Apis.Safebrowsing.v5) | [Safe Browsing API v5](https://developers.google.com/safe-browsing/) |
| [Google.Apis.Script.v1](https://googleapis.dev/dotnet/Google.Apis.Script.v1/latest/api/Google.Apis.Script.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Script.v1)](https://www.nuget.org/packages/Google.Apis.Script.v1) | [Apps Script API v1](https://developers.google.com/apps-script/api/) |
| [Google.Apis.SearchConsole.v1](https://googleapis.dev/dotnet/Google.Apis.SearchConsole.v1/latest/api/Google.Apis.SearchConsole.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.SearchConsole.v1)](https://www.nuget.org/packages/Google.Apis.SearchConsole.v1) | [Google Search Console API v1](https://developers.google.com/webmaster-tools/about) |
| [Google.Apis.SecretManager.v1](https://googleapis.dev/dotnet/Google.Apis.SecretManager.v1/latest/api/Google.Apis.SecretManager.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.SecretManager.v1)](https://www.nuget.org/packages/Google.Apis.SecretManager.v1) | [Secret Manager API v1](https://cloud.google.com/secret-manager/) |
| [Google.Apis.SecretManager.v1beta1](https://googleapis.dev/dotnet/Google.Apis.SecretManager.v1beta1/latest/api/Google.Apis.SecretManager.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.SecretManager.v1beta1)](https://www.nuget.org/packages/Google.Apis.SecretManager.v1beta1) | [Secret Manager API v1beta1](https://cloud.google.com/secret-manager/) |
| [Google.Apis.SecretManager.v1beta2](https://googleapis.dev/dotnet/Google.Apis.SecretManager.v1beta2/latest/api/Google.Apis.SecretManager.v1beta2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.SecretManager.v1beta2)](https://www.nuget.org/packages/Google.Apis.SecretManager.v1beta2) | [Secret Manager API v1beta2](https://cloud.google.com/secret-manager/) |
| [Google.Apis.SecureSourceManager.v1](https://googleapis.dev/dotnet/Google.Apis.SecureSourceManager.v1/latest/api/Google.Apis.SecureSourceManager.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.SecureSourceManager.v1)](https://www.nuget.org/packages/Google.Apis.SecureSourceManager.v1) | [Secure Source Manager API v1](https://cloud.google.com/secure-source-manager) |
| [Google.Apis.SecurityCommandCenter.v1](https://googleapis.dev/dotnet/Google.Apis.SecurityCommandCenter.v1/latest/api/Google.Apis.SecurityCommandCenter.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.SecurityCommandCenter.v1)](https://www.nuget.org/packages/Google.Apis.SecurityCommandCenter.v1) | [Security Command Center API v1](https://cloud.google.com/security-command-center) |
| [Google.Apis.SecurityCommandCenter.v1beta1](https://googleapis.dev/dotnet/Google.Apis.SecurityCommandCenter.v1beta1/latest/api/Google.Apis.SecurityCommandCenter.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.SecurityCommandCenter.v1beta1)](https://www.nuget.org/packages/Google.Apis.SecurityCommandCenter.v1beta1) | [Security Command Center API v1beta1](https://cloud.google.com/security-command-center) |
| [Google.Apis.SecurityCommandCenter.v1beta2](https://googleapis.dev/dotnet/Google.Apis.SecurityCommandCenter.v1beta2/latest/api/Google.Apis.SecurityCommandCenter.v1beta2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.SecurityCommandCenter.v1beta2)](https://www.nuget.org/packages/Google.Apis.SecurityCommandCenter.v1beta2) | [Security Command Center API v1beta2](https://cloud.google.com/security-command-center) |
| [Google.Apis.SecurityPosture.v1](https://googleapis.dev/dotnet/Google.Apis.SecurityPosture.v1/latest/api/Google.Apis.SecurityPosture.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.SecurityPosture.v1)](https://www.nuget.org/packages/Google.Apis.SecurityPosture.v1) | [Security Posture API v1](https://cloud.google.com/security-command-center) |
| [Google.Apis.ServerlessVPCAccess.v1](https://googleapis.dev/dotnet/Google.Apis.ServerlessVPCAccess.v1/latest/api/Google.Apis.ServerlessVPCAccess.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ServerlessVPCAccess.v1)](https://www.nuget.org/packages/Google.Apis.ServerlessVPCAccess.v1) | [Serverless VPC Access API v1](https://cloud.google.com/vpc/docs/configure-serverless-vpc-access) |
| [Google.Apis.ServerlessVPCAccess.v1beta1](https://googleapis.dev/dotnet/Google.Apis.ServerlessVPCAccess.v1beta1/latest/api/Google.Apis.ServerlessVPCAccess.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ServerlessVPCAccess.v1beta1)](https://www.nuget.org/packages/Google.Apis.ServerlessVPCAccess.v1beta1) | [Serverless VPC Access API v1beta1](https://cloud.google.com/vpc/docs/configure-serverless-vpc-access) |
| [Google.Apis.ServiceConsumerManagement.v1](https://googleapis.dev/dotnet/Google.Apis.ServiceConsumerManagement.v1/latest/api/Google.Apis.ServiceConsumerManagement.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ServiceConsumerManagement.v1)](https://www.nuget.org/packages/Google.Apis.ServiceConsumerManagement.v1) | [Service Consumer Management API v1](https://cloud.google.com/service-consumer-management/docs/overview) |
| [Google.Apis.ServiceConsumerManagement.v1beta1](https://googleapis.dev/dotnet/Google.Apis.ServiceConsumerManagement.v1beta1/latest/api/Google.Apis.ServiceConsumerManagement.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ServiceConsumerManagement.v1beta1)](https://www.nuget.org/packages/Google.Apis.ServiceConsumerManagement.v1beta1) | [Service Consumer Management API v1beta1](https://cloud.google.com/service-consumer-management/docs/overview) |
| [Google.Apis.ServiceControl.v1](https://googleapis.dev/dotnet/Google.Apis.ServiceControl.v1/latest/api/Google.Apis.ServiceControl.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ServiceControl.v1)](https://www.nuget.org/packages/Google.Apis.ServiceControl.v1) | [Service Control API v1](https://cloud.google.com/service-control/) |
| [Google.Apis.ServiceControl.v2](https://googleapis.dev/dotnet/Google.Apis.ServiceControl.v2/latest/api/Google.Apis.ServiceControl.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ServiceControl.v2)](https://www.nuget.org/packages/Google.Apis.ServiceControl.v2) | [Service Control API v2](https://cloud.google.com/service-control/) |
| [Google.Apis.ServiceDirectory.v1](https://googleapis.dev/dotnet/Google.Apis.ServiceDirectory.v1/latest/api/Google.Apis.ServiceDirectory.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ServiceDirectory.v1)](https://www.nuget.org/packages/Google.Apis.ServiceDirectory.v1) | [Service Directory API v1](https://cloud.google.com/service-directory) |
| [Google.Apis.ServiceDirectory.v1beta1](https://googleapis.dev/dotnet/Google.Apis.ServiceDirectory.v1beta1/latest/api/Google.Apis.ServiceDirectory.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ServiceDirectory.v1beta1)](https://www.nuget.org/packages/Google.Apis.ServiceDirectory.v1beta1) | [Service Directory API v1beta1](https://cloud.google.com/service-directory) |
| [Google.Apis.ServiceManagement.v1](https://googleapis.dev/dotnet/Google.Apis.ServiceManagement.v1/latest/api/Google.Apis.ServiceManagement.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ServiceManagement.v1)](https://www.nuget.org/packages/Google.Apis.ServiceManagement.v1) | [Service Management API v1](https://cloud.google.com/service-management/) |
| [Google.Apis.ServiceNetworking.v1](https://googleapis.dev/dotnet/Google.Apis.ServiceNetworking.v1/latest/api/Google.Apis.ServiceNetworking.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ServiceNetworking.v1)](https://www.nuget.org/packages/Google.Apis.ServiceNetworking.v1) | [Service Networking API v1](https://cloud.google.com/service-infrastructure/docs/service-networking/getting-started) |
| [Google.Apis.ServiceNetworking.v1beta](https://googleapis.dev/dotnet/Google.Apis.ServiceNetworking.v1beta/latest/api/Google.Apis.ServiceNetworking.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ServiceNetworking.v1beta)](https://www.nuget.org/packages/Google.Apis.ServiceNetworking.v1beta) | [Service Networking API v1beta](https://cloud.google.com/service-infrastructure/docs/service-networking/getting-started) |
| [Google.Apis.ServiceUsage.v1](https://googleapis.dev/dotnet/Google.Apis.ServiceUsage.v1/latest/api/Google.Apis.ServiceUsage.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ServiceUsage.v1)](https://www.nuget.org/packages/Google.Apis.ServiceUsage.v1) | [Service Usage API v1](https://cloud.google.com/service-usage/) |
| [Google.Apis.ServiceUsage.v1beta1](https://googleapis.dev/dotnet/Google.Apis.ServiceUsage.v1beta1/latest/api/Google.Apis.ServiceUsage.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ServiceUsage.v1beta1)](https://www.nuget.org/packages/Google.Apis.ServiceUsage.v1beta1) | [Service Usage API v1beta1](https://cloud.google.com/service-usage/) |
| [Google.Apis.Sheets.v4](https://googleapis.dev/dotnet/Google.Apis.Sheets.v4/latest/api/Google.Apis.Sheets.v4.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Sheets.v4)](https://www.nuget.org/packages/Google.Apis.Sheets.v4) | [Google Sheets API v4](https://developers.google.com/workspace/sheets/) |
| [Google.Apis.ShoppingContent.v2_1](https://googleapis.dev/dotnet/Google.Apis.ShoppingContent.v2_1/latest/api/Google.Apis.ShoppingContent.v2_1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ShoppingContent.v2_1)](https://www.nuget.org/packages/Google.Apis.ShoppingContent.v2_1) | [Content API for Shopping v2_1](https://developers.google.com/shopping-content/v2/) |
| [Google.Apis.SiteVerification.v1](https://googleapis.dev/dotnet/Google.Apis.SiteVerification.v1/latest/api/Google.Apis.SiteVerification.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.SiteVerification.v1)](https://www.nuget.org/packages/Google.Apis.SiteVerification.v1) | [Google Site Verification API v1](https://developers.google.com/site-verification/) |
| [Google.Apis.Slides.v1](https://googleapis.dev/dotnet/Google.Apis.Slides.v1/latest/api/Google.Apis.Slides.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Slides.v1)](https://www.nuget.org/packages/Google.Apis.Slides.v1) | [Google Slides API v1](https://developers.google.com/workspace/slides/) |
| [Google.Apis.SmartDeviceManagement.v1](https://googleapis.dev/dotnet/Google.Apis.SmartDeviceManagement.v1/latest/api/Google.Apis.SmartDeviceManagement.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.SmartDeviceManagement.v1)](https://www.nuget.org/packages/Google.Apis.SmartDeviceManagement.v1) | [Smart Device Management API v1](https://developers.google.com/nest/device-access) |
| [Google.Apis.Solar.v1](https://googleapis.dev/dotnet/Google.Apis.Solar.v1/latest/api/Google.Apis.Solar.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Solar.v1)](https://www.nuget.org/packages/Google.Apis.Solar.v1) | [Solar API v1](https://developers.google.com/maps/documentation/solar) |
| [Google.Apis.Spanner.v1](https://googleapis.dev/dotnet/Google.Apis.Spanner.v1/latest/api/Google.Apis.Spanner.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Spanner.v1)](https://www.nuget.org/packages/Google.Apis.Spanner.v1) | [Cloud Spanner API v1](https://cloud.google.com/spanner/) |
| [Google.Apis.Speech.v1](https://googleapis.dev/dotnet/Google.Apis.Speech.v1/latest/api/Google.Apis.Speech.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Speech.v1)](https://www.nuget.org/packages/Google.Apis.Speech.v1) | [Cloud Speech-to-Text API v1](https://cloud.google.com/speech-to-text/docs/quickstart-protocol) |
| [Google.Apis.Speech.v1p1beta1](https://googleapis.dev/dotnet/Google.Apis.Speech.v1p1beta1/latest/api/Google.Apis.Speech.v1p1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Speech.v1p1beta1)](https://www.nuget.org/packages/Google.Apis.Speech.v1p1beta1) | [Cloud Speech-to-Text API v1p1beta1](https://cloud.google.com/speech-to-text/docs/quickstart-protocol) |
| [Google.Apis.Storage.v1](https://googleapis.dev/dotnet/Google.Apis.Storage.v1/latest/api/Google.Apis.Storage.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Storage.v1)](https://www.nuget.org/packages/Google.Apis.Storage.v1) | [Cloud Storage JSON API v1](https://developers.google.com/storage/docs/json_api/) |
| [Google.Apis.StorageBatchOperations.v1](https://googleapis.dev/dotnet/Google.Apis.StorageBatchOperations.v1/latest/api/Google.Apis.StorageBatchOperations.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.StorageBatchOperations.v1)](https://www.nuget.org/packages/Google.Apis.StorageBatchOperations.v1) | [Storage Batch Operations API v1](https://cloud.google.com/storage/docs/batch-operations/overview) |
| [Google.Apis.Storagetransfer.v1](https://googleapis.dev/dotnet/Google.Apis.Storagetransfer.v1/latest/api/Google.Apis.Storagetransfer.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Storagetransfer.v1)](https://www.nuget.org/packages/Google.Apis.Storagetransfer.v1) | [Storage Transfer API v1](https://cloud.google.com/storage-transfer/docs) |
| [Google.Apis.StreetViewPublish.v1](https://googleapis.dev/dotnet/Google.Apis.StreetViewPublish.v1/latest/api/Google.Apis.StreetViewPublish.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.StreetViewPublish.v1)](https://www.nuget.org/packages/Google.Apis.StreetViewPublish.v1) | [Street View Publish API v1](https://developers.google.com/streetview/publish/) |
| [Google.Apis.SubscriptionLinking.v1](https://googleapis.dev/dotnet/Google.Apis.SubscriptionLinking.v1/latest/api/Google.Apis.SubscriptionLinking.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.SubscriptionLinking.v1)](https://www.nuget.org/packages/Google.Apis.SubscriptionLinking.v1) | [Reader Revenue Subscription Linking API v1](https://developers.google.com/news/subscribe/subscription-linking/overview) |
| [Google.Apis.TPU.v1](https://googleapis.dev/dotnet/Google.Apis.TPU.v1/latest/api/Google.Apis.TPU.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.TPU.v1)](https://www.nuget.org/packages/Google.Apis.TPU.v1) | [Cloud TPU API v1](https://cloud.google.com/tpu/) |
| [Google.Apis.TPU.v1alpha1](https://googleapis.dev/dotnet/Google.Apis.TPU.v1alpha1/latest/api/Google.Apis.TPU.v1alpha1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.TPU.v1alpha1)](https://www.nuget.org/packages/Google.Apis.TPU.v1alpha1) | [Cloud TPU API v1alpha1](https://cloud.google.com/tpu/) |
| [Google.Apis.TPU.v2](https://googleapis.dev/dotnet/Google.Apis.TPU.v2/latest/api/Google.Apis.TPU.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.TPU.v2)](https://www.nuget.org/packages/Google.Apis.TPU.v2) | [Cloud TPU API v2](https://cloud.google.com/tpu/) |
| [Google.Apis.TPU.v2alpha1](https://googleapis.dev/dotnet/Google.Apis.TPU.v2alpha1/latest/api/Google.Apis.TPU.v2alpha1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.TPU.v2alpha1)](https://www.nuget.org/packages/Google.Apis.TPU.v2alpha1) | [Cloud TPU API v2alpha1](https://cloud.google.com/tpu/) |
| [Google.Apis.TagManager.v1](https://googleapis.dev/dotnet/Google.Apis.TagManager.v1/latest/api/Google.Apis.TagManager.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.TagManager.v1)](https://www.nuget.org/packages/Google.Apis.TagManager.v1) | [Tag Manager API v1](https://developers.google.com/tag-manager) |
| [Google.Apis.TagManager.v2](https://googleapis.dev/dotnet/Google.Apis.TagManager.v2/latest/api/Google.Apis.TagManager.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.TagManager.v2)](https://www.nuget.org/packages/Google.Apis.TagManager.v2) | [Tag Manager API v2](https://developers.google.com/tag-manager) |
| [Google.Apis.Tasks.v1](https://googleapis.dev/dotnet/Google.Apis.Tasks.v1/latest/api/Google.Apis.Tasks.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Tasks.v1)](https://www.nuget.org/packages/Google.Apis.Tasks.v1) | [Google Tasks API v1](https://developers.google.com/workspace/tasks/) |
| [Google.Apis.Testing.v1](https://googleapis.dev/dotnet/Google.Apis.Testing.v1/latest/api/Google.Apis.Testing.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Testing.v1)](https://www.nuget.org/packages/Google.Apis.Testing.v1) | [Cloud Testing API v1](https://firebase.google.com/docs/test-lab/) |
| [Google.Apis.Texttospeech.v1](https://googleapis.dev/dotnet/Google.Apis.Texttospeech.v1/latest/api/Google.Apis.Texttospeech.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Texttospeech.v1)](https://www.nuget.org/packages/Google.Apis.Texttospeech.v1) | [Cloud Text-to-Speech API v1](https://cloud.google.com/text-to-speech/) |
| [Google.Apis.Texttospeech.v1beta1](https://googleapis.dev/dotnet/Google.Apis.Texttospeech.v1beta1/latest/api/Google.Apis.Texttospeech.v1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Texttospeech.v1beta1)](https://www.nuget.org/packages/Google.Apis.Texttospeech.v1beta1) | [Cloud Text-to-Speech API v1beta1](https://cloud.google.com/text-to-speech/) |
| [Google.Apis.ToolResults.v1beta3](https://googleapis.dev/dotnet/Google.Apis.ToolResults.v1beta3/latest/api/Google.Apis.ToolResults.v1beta3.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.ToolResults.v1beta3)](https://www.nuget.org/packages/Google.Apis.ToolResults.v1beta3) | [Cloud Tool Results API v1beta3](https://firebase.google.com/docs/test-lab/) |
| [Google.Apis.TrafficDirectorService.v2](https://googleapis.dev/dotnet/Google.Apis.TrafficDirectorService.v2/latest/api/Google.Apis.TrafficDirectorService.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.TrafficDirectorService.v2)](https://www.nuget.org/packages/Google.Apis.TrafficDirectorService.v2) | [Traffic Director API v2](https://cloud.google.com/traffic-director) |
| [Google.Apis.TrafficDirectorService.v3](https://googleapis.dev/dotnet/Google.Apis.TrafficDirectorService.v3/latest/api/Google.Apis.TrafficDirectorService.v3.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.TrafficDirectorService.v3)](https://www.nuget.org/packages/Google.Apis.TrafficDirectorService.v3) | [Traffic Director API v3](https://cloud.google.com/traffic-director) |
| [Google.Apis.Transcoder.v1](https://googleapis.dev/dotnet/Google.Apis.Transcoder.v1/latest/api/Google.Apis.Transcoder.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Transcoder.v1)](https://www.nuget.org/packages/Google.Apis.Transcoder.v1) | [Transcoder API v1](https://cloud.google.com/transcoder/docs/) |
| [Google.Apis.Translate.v2](https://googleapis.dev/dotnet/Google.Apis.Translate.v2/latest/api/Google.Apis.Translate.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Translate.v2)](https://www.nuget.org/packages/Google.Apis.Translate.v2) | [Google Cloud Translation API v2](https://code.google.com/apis/language/translate/v2/getting_started.html) |
| [Google.Apis.Translate.v3](https://googleapis.dev/dotnet/Google.Apis.Translate.v3/latest/api/Google.Apis.Translate.v3.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Translate.v3)](https://www.nuget.org/packages/Google.Apis.Translate.v3) | [Cloud Translation API v3](https://cloud.google.com/translate/docs/quickstarts) |
| [Google.Apis.Translate.v3beta1](https://googleapis.dev/dotnet/Google.Apis.Translate.v3beta1/latest/api/Google.Apis.Translate.v3beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Translate.v3beta1)](https://www.nuget.org/packages/Google.Apis.Translate.v3beta1) | [Cloud Translation API v3beta1](https://cloud.google.com/translate/docs/quickstarts) |
| [Google.Apis.TravelImpactModel.v1](https://googleapis.dev/dotnet/Google.Apis.TravelImpactModel.v1/latest/api/Google.Apis.TravelImpactModel.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.TravelImpactModel.v1)](https://www.nuget.org/packages/Google.Apis.TravelImpactModel.v1) | [Travel Impact Model API v1](https://developers.google.com/travel/impact-model) |
| [Google.Apis.VMMigrationService.v1](https://googleapis.dev/dotnet/Google.Apis.VMMigrationService.v1/latest/api/Google.Apis.VMMigrationService.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.VMMigrationService.v1)](https://www.nuget.org/packages/Google.Apis.VMMigrationService.v1) | [VM Migration API v1](https://cloud.google.com/migrate/virtual-machines) |
| [Google.Apis.VMMigrationService.v1alpha1](https://googleapis.dev/dotnet/Google.Apis.VMMigrationService.v1alpha1/latest/api/Google.Apis.VMMigrationService.v1alpha1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.VMMigrationService.v1alpha1)](https://www.nuget.org/packages/Google.Apis.VMMigrationService.v1alpha1) | [VM Migration API v1alpha1](https://cloud.google.com/migrate/virtual-machines) |
| [Google.Apis.VMwareEngine.v1](https://googleapis.dev/dotnet/Google.Apis.VMwareEngine.v1/latest/api/Google.Apis.VMwareEngine.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.VMwareEngine.v1)](https://www.nuget.org/packages/Google.Apis.VMwareEngine.v1) | [VMware Engine API v1](https://cloud.google.com/solutions/vmware-as-a-service) |
| [Google.Apis.Vault.v1](https://googleapis.dev/dotnet/Google.Apis.Vault.v1/latest/api/Google.Apis.Vault.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Vault.v1)](https://www.nuget.org/packages/Google.Apis.Vault.v1) | [Google Vault API v1](https://developers.google.com/workspace/vault) |
| [Google.Apis.Verifiedaccess.v1](https://googleapis.dev/dotnet/Google.Apis.Verifiedaccess.v1/latest/api/Google.Apis.Verifiedaccess.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Verifiedaccess.v1)](https://www.nuget.org/packages/Google.Apis.Verifiedaccess.v1) | [Chrome Verified Access API v1](https://developers.google.com/chrome/verified-access) |
| [Google.Apis.Verifiedaccess.v2](https://googleapis.dev/dotnet/Google.Apis.Verifiedaccess.v2/latest/api/Google.Apis.Verifiedaccess.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Verifiedaccess.v2)](https://www.nuget.org/packages/Google.Apis.Verifiedaccess.v2) | [Chrome Verified Access API v2](https://developers.google.com/chrome/verified-access) |
| [Google.Apis.VersionHistory.v1](https://googleapis.dev/dotnet/Google.Apis.VersionHistory.v1/latest/api/Google.Apis.VersionHistory.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.VersionHistory.v1)](https://www.nuget.org/packages/Google.Apis.VersionHistory.v1) | [versionhistory.googleapis.com API v1](https://developer.chrome.com/docs/web-platform/versionhistory/guide) |
| [Google.Apis.Vision.v1](https://googleapis.dev/dotnet/Google.Apis.Vision.v1/latest/api/Google.Apis.Vision.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Vision.v1)](https://www.nuget.org/packages/Google.Apis.Vision.v1) | [Cloud Vision API v1](https://cloud.google.com/vision/) |
| [Google.Apis.Vision.v1p1beta1](https://googleapis.dev/dotnet/Google.Apis.Vision.v1p1beta1/latest/api/Google.Apis.Vision.v1p1beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Vision.v1p1beta1)](https://www.nuget.org/packages/Google.Apis.Vision.v1p1beta1) | [Cloud Vision API v1p1beta1](https://cloud.google.com/vision/) |
| [Google.Apis.Vision.v1p2beta1](https://googleapis.dev/dotnet/Google.Apis.Vision.v1p2beta1/latest/api/Google.Apis.Vision.v1p2beta1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Vision.v1p2beta1)](https://www.nuget.org/packages/Google.Apis.Vision.v1p2beta1) | [Cloud Vision API v1p2beta1](https://cloud.google.com/vision/) |
| [Google.Apis.Walletobjects.v1](https://googleapis.dev/dotnet/Google.Apis.Walletobjects.v1/latest/api/Google.Apis.Walletobjects.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Walletobjects.v1)](https://www.nuget.org/packages/Google.Apis.Walletobjects.v1) | [Google Wallet API v1](https://developers.google.com/pay/passes) |
| [Google.Apis.WebRisk.v1](https://googleapis.dev/dotnet/Google.Apis.WebRisk.v1/latest/api/Google.Apis.WebRisk.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.WebRisk.v1)](https://www.nuget.org/packages/Google.Apis.WebRisk.v1) | [Web Risk API v1](https://cloud.google.com/web-risk/) |
| [Google.Apis.WebSecurityScanner.v1](https://googleapis.dev/dotnet/Google.Apis.WebSecurityScanner.v1/latest/api/Google.Apis.WebSecurityScanner.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.WebSecurityScanner.v1)](https://www.nuget.org/packages/Google.Apis.WebSecurityScanner.v1) | [Web Security Scanner API v1](https://cloud.google.com/security-command-center/docs/concepts-web-security-scanner-overview/) |
| [Google.Apis.WebSecurityScanner.v1alpha](https://googleapis.dev/dotnet/Google.Apis.WebSecurityScanner.v1alpha/latest/api/Google.Apis.WebSecurityScanner.v1alpha.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.WebSecurityScanner.v1alpha)](https://www.nuget.org/packages/Google.Apis.WebSecurityScanner.v1alpha) | [Web Security Scanner API v1alpha](https://cloud.google.com/security-command-center/docs/concepts-web-security-scanner-overview/) |
| [Google.Apis.WebSecurityScanner.v1beta](https://googleapis.dev/dotnet/Google.Apis.WebSecurityScanner.v1beta/latest/api/Google.Apis.WebSecurityScanner.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.WebSecurityScanner.v1beta)](https://www.nuget.org/packages/Google.Apis.WebSecurityScanner.v1beta) | [Web Security Scanner API v1beta](https://cloud.google.com/security-command-center/docs/concepts-web-security-scanner-overview/) |
| [Google.Apis.Webfonts.v1](https://googleapis.dev/dotnet/Google.Apis.Webfonts.v1/latest/api/Google.Apis.Webfonts.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Webfonts.v1)](https://www.nuget.org/packages/Google.Apis.Webfonts.v1) | [Web Fonts Developer API v1](https://developers.google.com/fonts/docs/developer_api) |
| [Google.Apis.WorkflowExecutions.v1](https://googleapis.dev/dotnet/Google.Apis.WorkflowExecutions.v1/latest/api/Google.Apis.WorkflowExecutions.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.WorkflowExecutions.v1)](https://www.nuget.org/packages/Google.Apis.WorkflowExecutions.v1) | [Workflow Executions API v1](https://cloud.google.com/workflows) |
| [Google.Apis.WorkflowExecutions.v1beta](https://googleapis.dev/dotnet/Google.Apis.WorkflowExecutions.v1beta/latest/api/Google.Apis.WorkflowExecutions.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.WorkflowExecutions.v1beta)](https://www.nuget.org/packages/Google.Apis.WorkflowExecutions.v1beta) | [Workflow Executions API v1beta](https://cloud.google.com/workflows) |
| [Google.Apis.Workflows.v1](https://googleapis.dev/dotnet/Google.Apis.Workflows.v1/latest/api/Google.Apis.Workflows.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Workflows.v1)](https://www.nuget.org/packages/Google.Apis.Workflows.v1) | [Workflows API v1](https://cloud.google.com/workflows) |
| [Google.Apis.Workflows.v1beta](https://googleapis.dev/dotnet/Google.Apis.Workflows.v1beta/latest/api/Google.Apis.Workflows.v1beta.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.Workflows.v1beta)](https://www.nuget.org/packages/Google.Apis.Workflows.v1beta) | [Workflows API v1beta](https://cloud.google.com/workflows) |
| [Google.Apis.WorkloadManager.v1](https://googleapis.dev/dotnet/Google.Apis.WorkloadManager.v1/latest/api/Google.Apis.WorkloadManager.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.WorkloadManager.v1)](https://www.nuget.org/packages/Google.Apis.WorkloadManager.v1) | [Workload Manager API v1](https://cloud.google.com/workload-manager/docs) |
| [Google.Apis.WorkspaceEvents.v1](https://googleapis.dev/dotnet/Google.Apis.WorkspaceEvents.v1/latest/api/Google.Apis.WorkspaceEvents.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.WorkspaceEvents.v1)](https://www.nuget.org/packages/Google.Apis.WorkspaceEvents.v1) | [Google Workspace Events API v1](https://developers.google.com/workspace/events) |
| [Google.Apis.YouTube.v3](https://googleapis.dev/dotnet/Google.Apis.YouTube.v3/latest/api/Google.Apis.YouTube.v3.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.YouTube.v3)](https://www.nuget.org/packages/Google.Apis.YouTube.v3) | [YouTube Data API v3 v3](https://developers.google.com/youtube/) |
| [Google.Apis.YouTubeAnalytics.v2](https://googleapis.dev/dotnet/Google.Apis.YouTubeAnalytics.v2/latest/api/Google.Apis.YouTubeAnalytics.v2.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.YouTubeAnalytics.v2)](https://www.nuget.org/packages/Google.Apis.YouTubeAnalytics.v2) | [YouTube Analytics API v2](https://developers.google.com/youtube/analytics) |
| [Google.Apis.YouTubeReporting.v1](https://googleapis.dev/dotnet/Google.Apis.YouTubeReporting.v1/latest/api/Google.Apis.YouTubeReporting.v1.html) | [![NuGet](https://img.shields.io/nuget/v/Google.Apis.YouTubeReporting.v1)](https://www.nuget.org/packages/Google.Apis.YouTubeReporting.v1) | [YouTube Reporting API v1](https://developers.google.com/youtube/reporting/v1/reports/) |

# Support Forums

If you find an issue with in the client library we would appreciate you adding an issue in the [issue tracker](https://github.com/googleapis/google-api-dotnet-client/issues).
Questions regarding usage of the client library should be posted to [stackoverflow.com](http://stackoverflow.com/)  using the tag [#google-api-dotnet-client](http://stackoverflow.com/questions/tagged/google-api-dotnet-client)