google-cloud-network-services 0.5.20__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. google/cloud/network_services/__init__.py +209 -0
  2. google/cloud/network_services/gapic_version.py +16 -0
  3. google/cloud/network_services/py.typed +2 -0
  4. google/cloud/network_services_v1/__init__.py +195 -0
  5. google/cloud/network_services_v1/gapic_metadata.json +782 -0
  6. google/cloud/network_services_v1/gapic_version.py +16 -0
  7. google/cloud/network_services_v1/py.typed +2 -0
  8. google/cloud/network_services_v1/services/__init__.py +15 -0
  9. google/cloud/network_services_v1/services/dep_service/__init__.py +22 -0
  10. google/cloud/network_services_v1/services/dep_service/async_client.py +2309 -0
  11. google/cloud/network_services_v1/services/dep_service/client.py +2766 -0
  12. google/cloud/network_services_v1/services/dep_service/pagers.py +353 -0
  13. google/cloud/network_services_v1/services/dep_service/transports/__init__.py +36 -0
  14. google/cloud/network_services_v1/services/dep_service/transports/base.py +431 -0
  15. google/cloud/network_services_v1/services/dep_service/transports/grpc.py +816 -0
  16. google/cloud/network_services_v1/services/dep_service/transports/grpc_asyncio.py +943 -0
  17. google/cloud/network_services_v1/services/dep_service/transports/rest.py +3857 -0
  18. google/cloud/network_services_v1/services/dep_service/transports/rest_base.py +936 -0
  19. google/cloud/network_services_v1/services/network_services/__init__.py +22 -0
  20. google/cloud/network_services_v1/services/network_services/async_client.py +6241 -0
  21. google/cloud/network_services_v1/services/network_services/client.py +6788 -0
  22. google/cloud/network_services_v1/services/network_services/pagers.py +1300 -0
  23. google/cloud/network_services_v1/services/network_services/transports/__init__.py +36 -0
  24. google/cloud/network_services_v1/services/network_services/transports/base.py +866 -0
  25. google/cloud/network_services_v1/services/network_services/transports/grpc.py +1599 -0
  26. google/cloud/network_services_v1/services/network_services/transports/grpc_asyncio.py +1899 -0
  27. google/cloud/network_services_v1/services/network_services/transports/rest.py +10079 -0
  28. google/cloud/network_services_v1/services/network_services/transports/rest_base.py +2440 -0
  29. google/cloud/network_services_v1/types/__init__.py +184 -0
  30. google/cloud/network_services_v1/types/common.py +228 -0
  31. google/cloud/network_services_v1/types/dep.py +943 -0
  32. google/cloud/network_services_v1/types/endpoint_policy.py +317 -0
  33. google/cloud/network_services_v1/types/gateway.py +304 -0
  34. google/cloud/network_services_v1/types/grpc_route.py +719 -0
  35. google/cloud/network_services_v1/types/http_route.py +1126 -0
  36. google/cloud/network_services_v1/types/mesh.py +253 -0
  37. google/cloud/network_services_v1/types/network_services.py +24 -0
  38. google/cloud/network_services_v1/types/service_binding.py +213 -0
  39. google/cloud/network_services_v1/types/tcp_route.py +405 -0
  40. google/cloud/network_services_v1/types/tls_route.py +366 -0
  41. google_cloud_network_services-0.5.20.dist-info/LICENSE +202 -0
  42. google_cloud_network_services-0.5.20.dist-info/METADATA +229 -0
  43. google_cloud_network_services-0.5.20.dist-info/RECORD +45 -0
  44. google_cloud_network_services-0.5.20.dist-info/WHEEL +5 -0
  45. google_cloud_network_services-0.5.20.dist-info/top_level.txt +1 -0
