forked from googleapis/google-cloud-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
apis.json
774 lines (723 loc) · 28.1 KB
/
apis.json
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
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
[
// This file lists all the APIs (and similar; some aren't strictly
// APIs) that we generate project files for.
// Fields:
// id: Name of the main generated library; matches top-level
// directory name and solution file
// version: library version, e.g. 1.0.0 or 1.0.0-alpha01
// - Special value "project" is used to indicate a project reference within this repository.
// - Special value "default" is used for external package references that are defaulted by
// the project generator. Currently valid for GAX and gRPC packages. The version number
// must be specified explicitly for stable projects.
// description: Used for NuGet package description
// tags: Any tags to use in NuGet in addition to Google and Cloud
// type: "rest", "grpc" or "other":
// - rest = REST-based API; implicitly depends on Google.Api.Gax.Rest
// - grpc = GRPC-based API; implicitly depends on Google.Api.Gax.Grpc
// targetFrameworks: only used for "other" projects
// dependencies: Dependencies in addition to defaults, for the main API
// testDependencies: Dependencies for all test projects. (This can lead to redundant dependencies, but it's simple.)
// productName: Name of product to include when using doc templates
// productUrl: Product home page URL to include when using doc templates
{
"id": "Google.Cloud.BigQuery.DataTransfer.V1",
"productName": "Google BigQuery Data Transfer",
"productUrl": "https://cloud.google.com/bigquery/transfer/",
"version": "1.0.0-beta02",
"type": "grpc",
"description": "Recommended Google client library to access the BigQuery Data Transfer API, which transfers data from partner SaaS applications to Google BigQuery on a scheduled, managed basis.",
"tags": [ "BigQuery", "DataTransfer" ]
},
{
"id": "Google.Cloud.BigQuery.V2",
"productName": "Google BigQuery",
"productUrl": "https://cloud.google.com/bigquery/",
"version": "1.3.0-beta01",
"type": "rest",
"description": "Recommended Google client library to access the BigQuery API. It wraps the Google.Apis.Bigquery.v2 client library, making common operations simpler in client code. BigQuery is a data platform for customers to create, manage, share and query data.",
"dependencies": {
"Google.Api.Gax.Rest": "2.4.0",
"Google.Apis.Bigquery.v2": "1.34.0.1232"
},
"testDependencies": {
"Google.Cloud.Storage.V1": "project"
},
"tags": [ "BigQuery" ]
},
{
"id": "Google.Cloud.Bigtable.Admin.V2",
"productName": "Google Cloud Bigtable Administration",
"productUrl": "https://cloud.google.com/bigtable/",
"version": "1.0.0-alpha04",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Bigtable Instance and Table Admin APIs.",
"tags": [ "Bigtable" ],
"dependencies": {
"Google.LongRunning": "1.0.0",
"Google.Cloud.Iam.V1": "1.0.0",
"Google.Cloud.Bigtable.Common.V2": "project"
},
"testDependencies": {
"Google.Api.Gax.Grpc.Testing": "default"
}
},
{
"id": "Google.Cloud.Bigtable.Common.V2",
"type": "other",
"targetFrameworks": "netstandard1.5;net45",
"version": "1.0.0-beta00",
"description": "Common code used by Bigtable V2 APIs",
"tags": [ "Bigtable" ],
"dependencies": {
"Google.Api.Gax": "2.4.0",
"Google.Protobuf": "3.5.1"
}
},
{
"id": "Google.Cloud.Bigtable.V2",
"productName": "Google Bigtable",
"productUrl": "https://cloud.google.com/bigtable/",
"version": "1.0.0-alpha05",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Bigtable API.",
"tags": [ "Bigtable" ],
"dependencies": {
"Google.Cloud.Bigtable.Common.V2": "project"
},
"testDependencies": {
"Google.Api.Gax.Grpc.Testing": "default",
"Google.Cloud.Bigtable.Admin.V2": "project"
}
},
{
"id": "Google.Cloud.Container.V1",
"productName": "Google Kubernetes Engine API",
"productUrl": "https://cloud.google.com/kubernetes-engine/docs/reference/rest/",
"version": "1.0.0-beta01",
"type": "grpc",
"description": "Recommended Google client library to access the Google Kubernetes Engine API, used for building and managing container based applications, powered by the open source Kubernetes technology.",
"tags": [ "Kubernetes" ],
"dependencies": {
"Google.Api.Gax.Grpc": "default"
}
},
{
"id": "Google.Cloud.Dataproc.V1",
"productName": "Google Cloud Dataproc",
"productUrl": "https://cloud.google.com/dataproc/docs/concepts/overview",
"version": "1.0.0-beta01",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Dataproc API, which manages Hadoop-based clusters and jobs on Google Cloud Platform.",
"tags": [ "Dataproc", "Hadoop" ],
"dependencies": {
"Google.LongRunning": "1.0.0"
}
},
{
"id": "Google.Cloud.Datastore.V1",
"productName": "Google Cloud Datastore",
"productUrl": "https://cloud.google.com/datastore/docs/concepts/overview",
"version": "2.2.0-beta00",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Datastore API, which accesses the schemaless NoSQL database to provide fully managed, robust, scalable storage for your application.",
"tags": [ "Datastore" ],
"dependencies": {
"Grpc.Core": "1.12.0",
"Google.Api.Gax.Grpc": "2.4.0"
},
"testDependencies": {
"Google.Api.Gax.Grpc.Testing": "2.4.0"
},
},
{
"id": "Google.Cloud.Debugger.V2",
"productName": "Stackdriver Debugger",
"productUrl": "https://cloud.google.com/debugger/",
"version": "1.0.0-beta02",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Debugger API.",
"tags": [ "Debug", "Debugger", "Debugging", "Stackdriver"],
"dependencies": {
"Google.Api.Gax.Grpc": "2.4.0",
"Google.Cloud.DevTools.Common": "1.0.0",
"Grpc.Core": "1.12.0"
}
},
{
"id": "Google.Cloud.DevTools.Common",
"version": "1.0.0",
"type": "other",
"targetFrameworks": "netstandard1.3;net45",
"testTargetFrameworks": "netcoreapp1.0;net452",
"description": "Common Protocol Buffer messages for Google Cloud Developer Tools APIs.",
"tags": [ "Tools" ],
"dependencies": {
"Google.Api.CommonProtos": "1.1.0",
"Google.Protobuf": "3.3.0"
}
},
{
"id": "Google.Cloud.Diagnostics.AspNet",
"version": "3.0.0-beta06",
"type": "other",
"targetFrameworks": "net45",
"testTargetFrameworks": "net452",
"description": "Google Stackdriver Instrumentation Libraries for ASP.NET.",
"tags": [ "Error", "Reporting", "Stackdriver", "ExceptionLogger", "Trace", "Diagnostics" ],
"dependencies": {
"Google.Cloud.Diagnostics.Common": "project",
"Microsoft.AspNet.WebApi.Core": "5.2.3",
"Microsoft.AspNet.WebPages": "3.2.3",
"Microsoft.AspNet.Mvc": "5.2.3",
"Grpc.Core": "1.12.0"
},
"testDependencies": {
"Google.Cloud.Diagnostics.Common.Tests": "project",
"Google.Cloud.Diagnostics.Common.IntegrationTests": "project",
"Microsoft.AspNet.Http": "1.0.0-rc1-final"
},
},
{
"id": "Google.Cloud.Diagnostics.AspNetCore",
"version": "3.0.0-beta06",
"type": "other",
"targetFrameworks": "netstandard2.0;netstandard1.5;net46",
"testTargetFrameworks": "netcoreapp1.0;netcoreapp2.0;net46",
"description": "Google Stackdriver Instrumentation Libraries for ASP.NET Core.",
"tags": [ "Error", "Reporting", "Stackdriver", "ExceptionLogger", "Trace", "Diagnostics" ],
"dependencies": {
"Google.Cloud.Diagnostics.Common": "project",
"Google.Cloud.Diagnostics.AspNetCore.Analyzers": "1.0.0-beta02",
"Grpc.Core": "1.12.0"
},
"testDependencies": {
"Google.Cloud.Diagnostics.Common.Tests": "project",
"Google.Cloud.Diagnostics.Common.IntegrationTests": "project",
"Google.Api.Gax.Testing": "2.4.0"
},
"additionalAnalyzerTestDependencies": {
"Microsoft.AspNetCore.Mvc.Core": "1.0.2",
"Microsoft.AspNetCore.Routing": "1.0.2"
}
},
{
"id": "Google.Cloud.Diagnostics.AspNetCore.Analyzers",
"version": "1.0.0-beta02",
"type": "analyzers",
"targetFrameworks": "netstandard1.3",
"testTargetFrameworks": "netcoreapp2.0",
"description": "Guidelines for using Google Stackdriver Instrumentation Libraries for ASP.NET Core.",
"tags": [ "CodeAnalysis", "Analyzers", "CSharp" ],
"testDependencies": {
"Microsoft.AspNetCore.Mvc.Core": "1.0.2",
"Microsoft.AspNetCore.Routing": "1.0.2"
}
},
{
"id": "Google.Cloud.Diagnostics.Common",
"version": "3.0.0-beta06",
"type": "other",
"targetFrameworks": "netstandard2.0;netstandard1.5;net45",
"testTargetFrameworks": "netcoreapp2.0;netcoreapp1.0;net452",
"description": "Google Stackdriver Instrumentation Libraries Common Components.",
"tags": [ "Error", "Reporting", "Stackdriver", "ExceptionLogger", "Trace", "Diagnostics" ],
"dependencies": {
"Google.Cloud.Logging.V2": "2.1.0",
"Google.Cloud.Trace.V1": "1.0.0",
"Grpc.Core": "1.12.0"
},
"testDependencies": {
"Google.Cloud.ErrorReporting.V1Beta1": "project",
"Microsoft.AspNetCore.Http": "1.0.2"
}
},
{
"id": "Google.Cloud.Dialogflow.V2",
"productName": "Google Cloud Dialogflow",
"productUrl": "https://cloud.google.com/dialogflow-enterprise/",
"version": "1.0.0-beta01",
"type": "grpc",
"description": "Recommended Google client library to access the Google Dialogflow API.",
"tags": [ "dialogflow", "iot" ],
"dependencies": {
"Google.LongRunning": "1.0.0",
"Grpc.Core": "1.12.0"
}
},
{
"id": "Google.Cloud.Dlp.V2",
"productName": "Google Cloud Data Loss Prevention",
"productUrl": "https://cloud.google.com/dlp/",
"version": "1.0.0-beta05",
"type": "grpc",
"description": "Recommended Google client library to access the Google Data Loss Prevention API, provides methods for detection of privacy-sensitive fragments in text, images, and Google Cloud Platform storage repositories.",
"tags": [ "DLP", "data loss prevention", "privacy", "pii" ],
},
{
"id": "Google.Cloud.ErrorReporting.V1Beta1",
"productName": "Stackdriver Error Reporting",
"productUrl": "https://cloud.google.com/error-reporting/",
"version": "1.0.0-beta08",
"type": "grpc",
"description": "Recommended Google client library to access the Stackdriver Error Reporting API, which groups and counts similar errors from cloud services. The Stackdriver Error Reporting API provides a way to report new errors and read access to error groups and their associated errors.",
"tags": [ "ErrorReporting", "Stackdriver" ],
},
{
"id": "Google.Cloud.Firestore",
"productName": "Firestore",
"productUrl": "https://firebase.google.com/docs/firestore/",
"version": "1.0.0-beta05",
"type": "other",
"targetFrameworks": "netstandard1.5;net45",
"testTargetFrameworks": "netcoreapp1.0;net452",
"description": "Recommended Google client library to access the Firestore API.",
"tags": [ "firestore", "firebase" ],
"dependencies": {
"Google.Cloud.Firestore.V1Beta1": "project",
"Grpc.Core": "default"
},
"testDependencies": {
"Google.Api.Gax.Testing": "default",
"Grpc.Core.Testing": "default",
"System.ValueTuple": "4.4.0"
}
},
{
"id": "Google.Cloud.Firestore.V1Beta1",
"productName": "Firestore",
"productUrl": "https://firebase.google.com",
"version": "1.0.0-beta05",
"type": "grpc",
"description": "Low-level Google client library to access the Firestore API. Users are recommended to use the Google.Cloud.Firestore.Data package instead.",
"tags": [ "firestore", "firebase" ],
"dependencies": {
"Google.LongRunning": "1.0.0"
}
},
{
"id": "Google.Cloud.Iam.V1",
"version": "1.1.0",
"type": "grpc",
"description": "gRPC services for the Google Identity and Access Management API. This library is typically used as a dependency for other API client libraries.",
"tags": [ "IAM", "Identity", "Access" ],
"dependencies": {
"Google.Api.Gax.Grpc": "2.4.0",
"Grpc.Core": "1.12.0"
},
},
{
"id": "Google.Cloud.Language.V1",
"productName": "Google Cloud Natural Language",
"productUrl": "https://cloud.google.com/natural-language",
"version": "1.2.0-beta00",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Natural Language API, which provides natural language understanding technologies to developers. Examples include sentiment analysis, entity recognition, and text annotations.",
"tags": [ "Language" ],
"dependencies": {
"Google.Api.Gax.Grpc": "2.4.0",
"Grpc.Core": "1.12.0"
},
},
{
"id": "Google.Cloud.Logging.Log4Net",
"version": "2.3.0-beta00",
"type": "other",
"targetFrameworks": "netstandard1.5;net45",
"testTargetFrameworks": "netcoreapp1.0;net452",
"description": "Log4Net client library for the Google Stackdriver Logging API.",
"tags": [ "Log4Net", "Logging", "Stackdriver" ],
"dependencies": {
"log4net": "2.0.8",
"Google.Api.Gax.Grpc": "2.4.0",
"Google.Cloud.Logging.V2": "2.1.0",
"Google.Cloud.DevTools.Common": "1.0.0",
"Grpc.Core": "1.12.0"
},
"testDependencies": {
"Google.Api.Gax.Testing": "2.3.0"
}
},
{
"id": "Google.Cloud.Logging.NLog",
"version": "2.0.0-beta02",
"type": "other",
"targetFrameworks": "netstandard1.5;net45",
"testTargetFrameworks": "netcoreapp1.0;net452",
"description": "NLog target for the Google Stackdriver Logging API.",
"tags": [ "NLog", "Logging", "Stackdriver" ],
"dependencies": {
"NLog": "4.5.0",
"Google.Api.Gax.Grpc": "2.4.0",
"Google.Cloud.Logging.V2": "2.1.0",
"Google.Cloud.DevTools.Common": "1.0.0",
"Grpc.Core": "1.12.0"
},
"testDependencies": {
"Google.Api.Gax.Testing": "2.4.0"
}
},
{
"id": "Google.Cloud.Logging.Type",
"version": "2.1.0-beta00",
"type": "other",
"targetFrameworks": "netstandard1.5;net45",
"description": "Version-agnostic types for the Google Stackdriver Logging API.",
"tags": [ "Logging", "Stackdriver" ],
"dependencies": {
"Google.Api.CommonProtos": "1.2.0"
}
},
{
"id": "Google.Cloud.Logging.V2",
"productName": "Stackdriver Logging",
"productUrl": "https://cloud.google.com/logging/",
"version": "2.2.0-beta00",
"type": "grpc",
"description": "Recommended Google client library to access the Google Stackdriver Logging API, which writes log entries and manages your logs, log sinks, and logs-based metrics.",
"tags": [ "Logging", "Stackdriver" ],
"dependencies": {
"Google.Api.Gax.Grpc": "2.4.0",
"Google.Cloud.Logging.Type": "2.0.0",
"Grpc.Core": "1.12.0"
}
},
{
"id": "Google.Cloud.Metadata.V1",
"productName": "Google Compute Engine Metadata Server",
"productUrl": "https://cloud.google.com/compute/docs/storing-retrieving-metadata",
"version": "1.0.0-alpha07",
"type": "rest",
"description": "Google Compute Engine Metadata v1 client library",
"tags": [ "Metadata" ],
"dependencies": {
"Google.Apis.Compute.v1": "1.34.0.1231"
}
},
{
"id": "Google.Cloud.Monitoring.V3",
"productName": "Stackdriver Monitoring",
"productUrl": "https://cloud.google.com/monitoring/api/v3/",
"version": "1.1.0-beta01",
"type": "grpc",
"description": "Recommended Google client library to access the Stackdriver Monitoring API, which manages your Stackdriver Monitoring data and configurations. Most projects must be associated with a Stackdriver account, with a few exceptions as noted on the individual method pages.",
"tags": [ "Monitoring", "Stackdriver" ],
"dependencies": {
"Google.Api.Gax.Grpc": "2.4.0",
"Grpc.Core": "1.12.0"
}
},
{
"id": "Google.Cloud.OsLogin.Common",
"version": "1.0.0-beta01",
"type": "other",
"targetFrameworks": "netstandard1.5;net45",
"description": "Version-agnostic types for the Google OS Login API.",
"tags": [ "OsLogin", "Login" ],
"dependencies": {
"Google.Api.CommonProtos": "1.2.0"
}
},
{
"id": "Google.Cloud.OsLogin.V1",
"productName": "Google Cloud OS Login API",
"productUrl": "https://cloud.google.com/compute/docs/instances/managing-instance-access",
"version": "1.0.0-beta01",
"type": "grpc",
"description": "Recommended Google client library to manage OS login configuration for Google account users.",
"tags": [ "OsLogin", "Login" ],
"dependencies": {
"Google.Cloud.OsLogin.Common": "project"
}
},
{
"id": "Google.Cloud.OsLogin.V1Beta",
"productName": "Google Cloud OS Login API",
"productUrl": "https://cloud.google.com/compute/docs/instances/managing-instance-access",
"version": "1.0.0-beta01",
"type": "grpc",
"description": "Recommended Google client library to manages OS login configuration for Google account users.",
"tags": [ "OsLogin", "Login" ],
"dependencies": {
"Google.Cloud.OsLogin.Common": "project"
}
},
{
"id": "Google.Cloud.PubSub.V1",
"productName": "Cloud Pub/Sub",
"productUrl": "https://cloud.google.com/pubsub/",
"version": "1.0.0-beta18",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Pub/Sub API, which provides reliable, many-to-many, asynchronous messaging between applications.",
"dependencies": {
"Google.Cloud.Iam.V1": "1.0.0",
"Google.Api.Gax.Grpc": "2.4.0"
},
"testDependencies": {
"System.ValueTuple": "4.3.1"
},
"tags": [ "PubSub" ],
},
{
"id": "Google.Cloud.Redis.V1Beta1",
"productName": "Google Cloud Memorystore for Redis",
"productUrl": "https://cloud.google.com/memorystore/",
"version": "1.0.0-beta01",
"type": "grpc",
"description": "Recommended Google client library to administer Cloud Memorystore for Redis.",
"dependencies": {
"Google.LongRunning": "1.0.0",
},
"tags": [ "Redis", "Memorystore" ]
},
{
"id": "Google.Cloud.Spanner.Admin.Database.V1",
"productName": "Google Cloud Spanner Database Administration",
"productUrl": "https://cloud.google.com/spanner/",
"version": "2.0.0-beta02",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Spanner Database Admin API.",
"tags": [ "Spanner" ],
"dependencies": {
"Google.LongRunning": "1.0.0",
"Google.Api.Gax.Grpc": "2.4.0",
"Grpc.Core": "1.12.0",
"Google.Cloud.Iam.V1": "1.0.0",
"Google.Cloud.Spanner.Common.V1": "project"
}
},
{
"id": "Google.Cloud.Spanner.Admin.Instance.V1",
"productName": "Google Cloud Spanner Instance Administration",
"productUrl": "https://cloud.google.com/spanner/",
"version": "2.0.0-beta02",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Spanner Instance Admin API.",
"tags": [ "Spanner" ],
"dependencies": {
"Google.LongRunning": "1.0.0",
"Google.Api.Gax.Grpc": "2.4.0",
"Grpc.Core": "1.12.0",
"Google.Cloud.Iam.V1": "1.0.0",
"Google.Cloud.Spanner.Common.V1": "project"
}
},
{
"id": "Google.Cloud.Spanner.Data",
"version": "2.0.0-beta02",
"type": "other",
"targetFrameworks": "netstandard1.5;netstandard2.0;net45",
"testTargetFrameworks": "netcoreapp1.0;netcoreapp2.0;net452",
"description": "Google ADO.NET Provider for Google Cloud Spanner.",
"tags": [ "Spanner", "ADO" ],
"dependencies": {
"Google.Cloud.Spanner.V1": "project",
"Google.Cloud.Spanner.Admin.Database.V1": "project",
"Google.Cloud.Spanner.Admin.Instance.V1": "project",
"Grpc.Core": "1.12.0"
},
"testDependencies": {
"CoreCompat.EnterpriseLibrary.TransientFaultHandling": "6.0.1304-r3"
}
},
{
"id": "Google.Cloud.EntityFrameworkCore.Spanner",
"version": "1.0.0-alpha04",
"type": "other",
"targetFrameworks": "netstandard2.0",
"testTargetFrameworks": "netcoreapp2.0;net461",
"description": "Google EntityFrameworkCore Provider for Google Cloud Spanner.",
"tags": [ "Spanner", "ADO", "EntityFramework" ],
"dependencies": {
"Google.Cloud.Spanner.Data": "project",
"Google.Cloud.Spanner.V1": "project",
"Google.Cloud.Spanner.Admin.Database.V1": "project",
"Google.Cloud.Spanner.Admin.Instance.V1": "project",
"Microsoft.EntityFrameworkCore.Relational": "2.0.1",
"Grpc.Core": "1.12.0"
},
"testDependencies": {
"Microsoft.EntityFrameworkCore.Relational.Specification.Tests": "2.0.1",
"Microsoft.EntityFrameworkCore.Specification.Tests": "2.0.1",
"Microsoft.Extensions.Configuration": "2.0.0",
"Microsoft.Extensions.Configuration.FileExtensions": "2.0.0",
"Microsoft.Extensions.Configuration.Json": "2.0.0",
"Microsoft.Extensions.Configuration.EnvironmentVariables": "2.0.0",
}
},
{
"id": "Google.Cloud.Spanner.Common.V1",
"type": "other",
"targetFrameworks": "netstandard1.5;net45",
"version": "2.0.0-beta02",
"description": "Common resource names used by all Spanner V1 APIs",
"tags": [ "Spanner" ],
"dependencies": {
"Google.Api.Gax": "2.4.0"
}
},
{
"id": "Google.Cloud.Spanner.V1",
"productName": "Google Cloud Spanner",
"productUrl": "https://cloud.google.com/spanner/",
"version": "2.0.0-beta02",
"type": "grpc",
"targetFrameworks": "netstandard1.5;netstandard2.0;net45",
"testTargetFrameworks": "netcoreapp1.0;netcoreapp2.0;net452",
"description": "Low-level Google client library to access the Google Cloud Spanner API. The ADO.NET provider (Google.Cloud.Spanner.Data) which depends on this package is generally preferred for Spanner access.",
"tags": [ "Spanner" ],
"dependencies": {
"Google.Api.Gax.Grpc": "2.4.0",
"Grpc.Core": "1.12.0",
"Google.Cloud.Spanner.Common.V1": "project"
}
},
{
"id": "Google.Cloud.Speech.V1",
"productName": "Google Cloud Speech",
"productUrl": "https://cloud.google.com/speech",
"version": "1.1.0-beta00",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Speech API, which performs speech recognition.",
"tags": [ "Speech" ],
"dependencies": {
"Google.Api.Gax.Grpc": "2.4.0",
"Google.LongRunning": "1.0.0",
"Grpc.Core": "1.12.0"
},
},
{
"id": "Google.Cloud.Storage.V1",
"productName": "Google Cloud Storage",
"productUrl": "https://cloud.google.com/storage/",
"version": "2.2.0-beta01",
"type": "rest",
"description": "Recommended Google client library to access the Google Cloud Storage API. It wraps the Google.Apis.Storage.v1 client library, making common operations simpler in client code. Google Cloud Storage stores and retrieves potentially large, immutable data objects.",
"dependencies": {
"Google.Api.Gax.Rest": "2.4.0",
"Google.Apis.Storage.v1": "1.34.0.1233"
},
"testDependencies": {
"Google.Cloud.Iam.V1": "1.0.0",
"Google.Cloud.PubSub.V1": "project"
},
"tags": [ "Storage" ]
},
{
"id": "Google.Cloud.Tasks.V2Beta2",
"productName": "Google Cloud Tasks",
"productUrl": "https://cloud.google.com/cloud-tasks/",
"version": "1.0.0-beta00",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Tasks API, which manages the execution of large numbers of distributed requests.",
"tags": [ "Tasks" ],
"dependencies": {
"Google.Cloud.Iam.V1": "1.0.0"
}
},
{
"id": "Google.Cloud.TextToSpeech.V1",
"productName": "Google Cloud Text-to-Speech",
"productUrl": "https://cloud.google.com/text-to-speech",
"version": "1.0.0-beta01",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Text-to-Speech API, synthesizes natural-sounding speech by applying powerful neural network models.",
"tags": [ "Speech", "Text-to-speech" ],
},
{
"id": "Google.Cloud.Trace.V1",
"productName": "Stackdriver Trace",
"productUrl": "https://cloud.google.com/trace/",
"version": "1.1.0-beta00",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Trace API, which sends and retrieves trace data from Google Cloud Trace. Data is generated and available by default for all App Engine applications. Data from other applications can be written to Cloud Trace for display, reporting, and analysis.",
"tags": [ "Tracing", "Trace" ],
"dependencies": {
"Google.Api.Gax.Grpc": "2.4.0",
"Grpc.Core": "1.12.0"
}
},
{
"id": "Google.Cloud.Trace.V2",
"productName": "Stackdriver Trace",
"productUrl": "https://cloud.google.com/trace/",
"version": "1.0.0-beta01",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Trace V2 API, which sends and retrieves trace data from Google Cloud Trace. Data is generated and available by default for all App Engine applications. Data from other applications can be written to Cloud Trace for display, reporting, and analysis.",
"tags": [ "Tracing", "Trace" ]
},
{
"id": "Google.Cloud.Translation.V2",
"productName": "Google Cloud Translation",
"productUrl": "https://cloud.google.com/translate/",
"version": "1.1.0-beta02",
"type": "rest",
"description": "Recommended Google client library to access the Translation API. It wraps the Google.Apis.Translate.v2 client library, making common operations simpler in client code. The Translate API translates text from one language to another.",
"dependencies": {
"Google.Apis.Translate.v2": "1.34.0.875"
},
"tags": [ "Translate", "Translation" ]
},
{
"id": "Google.Cloud.VideoIntelligence.V1",
"productName": "Google Cloud Video Intelligence",
"productUrl": "https://cloud.google.com/video-intelligence",
"version": "1.1.0-beta00",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Video Intelligence API.",
"tags": [ "VideoIntelligence" ],
"dependencies": {
"Google.Api.Gax.Grpc": "2.4.0",
"Google.LongRunning": "1.0.0",
"Grpc.Core": "1.12.0"
},
},
{
"id": "Google.Cloud.Vision.V1",
"productName": "Google Cloud Vision",
"productUrl": "https://cloud.google.com/vision",
"version": "1.2.0",
"type": "grpc",
"description": "Recommended Google client library to access the Google Cloud Vision API, which integrates Google Vision features, including image labeling, face, logo, and landmark detection, optical character recognition (OCR), and detection of explicit content, into applications.",
"tags": [ "Vision" ],
"dependencies": {
"Google.Api.Gax.Grpc": "2.3.0",
"Google.LongRunning": "1.0.0",
"Grpc.Core": "1.10.0"
},
},
{
"id": "Google.Cloud.Vision.V1P1Beta1",
"productName": "Google Cloud Vision",
"productUrl": "https://cloud.google.com/vision",
"version": "1.0.0-beta01",
"type": "grpc",
"description": "Google client library to access the Google Cloud Vision API version v1p1beta1 with upcoming features.",
"tags": [ "Vision" ]
},
{
"id": "Google.Cloud.Vision.V1P2Beta1",
"productName": "Google Cloud Vision",
"productUrl": "https://cloud.google.com/vision",
"version": "1.0.0-beta01",
"type": "grpc",
"description": "Google client library to access the Google Cloud Vision API version v1p2beta1 with upcoming features.",
"tags": [ "Vision" ],
"dependencies": {
"Google.LongRunning": "1.0.0"
}
},
{
"id": "Google.LongRunning",
"version": "1.1.0-beta00",
"type": "grpc",
"description": "gRPC services for the Google Long Running Operations API. This library is typically used as a dependency for other API client libraries.",
"tags": [ "LongRunning" ],
"dependencies": {
"Google.Api.Gax.Grpc": "2.4.0",
"Grpc.Core": "1.12.0"
},
"testDependencies": {
"Google.Api.Gax.Testing": "2.4.0"
}
}
]