google-apis-networkservices_v1beta1 0.44.0 → 0.45.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/networkservices_v1beta1/classes.rb +760 -419
- data/lib/google/apis/networkservices_v1beta1/gem_version.rb +3 -3
- data/lib/google/apis/networkservices_v1beta1/representations.rb +228 -90
- data/lib/google/apis/networkservices_v1beta1/service.rb +735 -161
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworkservicesV1beta1
|
18
18
|
# Version of the google-apis-networkservices_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.45.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241109"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,19 +22,7 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module NetworkservicesV1beta1
|
24
24
|
|
25
|
-
class
|
26
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
-
|
28
|
-
include Google::Apis::Core::JsonObjectSupport
|
29
|
-
end
|
30
|
-
|
31
|
-
class AuditLogConfig
|
32
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
-
|
34
|
-
include Google::Apis::Core::JsonObjectSupport
|
35
|
-
end
|
36
|
-
|
37
|
-
class Binding
|
25
|
+
class AuthzExtension
|
38
26
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
27
|
|
40
28
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -64,31 +52,31 @@ module Google
|
|
64
52
|
include Google::Apis::Core::JsonObjectSupport
|
65
53
|
end
|
66
54
|
|
67
|
-
class
|
55
|
+
class ExtensionChain
|
68
56
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
57
|
|
70
58
|
include Google::Apis::Core::JsonObjectSupport
|
71
59
|
end
|
72
60
|
|
73
|
-
class
|
61
|
+
class ExtensionChainExtension
|
74
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
63
|
|
76
64
|
include Google::Apis::Core::JsonObjectSupport
|
77
65
|
end
|
78
66
|
|
79
|
-
class
|
67
|
+
class ExtensionChainMatchCondition
|
80
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
69
|
|
82
70
|
include Google::Apis::Core::JsonObjectSupport
|
83
71
|
end
|
84
72
|
|
85
|
-
class
|
73
|
+
class Gateway
|
86
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
75
|
|
88
76
|
include Google::Apis::Core::JsonObjectSupport
|
89
77
|
end
|
90
78
|
|
91
|
-
class
|
79
|
+
class GatewayRouteView
|
92
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
81
|
|
94
82
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -292,12 +280,24 @@ module Google
|
|
292
280
|
include Google::Apis::Core::JsonObjectSupport
|
293
281
|
end
|
294
282
|
|
283
|
+
class ListAuthzExtensionsResponse
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
295
289
|
class ListEndpointPoliciesResponse
|
296
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
291
|
|
298
292
|
include Google::Apis::Core::JsonObjectSupport
|
299
293
|
end
|
300
294
|
|
295
|
+
class ListGatewayRouteViewsResponse
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
301
|
class ListGatewaysResponse
|
302
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
303
|
|
@@ -334,6 +334,12 @@ module Google
|
|
334
334
|
include Google::Apis::Core::JsonObjectSupport
|
335
335
|
end
|
336
336
|
|
337
|
+
class ListMeshRouteViewsResponse
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
337
343
|
class ListMeshesResponse
|
338
344
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
345
|
|
@@ -370,18 +376,42 @@ module Google
|
|
370
376
|
include Google::Apis::Core::JsonObjectSupport
|
371
377
|
end
|
372
378
|
|
379
|
+
class ListWasmPluginVersionsResponse
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class ListWasmPluginsResponse
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
373
391
|
class Location
|
374
392
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
393
|
|
376
394
|
include Google::Apis::Core::JsonObjectSupport
|
377
395
|
end
|
378
396
|
|
397
|
+
class LoggingConfig
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
379
403
|
class Mesh
|
380
404
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
405
|
|
382
406
|
include Google::Apis::Core::JsonObjectSupport
|
383
407
|
end
|
384
408
|
|
409
|
+
class MeshRouteView
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
385
415
|
class MetadataLabelMatcher
|
386
416
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
417
|
|
@@ -406,7 +436,7 @@ module Google
|
|
406
436
|
include Google::Apis::Core::JsonObjectSupport
|
407
437
|
end
|
408
438
|
|
409
|
-
class
|
439
|
+
class RetryFilterPerRouteConfig
|
410
440
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
441
|
|
412
442
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -436,12 +466,6 @@ module Google
|
|
436
466
|
include Google::Apis::Core::JsonObjectSupport
|
437
467
|
end
|
438
468
|
|
439
|
-
class SetIamPolicyRequest
|
440
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
-
|
442
|
-
include Google::Apis::Core::JsonObjectSupport
|
443
|
-
end
|
444
|
-
|
445
469
|
class Status
|
446
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
471
|
|
@@ -478,78 +502,88 @@ module Google
|
|
478
502
|
include Google::Apis::Core::JsonObjectSupport
|
479
503
|
end
|
480
504
|
|
481
|
-
class
|
505
|
+
class TlsRoute
|
482
506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
507
|
|
484
508
|
include Google::Apis::Core::JsonObjectSupport
|
485
509
|
end
|
486
510
|
|
487
|
-
class
|
511
|
+
class TlsRouteRouteAction
|
488
512
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
513
|
|
490
514
|
include Google::Apis::Core::JsonObjectSupport
|
491
515
|
end
|
492
516
|
|
493
|
-
class
|
517
|
+
class TlsRouteRouteDestination
|
494
518
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
519
|
|
496
520
|
include Google::Apis::Core::JsonObjectSupport
|
497
521
|
end
|
498
522
|
|
499
|
-
class
|
523
|
+
class TlsRouteRouteMatch
|
500
524
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
525
|
|
502
526
|
include Google::Apis::Core::JsonObjectSupport
|
503
527
|
end
|
504
528
|
|
505
|
-
class
|
529
|
+
class TlsRouteRouteRule
|
506
530
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
531
|
|
508
532
|
include Google::Apis::Core::JsonObjectSupport
|
509
533
|
end
|
510
534
|
|
511
|
-
class
|
535
|
+
class TrafficPortSelector
|
512
536
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
537
|
|
514
538
|
include Google::Apis::Core::JsonObjectSupport
|
515
539
|
end
|
516
540
|
|
517
|
-
class
|
541
|
+
class WasmPlugin
|
518
542
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
543
|
|
520
544
|
include Google::Apis::Core::JsonObjectSupport
|
521
545
|
end
|
522
546
|
|
523
|
-
class
|
547
|
+
class WasmPluginLogConfig
|
524
548
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
549
|
|
526
550
|
include Google::Apis::Core::JsonObjectSupport
|
527
551
|
end
|
528
552
|
|
529
|
-
class
|
530
|
-
|
531
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
532
|
-
collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::NetworkservicesV1beta1::AuditLogConfig, decorator: Google::Apis::NetworkservicesV1beta1::AuditLogConfig::Representation
|
553
|
+
class WasmPluginUsedBy
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
533
555
|
|
534
|
-
|
535
|
-
end
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
536
557
|
end
|
537
558
|
|
538
|
-
class
|
539
|
-
|
540
|
-
|
541
|
-
|
542
|
-
property :log_type, as: 'logType'
|
543
|
-
end
|
559
|
+
class WasmPluginVersion
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
544
563
|
end
|
545
564
|
|
546
|
-
class
|
565
|
+
class WasmPluginVersionDetails
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class AuthzExtension
|
547
572
|
# @private
|
548
573
|
class Representation < Google::Apis::Core::JsonRepresentation
|
549
|
-
property :
|
550
|
-
|
551
|
-
|
552
|
-
property :
|
574
|
+
property :authority, as: 'authority'
|
575
|
+
property :create_time, as: 'createTime'
|
576
|
+
property :description, as: 'description'
|
577
|
+
property :fail_open, as: 'failOpen'
|
578
|
+
collection :forward_headers, as: 'forwardHeaders'
|
579
|
+
hash :labels, as: 'labels'
|
580
|
+
property :load_balancing_scheme, as: 'loadBalancingScheme'
|
581
|
+
hash :metadata, as: 'metadata'
|
582
|
+
property :name, as: 'name'
|
583
|
+
property :service, as: 'service'
|
584
|
+
property :timeout, as: 'timeout'
|
585
|
+
property :update_time, as: 'updateTime'
|
586
|
+
property :wire_format, as: 'wireFormat'
|
553
587
|
end
|
554
588
|
end
|
555
589
|
|
@@ -592,16 +626,6 @@ module Google
|
|
592
626
|
end
|
593
627
|
end
|
594
628
|
|
595
|
-
class Expr
|
596
|
-
# @private
|
597
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
598
|
-
property :description, as: 'description'
|
599
|
-
property :expression, as: 'expression'
|
600
|
-
property :location, as: 'location'
|
601
|
-
property :title, as: 'title'
|
602
|
-
end
|
603
|
-
end
|
604
|
-
|
605
629
|
class ExtensionChain
|
606
630
|
# @private
|
607
631
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -619,6 +643,7 @@ module Google
|
|
619
643
|
property :authority, as: 'authority'
|
620
644
|
property :fail_open, as: 'failOpen'
|
621
645
|
collection :forward_headers, as: 'forwardHeaders'
|
646
|
+
hash :metadata, as: 'metadata'
|
622
647
|
property :name, as: 'name'
|
623
648
|
property :service, as: 'service'
|
624
649
|
collection :supported_events, as: 'supportedEvents'
|
@@ -647,6 +672,7 @@ module Google
|
|
647
672
|
property :name, as: 'name'
|
648
673
|
property :network, as: 'network'
|
649
674
|
collection :ports, as: 'ports'
|
675
|
+
property :routing_mode, as: 'routingMode'
|
650
676
|
property :scope, as: 'scope'
|
651
677
|
property :self_link, as: 'selfLink'
|
652
678
|
property :server_tls_policy, as: 'serverTlsPolicy'
|
@@ -656,6 +682,17 @@ module Google
|
|
656
682
|
end
|
657
683
|
end
|
658
684
|
|
685
|
+
class GatewayRouteView
|
686
|
+
# @private
|
687
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
688
|
+
property :name, as: 'name'
|
689
|
+
property :route_id, as: 'routeId'
|
690
|
+
property :route_location, as: 'routeLocation'
|
691
|
+
property :route_project_number, :numeric_string => true, as: 'routeProjectNumber'
|
692
|
+
property :route_type, as: 'routeType'
|
693
|
+
end
|
694
|
+
end
|
695
|
+
|
659
696
|
class GrpcRoute
|
660
697
|
# @private
|
661
698
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1029,6 +1066,16 @@ module Google
|
|
1029
1066
|
end
|
1030
1067
|
end
|
1031
1068
|
|
1069
|
+
class ListAuthzExtensionsResponse
|
1070
|
+
# @private
|
1071
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1072
|
+
collection :authz_extensions, as: 'authzExtensions', class: Google::Apis::NetworkservicesV1beta1::AuthzExtension, decorator: Google::Apis::NetworkservicesV1beta1::AuthzExtension::Representation
|
1073
|
+
|
1074
|
+
property :next_page_token, as: 'nextPageToken'
|
1075
|
+
collection :unreachable, as: 'unreachable'
|
1076
|
+
end
|
1077
|
+
end
|
1078
|
+
|
1032
1079
|
class ListEndpointPoliciesResponse
|
1033
1080
|
# @private
|
1034
1081
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1038,6 +1085,15 @@ module Google
|
|
1038
1085
|
end
|
1039
1086
|
end
|
1040
1087
|
|
1088
|
+
class ListGatewayRouteViewsResponse
|
1089
|
+
# @private
|
1090
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1091
|
+
collection :gateway_route_views, as: 'gatewayRouteViews', class: Google::Apis::NetworkservicesV1beta1::GatewayRouteView, decorator: Google::Apis::NetworkservicesV1beta1::GatewayRouteView::Representation
|
1092
|
+
|
1093
|
+
property :next_page_token, as: 'nextPageToken'
|
1094
|
+
end
|
1095
|
+
end
|
1096
|
+
|
1041
1097
|
class ListGatewaysResponse
|
1042
1098
|
# @private
|
1043
1099
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1095,6 +1151,15 @@ module Google
|
|
1095
1151
|
end
|
1096
1152
|
end
|
1097
1153
|
|
1154
|
+
class ListMeshRouteViewsResponse
|
1155
|
+
# @private
|
1156
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1157
|
+
collection :mesh_route_views, as: 'meshRouteViews', class: Google::Apis::NetworkservicesV1beta1::MeshRouteView, decorator: Google::Apis::NetworkservicesV1beta1::MeshRouteView::Representation
|
1158
|
+
|
1159
|
+
property :next_page_token, as: 'nextPageToken'
|
1160
|
+
end
|
1161
|
+
end
|
1162
|
+
|
1098
1163
|
class ListMeshesResponse
|
1099
1164
|
# @private
|
1100
1165
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1149,6 +1214,24 @@ module Google
|
|
1149
1214
|
end
|
1150
1215
|
end
|
1151
1216
|
|
1217
|
+
class ListWasmPluginVersionsResponse
|
1218
|
+
# @private
|
1219
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1220
|
+
property :next_page_token, as: 'nextPageToken'
|
1221
|
+
collection :wasm_plugin_versions, as: 'wasmPluginVersions', class: Google::Apis::NetworkservicesV1beta1::WasmPluginVersion, decorator: Google::Apis::NetworkservicesV1beta1::WasmPluginVersion::Representation
|
1222
|
+
|
1223
|
+
end
|
1224
|
+
end
|
1225
|
+
|
1226
|
+
class ListWasmPluginsResponse
|
1227
|
+
# @private
|
1228
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1229
|
+
property :next_page_token, as: 'nextPageToken'
|
1230
|
+
collection :wasm_plugins, as: 'wasmPlugins', class: Google::Apis::NetworkservicesV1beta1::WasmPlugin, decorator: Google::Apis::NetworkservicesV1beta1::WasmPlugin::Representation
|
1231
|
+
|
1232
|
+
end
|
1233
|
+
end
|
1234
|
+
|
1152
1235
|
class Location
|
1153
1236
|
# @private
|
1154
1237
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1160,6 +1243,13 @@ module Google
|
|
1160
1243
|
end
|
1161
1244
|
end
|
1162
1245
|
|
1246
|
+
class LoggingConfig
|
1247
|
+
# @private
|
1248
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1249
|
+
property :log_severity, as: 'logSeverity'
|
1250
|
+
end
|
1251
|
+
end
|
1252
|
+
|
1163
1253
|
class Mesh
|
1164
1254
|
# @private
|
1165
1255
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1174,6 +1264,17 @@ module Google
|
|
1174
1264
|
end
|
1175
1265
|
end
|
1176
1266
|
|
1267
|
+
class MeshRouteView
|
1268
|
+
# @private
|
1269
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1270
|
+
property :name, as: 'name'
|
1271
|
+
property :route_id, as: 'routeId'
|
1272
|
+
property :route_location, as: 'routeLocation'
|
1273
|
+
property :route_project_number, :numeric_string => true, as: 'routeProjectNumber'
|
1274
|
+
property :route_type, as: 'routeType'
|
1275
|
+
end
|
1276
|
+
end
|
1277
|
+
|
1177
1278
|
class MetadataLabelMatcher
|
1178
1279
|
# @private
|
1179
1280
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1216,15 +1317,10 @@ module Google
|
|
1216
1317
|
end
|
1217
1318
|
end
|
1218
1319
|
|
1219
|
-
class
|
1320
|
+
class RetryFilterPerRouteConfig
|
1220
1321
|
# @private
|
1221
1322
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1222
|
-
|
1223
|
-
|
1224
|
-
collection :bindings, as: 'bindings', class: Google::Apis::NetworkservicesV1beta1::Binding, decorator: Google::Apis::NetworkservicesV1beta1::Binding::Representation
|
1225
|
-
|
1226
|
-
property :etag, :base64 => true, as: 'etag'
|
1227
|
-
property :version, as: 'version'
|
1323
|
+
property :crypto_key_name, as: 'cryptoKeyName'
|
1228
1324
|
end
|
1229
1325
|
end
|
1230
1326
|
|
@@ -1271,15 +1367,6 @@ module Google
|
|
1271
1367
|
end
|
1272
1368
|
end
|
1273
1369
|
|
1274
|
-
class SetIamPolicyRequest
|
1275
|
-
# @private
|
1276
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1277
|
-
property :policy, as: 'policy', class: Google::Apis::NetworkservicesV1beta1::Policy, decorator: Google::Apis::NetworkservicesV1beta1::Policy::Representation
|
1278
|
-
|
1279
|
-
property :update_mask, as: 'updateMask'
|
1280
|
-
end
|
1281
|
-
end
|
1282
|
-
|
1283
1370
|
class Status
|
1284
1371
|
# @private
|
1285
1372
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1341,20 +1428,6 @@ module Google
|
|
1341
1428
|
end
|
1342
1429
|
end
|
1343
1430
|
|
1344
|
-
class TestIamPermissionsRequest
|
1345
|
-
# @private
|
1346
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1347
|
-
collection :permissions, as: 'permissions'
|
1348
|
-
end
|
1349
|
-
end
|
1350
|
-
|
1351
|
-
class TestIamPermissionsResponse
|
1352
|
-
# @private
|
1353
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1354
|
-
collection :permissions, as: 'permissions'
|
1355
|
-
end
|
1356
|
-
end
|
1357
|
-
|
1358
1431
|
class TlsRoute
|
1359
1432
|
# @private
|
1360
1433
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1412,6 +1485,71 @@ module Google
|
|
1412
1485
|
collection :ports, as: 'ports'
|
1413
1486
|
end
|
1414
1487
|
end
|
1488
|
+
|
1489
|
+
class WasmPlugin
|
1490
|
+
# @private
|
1491
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1492
|
+
property :create_time, as: 'createTime'
|
1493
|
+
property :description, as: 'description'
|
1494
|
+
hash :labels, as: 'labels'
|
1495
|
+
property :log_config, as: 'logConfig', class: Google::Apis::NetworkservicesV1beta1::WasmPluginLogConfig, decorator: Google::Apis::NetworkservicesV1beta1::WasmPluginLogConfig::Representation
|
1496
|
+
|
1497
|
+
property :main_version_id, as: 'mainVersionId'
|
1498
|
+
property :name, as: 'name'
|
1499
|
+
property :update_time, as: 'updateTime'
|
1500
|
+
collection :used_by, as: 'usedBy', class: Google::Apis::NetworkservicesV1beta1::WasmPluginUsedBy, decorator: Google::Apis::NetworkservicesV1beta1::WasmPluginUsedBy::Representation
|
1501
|
+
|
1502
|
+
hash :versions, as: 'versions', class: Google::Apis::NetworkservicesV1beta1::WasmPluginVersionDetails, decorator: Google::Apis::NetworkservicesV1beta1::WasmPluginVersionDetails::Representation
|
1503
|
+
|
1504
|
+
end
|
1505
|
+
end
|
1506
|
+
|
1507
|
+
class WasmPluginLogConfig
|
1508
|
+
# @private
|
1509
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1510
|
+
property :enable, as: 'enable'
|
1511
|
+
property :min_log_level, as: 'minLogLevel'
|
1512
|
+
property :sample_rate, as: 'sampleRate'
|
1513
|
+
end
|
1514
|
+
end
|
1515
|
+
|
1516
|
+
class WasmPluginUsedBy
|
1517
|
+
# @private
|
1518
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1519
|
+
property :name, as: 'name'
|
1520
|
+
end
|
1521
|
+
end
|
1522
|
+
|
1523
|
+
class WasmPluginVersion
|
1524
|
+
# @private
|
1525
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1526
|
+
property :create_time, as: 'createTime'
|
1527
|
+
property :description, as: 'description'
|
1528
|
+
property :image_digest, as: 'imageDigest'
|
1529
|
+
property :image_uri, as: 'imageUri'
|
1530
|
+
hash :labels, as: 'labels'
|
1531
|
+
property :name, as: 'name'
|
1532
|
+
property :plugin_config_data, :base64 => true, as: 'pluginConfigData'
|
1533
|
+
property :plugin_config_digest, as: 'pluginConfigDigest'
|
1534
|
+
property :plugin_config_uri, as: 'pluginConfigUri'
|
1535
|
+
property :update_time, as: 'updateTime'
|
1536
|
+
end
|
1537
|
+
end
|
1538
|
+
|
1539
|
+
class WasmPluginVersionDetails
|
1540
|
+
# @private
|
1541
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1542
|
+
property :create_time, as: 'createTime'
|
1543
|
+
property :description, as: 'description'
|
1544
|
+
property :image_digest, as: 'imageDigest'
|
1545
|
+
property :image_uri, as: 'imageUri'
|
1546
|
+
hash :labels, as: 'labels'
|
1547
|
+
property :plugin_config_data, :base64 => true, as: 'pluginConfigData'
|
1548
|
+
property :plugin_config_digest, as: 'pluginConfigDigest'
|
1549
|
+
property :plugin_config_uri, as: 'pluginConfigUri'
|
1550
|
+
property :update_time, as: 'updateTime'
|
1551
|
+
end
|
1552
|
+
end
|
1415
1553
|
end
|
1416
1554
|
end
|
1417
1555
|
end
|