@@ -0,0 +1,782 @@
1
+ {
2
+ "comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
3
+ "language": "python",
4
+ "libraryPackage": "google.cloud.network_services_v1",
5
+ "protoPackage": "google.cloud.networkservices.v1",
6
+ "schema": "1.0",
7
+ "services": {
8
+ "DepService": {
9
+ "clients": {
10
+ "grpc": {
11
+ "libraryClient": "DepServiceClient",
12
+ "rpcs": {
13
+ "CreateLbRouteExtension": {
14
+ "methods": [
15
+ "create_lb_route_extension"
16
+ ]
17
+ },
18
+ "CreateLbTrafficExtension": {
19
+ "methods": [
20
+ "create_lb_traffic_extension"
21
+ ]
22
+ },
23
+ "DeleteLbRouteExtension": {
24
+ "methods": [
25
+ "delete_lb_route_extension"
26
+ ]
27
+ },
28
+ "DeleteLbTrafficExtension": {
29
+ "methods": [
30
+ "delete_lb_traffic_extension"
31
+ ]
32
+ },
33
+ "GetLbRouteExtension": {
34
+ "methods": [
35
+ "get_lb_route_extension"
36
+ ]
37
+ },
38
+ "GetLbTrafficExtension": {
39
+ "methods": [
40
+ "get_lb_traffic_extension"
41
+ ]
42
+ },
43
+ "ListLbRouteExtensions": {
44
+ "methods": [
45
+ "list_lb_route_extensions"
46
+ ]
47
+ },
48
+ "ListLbTrafficExtensions": {
49
+ "methods": [
50
+ "list_lb_traffic_extensions"
51
+ ]
52
+ },
53
+ "UpdateLbRouteExtension": {
54
+ "methods": [
55
+ "update_lb_route_extension"
56
+ ]
57
+ },
58
+ "UpdateLbTrafficExtension": {
59
+ "methods": [
60
+ "update_lb_traffic_extension"
61
+ ]
62
+ }
63
+ }
64
+ },
65
+ "grpc-async": {
66
+ "libraryClient": "DepServiceAsyncClient",
67
+ "rpcs": {
68
+ "CreateLbRouteExtension": {
69
+ "methods": [
70
+ "create_lb_route_extension"
71
+ ]
72
+ },
73
+ "CreateLbTrafficExtension": {
74
+ "methods": [
75
+ "create_lb_traffic_extension"
76
+ ]
77
+ },
78
+ "DeleteLbRouteExtension": {
79
+ "methods": [
80
+ "delete_lb_route_extension"
81
+ ]
82
+ },
83
+ "DeleteLbTrafficExtension": {
84
+ "methods": [
85
+ "delete_lb_traffic_extension"
86
+ ]
87
+ },
88
+ "GetLbRouteExtension": {
89
+ "methods": [
90
+ "get_lb_route_extension"
91
+ ]
92
+ },
93
+ "GetLbTrafficExtension": {
94
+ "methods": [
95
+ "get_lb_traffic_extension"
96
+ ]
97
+ },
98
+ "ListLbRouteExtensions": {
99
+ "methods": [
100
+ "list_lb_route_extensions"
101
+ ]
102
+ },
103
+ "ListLbTrafficExtensions": {
104
+ "methods": [
105
+ "list_lb_traffic_extensions"
106
+ ]
107
+ },
108
+ "UpdateLbRouteExtension": {
109
+ "methods": [
110
+ "update_lb_route_extension"
111
+ ]
112
+ },
113
+ "UpdateLbTrafficExtension": {
114
+ "methods": [
115
+ "update_lb_traffic_extension"
116
+ ]
117
+ }
118
+ }
119
+ },
120
+ "rest": {
121
+ "libraryClient": "DepServiceClient",
122
+ "rpcs": {
123
+ "CreateLbRouteExtension": {
124
+ "methods": [
125
+ "create_lb_route_extension"
126
+ ]
127
+ },
128
+ "CreateLbTrafficExtension": {
129
+ "methods": [
130
+ "create_lb_traffic_extension"
131
+ ]
132
+ },
133
+ "DeleteLbRouteExtension": {
134
+ "methods": [
135
+ "delete_lb_route_extension"
136
+ ]
137
+ },
138
+ "DeleteLbTrafficExtension": {
139
+ "methods": [
140
+ "delete_lb_traffic_extension"
141
+ ]
142
+ },
143
+ "GetLbRouteExtension": {
144
+ "methods": [
145
+ "get_lb_route_extension"
146
+ ]
147
+ },
148
+ "GetLbTrafficExtension": {
149
+ "methods": [
150
+ "get_lb_traffic_extension"
151
+ ]
152
+ },
153
+ "ListLbRouteExtensions": {
154
+ "methods": [
155
+ "list_lb_route_extensions"
156
+ ]
157
+ },
158
+ "ListLbTrafficExtensions": {
159
+ "methods": [
160
+ "list_lb_traffic_extensions"
161
+ ]
162
+ },
163
+ "UpdateLbRouteExtension": {
164
+ "methods": [
165
+ "update_lb_route_extension"
166
+ ]
167
+ },
168
+ "UpdateLbTrafficExtension": {
169
+ "methods": [
170
+ "update_lb_traffic_extension"
171
+ ]
172
+ }
173
+ }
174
+ }
175
+ }
176
+ },
177
+ "NetworkServices": {
178
+ "clients": {
179
+ "grpc": {
180
+ "libraryClient": "NetworkServicesClient",
181
+ "rpcs": {
182
+ "CreateEndpointPolicy": {
183
+ "methods": [
184
+ "create_endpoint_policy"
185
+ ]
186
+ },
187
+ "CreateGateway": {
188
+ "methods": [
189
+ "create_gateway"
190
+ ]
191
+ },
192
+ "CreateGrpcRoute": {
193
+ "methods": [
194
+ "create_grpc_route"
195
+ ]
196
+ },
197
+ "CreateHttpRoute": {
198
+ "methods": [
199
+ "create_http_route"
200
+ ]
201
+ },
202
+ "CreateMesh": {
203
+ "methods": [
204
+ "create_mesh"
205
+ ]
206
+ },
207
+ "CreateServiceBinding": {
208
+ "methods": [
209
+ "create_service_binding"
210
+ ]
211
+ },
212
+ "CreateTcpRoute": {
213
+ "methods": [
214
+ "create_tcp_route"
215
+ ]
216
+ },
217
+ "CreateTlsRoute": {
218
+ "methods": [
219
+ "create_tls_route"
220
+ ]
221
+ },
222
+ "DeleteEndpointPolicy": {
223
+ "methods": [
224
+ "delete_endpoint_policy"
225
+ ]
226
+ },
227
+ "DeleteGateway": {
228
+ "methods": [
229
+ "delete_gateway"
230
+ ]
231
+ },
232
+ "DeleteGrpcRoute": {
233
+ "methods": [
234
+ "delete_grpc_route"
235
+ ]
236
+ },
237
+ "DeleteHttpRoute": {
238
+ "methods": [
239
+ "delete_http_route"
240
+ ]
241
+ },
242
+ "DeleteMesh": {
243
+ "methods": [
244
+ "delete_mesh"
245
+ ]
246
+ },
247
+ "DeleteServiceBinding": {
248
+ "methods": [
249
+ "delete_service_binding"
250
+ ]
251
+ },
252
+ "DeleteTcpRoute": {
253
+ "methods": [
254
+ "delete_tcp_route"
255
+ ]
256
+ },
257
+ "DeleteTlsRoute": {
258
+ "methods": [
259
+ "delete_tls_route"
260
+ ]
261
+ },
262
+ "GetEndpointPolicy": {
263
+ "methods": [
264
+ "get_endpoint_policy"
265
+ ]
266
+ },
267
+ "GetGateway": {
268
+ "methods": [
269
+ "get_gateway"
270
+ ]
271
+ },
272
+ "GetGrpcRoute": {
273
+ "methods": [
274
+ "get_grpc_route"
275
+ ]
276
+ },
277
+ "GetHttpRoute": {
278
+ "methods": [
279
+ "get_http_route"
280
+ ]
281
+ },
282
+ "GetMesh": {
283
+ "methods": [
284
+ "get_mesh"
285
+ ]
286
+ },
287
+ "GetServiceBinding": {
288
+ "methods": [
289
+ "get_service_binding"
290
+ ]
291
+ },
292
+ "GetTcpRoute": {
293
+ "methods": [
294
+ "get_tcp_route"
295
+ ]
296
+ },
297
+ "GetTlsRoute": {
298
+ "methods": [
299
+ "get_tls_route"
300
+ ]
301
+ },
302
+ "ListEndpointPolicies": {
303
+ "methods": [
304
+ "list_endpoint_policies"
305
+ ]
306
+ },
307
+ "ListGateways": {
308
+ "methods": [
309
+ "list_gateways"
310
+ ]
311
+ },
312
+ "ListGrpcRoutes": {
313
+ "methods": [
314
+ "list_grpc_routes"
315
+ ]
316
+ },
317
+ "ListHttpRoutes": {
318
+ "methods": [
319
+ "list_http_routes"
320
+ ]
321
+ },
322
+ "ListMeshes": {
323
+ "methods": [
324
+ "list_meshes"
325
+ ]
326
+ },
327
+ "ListServiceBindings": {
328
+ "methods": [
329
+ "list_service_bindings"
330
+ ]
331
+ },
332
+ "ListTcpRoutes": {
333
+ "methods": [
334
+ "list_tcp_routes"
335
+ ]
336
+ },
337
+ "ListTlsRoutes": {
338
+ "methods": [
339
+ "list_tls_routes"
340
+ ]
341
+ },
342
+ "UpdateEndpointPolicy": {
343
+ "methods": [
344
+ "update_endpoint_policy"
345
+ ]
346
+ },
347
+ "UpdateGateway": {
348
+ "methods": [
349
+ "update_gateway"
350
+ ]
351
+ },
352
+ "UpdateGrpcRoute": {
353
+ "methods": [
354
+ "update_grpc_route"
355
+ ]
356
+ },
357
+ "UpdateHttpRoute": {
358
+ "methods": [
359
+ "update_http_route"
360
+ ]
361
+ },
362
+ "UpdateMesh": {
363
+ "methods": [
364
+ "update_mesh"
365
+ ]
366
+ },
367
+ "UpdateTcpRoute": {
368
+ "methods": [
369
+ "update_tcp_route"
370
+ ]
371
+ },
372
+ "UpdateTlsRoute": {
373
+ "methods": [
374
+ "update_tls_route"
375
+ ]
376
+ }
377
+ }
378
+ },
379
+ "grpc-async": {
380
+ "libraryClient": "NetworkServicesAsyncClient",
381
+ "rpcs": {
382
+ "CreateEndpointPolicy": {
383
+ "methods": [
384
+ "create_endpoint_policy"
385
+ ]
386
+ },
387
+ "CreateGateway": {
388
+ "methods": [
389
+ "create_gateway"
390
+ ]
391
+ },
392
+ "CreateGrpcRoute": {
393
+ "methods": [
394
+ "create_grpc_route"
395
+ ]
396
+ },
397
+ "CreateHttpRoute": {
398
+ "methods": [
399
+ "create_http_route"
400
+ ]
401
+ },
402
+ "CreateMesh": {
403
+ "methods": [
404
+ "create_mesh"
405
+ ]
406
+ },
407
+ "CreateServiceBinding": {
408
+ "methods": [
409
+ "create_service_binding"
410
+ ]
411
+ },
412
+ "CreateTcpRoute": {
413
+ "methods": [
414
+ "create_tcp_route"
415
+ ]
416
+ },
417
+ "CreateTlsRoute": {
418
+ "methods": [
419
+ "create_tls_route"
420
+ ]
421
+ },
422
+ "DeleteEndpointPolicy": {
423
+ "methods": [
424
+ "delete_endpoint_policy"
425
+ ]
426
+ },
427
+ "DeleteGateway": {
428
+ "methods": [
429
+ "delete_gateway"
430
+ ]
431
+ },
432
+ "DeleteGrpcRoute": {
433
+ "methods": [
434
+ "delete_grpc_route"
435
+ ]
436
+ },
437
+ "DeleteHttpRoute": {
438
+ "methods": [
439
+ "delete_http_route"
440
+ ]
441
+ },
442
+ "DeleteMesh": {
443
+ "methods": [
444
+ "delete_mesh"
445
+ ]
446
+ },
447
+ "DeleteServiceBinding": {
448
+ "methods": [
449
+ "delete_service_binding"
450
+ ]
451
+ },
452
+ "DeleteTcpRoute": {
453
+ "methods": [
454
+ "delete_tcp_route"
455
+ ]
456
+ },
457
+ "DeleteTlsRoute": {
458
+ "methods": [
459
+ "delete_tls_route"
460
+ ]
461
+ },
462
+ "GetEndpointPolicy": {
463
+ "methods": [
464
+ "get_endpoint_policy"
465
+ ]
466
+ },
467
+ "GetGateway": {
468
+ "methods": [
469
+ "get_gateway"
470
+ ]
471
+ },
472
+ "GetGrpcRoute": {
473
+ "methods": [
474
+ "get_grpc_route"
475
+ ]
476
+ },
477
+ "GetHttpRoute": {
478
+ "methods": [
479
+ "get_http_route"
480
+ ]
481
+ },
482
+ "GetMesh": {
483
+ "methods": [
484
+ "get_mesh"
485
+ ]
486
+ },
487
+ "GetServiceBinding": {
488
+ "methods": [
489
+ "get_service_binding"
490
+ ]
491
+ },
492
+ "GetTcpRoute": {
493
+ "methods": [
494
+ "get_tcp_route"
495
+ ]
496
+ },
497
+ "GetTlsRoute": {
498
+ "methods": [
499
+ "get_tls_route"
500
+ ]
501
+ },
502
+ "ListEndpointPolicies": {
503
+ "methods": [
504
+ "list_endpoint_policies"
505
+ ]
506
+ },
507
+ "ListGateways": {
508
+ "methods": [
509
+ "list_gateways"
510
+ ]
511
+ },
512
+ "ListGrpcRoutes": {
513
+ "methods": [
514
+ "list_grpc_routes"
515
+ ]
516
+ },
517
+ "ListHttpRoutes": {
518
+ "methods": [
519
+ "list_http_routes"
520
+ ]
521
+ },
522
+ "ListMeshes": {
523
+ "methods": [
524
+ "list_meshes"
525
+ ]
526
+ },
527
+ "ListServiceBindings": {
528
+ "methods": [
529
+ "list_service_bindings"
530
+ ]
531
+ },
532
+ "ListTcpRoutes": {
533
+ "methods": [
534
+ "list_tcp_routes"
535
+ ]
536
+ },
537
+ "ListTlsRoutes": {
538
+ "methods": [
539
+ "list_tls_routes"
540
+ ]
541
+ },
542
+ "UpdateEndpointPolicy": {
543
+ "methods": [
544
+ "update_endpoint_policy"
545
+ ]
546
+ },
547
+ "UpdateGateway": {
548
+ "methods": [
549
+ "update_gateway"
550
+ ]
551
+ },
552
+ "UpdateGrpcRoute": {
553
+ "methods": [
554
+ "update_grpc_route"
555
+ ]
556
+ },
557
+ "UpdateHttpRoute": {
558
+ "methods": [
559
+ "update_http_route"
560
+ ]
561
+ },
562
+ "UpdateMesh": {
563
+ "methods": [
564
+ "update_mesh"
565
+ ]
566
+ },
567
+ "UpdateTcpRoute": {
568
+ "methods": [
569
+ "update_tcp_route"
570
+ ]
571
+ },
572
+ "UpdateTlsRoute": {
573
+ "methods": [
574
+ "update_tls_route"
575
+ ]
576
+ }
577
+ }
578
+ },
579
+ "rest": {
580
+ "libraryClient": "NetworkServicesClient",
581
+ "rpcs": {
582
+ "CreateEndpointPolicy": {
583
+ "methods": [
584
+ "create_endpoint_policy"
585
+ ]
586
+ },
587
+ "CreateGateway": {
588
+ "methods": [
589
+ "create_gateway"
590
+ ]
591
+ },
592
+ "CreateGrpcRoute": {
593
+ "methods": [
594
+ "create_grpc_route"
595
+ ]
596
+ },
597
+ "CreateHttpRoute": {
598
+ "methods": [
599
+ "create_http_route"
600
+ ]
601
+ },
602
+ "CreateMesh": {
603
+ "methods": [
604
+ "create_mesh"
605
+ ]
606
+ },
607
+ "CreateServiceBinding": {
608
+ "methods": [
609
+ "create_service_binding"
610
+ ]
611
+ },
612
+ "CreateTcpRoute": {
613
+ "methods": [
614
+ "create_tcp_route"
615
+ ]
616
+ },
617
+ "CreateTlsRoute": {
618
+ "methods": [
619
+ "create_tls_route"
620
+ ]
621
+ },
622
+ "DeleteEndpointPolicy": {
623
+ "methods": [
624
+ "delete_endpoint_policy"
625
+ ]
626
+ },
627
+ "DeleteGateway": {
628
+ "methods": [
629
+ "delete_gateway"
630
+ ]
631
+ },
632
+ "DeleteGrpcRoute": {
633
+ "methods": [
634
+ "delete_grpc_route"
635
+ ]
636
+ },
637
+ "DeleteHttpRoute": {
638
+ "methods": [
639
+ "delete_http_route"
640
+ ]
641
+ },
642
+ "DeleteMesh": {
643
+ "methods": [
644
+ "delete_mesh"
645
+ ]
646
+ },
647
+ "DeleteServiceBinding": {
648
+ "methods": [
649
+ "delete_service_binding"
650
+ ]
651
+ },
652
+ "DeleteTcpRoute": {
653
+ "methods": [
654
+ "delete_tcp_route"
655
+ ]
656
+ },
657
+ "DeleteTlsRoute": {
658
+ "methods": [
659
+ "delete_tls_route"
660
+ ]
661
+ },
662
+ "GetEndpointPolicy": {
663
+ "methods": [
664
+ "get_endpoint_policy"
665
+ ]
666
+ },
667
+ "GetGateway": {
668
+ "methods": [
669
+ "get_gateway"
670
+ ]
671
+ },
672
+ "GetGrpcRoute": {
673
+ "methods": [
674
+ "get_grpc_route"
675
+ ]
676
+ },
677
+ "GetHttpRoute": {
678
+ "methods": [
679
+ "get_http_route"
680
+ ]
681
+ },
682
+ "GetMesh": {
683
+ "methods": [
684
+ "get_mesh"
685
+ ]
686
+ },
687
+ "GetServiceBinding": {
688
+ "methods": [
689
+ "get_service_binding"
690
+ ]
691
+ },
692
+ "GetTcpRoute": {
693
+ "methods": [
694
+ "get_tcp_route"
695
+ ]
696
+ },
697
+ "GetTlsRoute": {
698
+ "methods": [
699
+ "get_tls_route"
700
+ ]
701
+ },
702
+ "ListEndpointPolicies": {
703
+ "methods": [
704
+ "list_endpoint_policies"
705
+ ]
706
+ },
707
+ "ListGateways": {
708
+ "methods": [
709
+ "list_gateways"
710
+ ]
711
+ },
712
+ "ListGrpcRoutes": {
713
+ "methods": [
714
+ "list_grpc_routes"
715
+ ]
716
+ },
717
+ "ListHttpRoutes": {
718
+ "methods": [
719
+ "list_http_routes"
720
+ ]
721
+ },
722
+ "ListMeshes": {
723
+ "methods": [
724
+ "list_meshes"
725
+ ]
726
+ },
727
+ "ListServiceBindings": {
728
+ "methods": [
729
+ "list_service_bindings"
730
+ ]
731
+ },
732
+ "ListTcpRoutes": {
733
+ "methods": [
734
+ "list_tcp_routes"
735
+ ]
736
+ },
737
+ "ListTlsRoutes": {
738
+ "methods": [
739
+ "list_tls_routes"
740
+ ]
741
+ },
742
+ "UpdateEndpointPolicy": {
743
+ "methods": [
744
+ "update_endpoint_policy"
745
+ ]
746
+ },
747
+ "UpdateGateway": {
748
+ "methods": [
749
+ "update_gateway"
750
+ ]
751
+ },
752
+ "UpdateGrpcRoute": {
753
+ "methods": [
754
+ "update_grpc_route"
755
+ ]
756
+ },
757
+ "UpdateHttpRoute": {
758
+ "methods": [
759
+ "update_http_route"
760
+ ]
761
+ },
762
+ "UpdateMesh": {
763
+ "methods": [
764
+ "update_mesh"
765
+ ]
766
+ },
767
+ "UpdateTcpRoute": {
768
+ "methods": [
769
+ "update_tcp_route"
770
+ ]
771
+ },
772
+ "UpdateTlsRoute": {
773
+ "methods": [
774
+ "update_tls_route"
775
+ ]
776
+ }
777
+ }
778
+ }
779
+ }
780
+ }
781
+ }
782
+ }