google-apis-networkservices_v1 0.48.0 → 0.50.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.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkservicesV1
18
18
  # Version of the google-apis-networkservices_v1 gem
19
- GEM_VERSION = "0.48.0"
19
+ GEM_VERSION = "0.50.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240919"
25
+ REVISION = "20241109"
26
26
  end
27
27
  end
28
28
  end
@@ -34,6 +34,12 @@ module Google
34
34
  include Google::Apis::Core::JsonObjectSupport
35
35
  end
36
36
 
37
+ class AuthzExtension
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
37
43
  class Binding
38
44
  class Representation < Google::Apis::Core::JsonRepresentation; end
39
45
 
@@ -106,6 +112,12 @@ module Google
106
112
  include Google::Apis::Core::JsonObjectSupport
107
113
  end
108
114
 
115
+ class GatewayRouteView
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
109
121
  class GrpcRoute
110
122
  class Representation < Google::Apis::Core::JsonRepresentation; end
111
123
 
@@ -304,12 +316,24 @@ module Google
304
316
  include Google::Apis::Core::JsonObjectSupport
305
317
  end
306
318
 
319
+ class ListAuthzExtensionsResponse
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
307
325
  class ListEndpointPoliciesResponse
308
326
  class Representation < Google::Apis::Core::JsonRepresentation; end
309
327
 
310
328
  include Google::Apis::Core::JsonObjectSupport
311
329
  end
312
330
 
331
+ class ListGatewayRouteViewsResponse
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
313
337
  class ListGatewaysResponse
314
338
  class Representation < Google::Apis::Core::JsonRepresentation; end
315
339
 
@@ -346,6 +370,12 @@ module Google
346
370
  include Google::Apis::Core::JsonObjectSupport
347
371
  end
348
372
 
373
+ class ListMeshRouteViewsResponse
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
349
379
  class ListMeshesResponse
350
380
  class Representation < Google::Apis::Core::JsonRepresentation; end
351
381
 
@@ -382,6 +412,18 @@ module Google
382
412
  include Google::Apis::Core::JsonObjectSupport
383
413
  end
384
414
 
415
+ class ListWasmPluginVersionsResponse
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
421
+ class ListWasmPluginsResponse
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
385
427
  class Location
386
428
  class Representation < Google::Apis::Core::JsonRepresentation; end
387
429
 
@@ -400,6 +442,12 @@ module Google
400
442
  include Google::Apis::Core::JsonObjectSupport
401
443
  end
402
444
 
445
+ class MeshRouteView
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
403
451
  class Operation
404
452
  class Representation < Google::Apis::Core::JsonRepresentation; end
405
453
 
@@ -538,6 +586,36 @@ module Google
538
586
  include Google::Apis::Core::JsonObjectSupport
539
587
  end
540
588
 
589
+ class WasmPlugin
590
+ class Representation < Google::Apis::Core::JsonRepresentation; end
591
+
592
+ include Google::Apis::Core::JsonObjectSupport
593
+ end
594
+
595
+ class WasmPluginLogConfig
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
601
+ class WasmPluginUsedBy
602
+ class Representation < Google::Apis::Core::JsonRepresentation; end
603
+
604
+ include Google::Apis::Core::JsonObjectSupport
605
+ end
606
+
607
+ class WasmPluginVersion
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
613
+ class WasmPluginVersionDetails
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
541
619
  class AuditConfig
542
620
  # @private
543
621
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -555,6 +633,25 @@ module Google
555
633
  end
556
634
  end
557
635
 
636
+ class AuthzExtension
637
+ # @private
638
+ class Representation < Google::Apis::Core::JsonRepresentation
639
+ property :authority, as: 'authority'
640
+ property :create_time, as: 'createTime'
641
+ property :description, as: 'description'
642
+ property :fail_open, as: 'failOpen'
643
+ collection :forward_headers, as: 'forwardHeaders'
644
+ hash :labels, as: 'labels'
645
+ property :load_balancing_scheme, as: 'loadBalancingScheme'
646
+ hash :metadata, as: 'metadata'
647
+ property :name, as: 'name'
648
+ property :service, as: 'service'
649
+ property :timeout, as: 'timeout'
650
+ property :update_time, as: 'updateTime'
651
+ property :wire_format, as: 'wireFormat'
652
+ end
653
+ end
654
+
558
655
  class Binding
559
656
  # @private
560
657
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -648,6 +745,7 @@ module Google
648
745
  property :authority, as: 'authority'
649
746
  property :fail_open, as: 'failOpen'
650
747
  collection :forward_headers, as: 'forwardHeaders'
748
+ hash :metadata, as: 'metadata'
651
749
  property :name, as: 'name'
652
750
  property :service, as: 'service'
653
751
  collection :supported_events, as: 'supportedEvents'
@@ -686,6 +784,17 @@ module Google
686
784
  end
687
785
  end
688
786
 
787
+ class GatewayRouteView
788
+ # @private
789
+ class Representation < Google::Apis::Core::JsonRepresentation
790
+ property :name, as: 'name'
791
+ property :route_id, as: 'routeId'
792
+ property :route_location, as: 'routeLocation'
793
+ property :route_project_number, :numeric_string => true, as: 'routeProjectNumber'
794
+ property :route_type, as: 'routeType'
795
+ end
796
+ end
797
+
689
798
  class GrpcRoute
690
799
  # @private
691
800
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1059,6 +1168,16 @@ module Google
1059
1168
  end
1060
1169
  end
1061
1170
 
1171
+ class ListAuthzExtensionsResponse
1172
+ # @private
1173
+ class Representation < Google::Apis::Core::JsonRepresentation
1174
+ collection :authz_extensions, as: 'authzExtensions', class: Google::Apis::NetworkservicesV1::AuthzExtension, decorator: Google::Apis::NetworkservicesV1::AuthzExtension::Representation
1175
+
1176
+ property :next_page_token, as: 'nextPageToken'
1177
+ collection :unreachable, as: 'unreachable'
1178
+ end
1179
+ end
1180
+
1062
1181
  class ListEndpointPoliciesResponse
1063
1182
  # @private
1064
1183
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1068,6 +1187,15 @@ module Google
1068
1187
  end
1069
1188
  end
1070
1189
 
1190
+ class ListGatewayRouteViewsResponse
1191
+ # @private
1192
+ class Representation < Google::Apis::Core::JsonRepresentation
1193
+ collection :gateway_route_views, as: 'gatewayRouteViews', class: Google::Apis::NetworkservicesV1::GatewayRouteView, decorator: Google::Apis::NetworkservicesV1::GatewayRouteView::Representation
1194
+
1195
+ property :next_page_token, as: 'nextPageToken'
1196
+ end
1197
+ end
1198
+
1071
1199
  class ListGatewaysResponse
1072
1200
  # @private
1073
1201
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1125,6 +1253,15 @@ module Google
1125
1253
  end
1126
1254
  end
1127
1255
 
1256
+ class ListMeshRouteViewsResponse
1257
+ # @private
1258
+ class Representation < Google::Apis::Core::JsonRepresentation
1259
+ collection :mesh_route_views, as: 'meshRouteViews', class: Google::Apis::NetworkservicesV1::MeshRouteView, decorator: Google::Apis::NetworkservicesV1::MeshRouteView::Representation
1260
+
1261
+ property :next_page_token, as: 'nextPageToken'
1262
+ end
1263
+ end
1264
+
1128
1265
  class ListMeshesResponse
1129
1266
  # @private
1130
1267
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1179,6 +1316,24 @@ module Google
1179
1316
  end
1180
1317
  end
1181
1318
 
1319
+ class ListWasmPluginVersionsResponse
1320
+ # @private
1321
+ class Representation < Google::Apis::Core::JsonRepresentation
1322
+ property :next_page_token, as: 'nextPageToken'
1323
+ collection :wasm_plugin_versions, as: 'wasmPluginVersions', class: Google::Apis::NetworkservicesV1::WasmPluginVersion, decorator: Google::Apis::NetworkservicesV1::WasmPluginVersion::Representation
1324
+
1325
+ end
1326
+ end
1327
+
1328
+ class ListWasmPluginsResponse
1329
+ # @private
1330
+ class Representation < Google::Apis::Core::JsonRepresentation
1331
+ property :next_page_token, as: 'nextPageToken'
1332
+ collection :wasm_plugins, as: 'wasmPlugins', class: Google::Apis::NetworkservicesV1::WasmPlugin, decorator: Google::Apis::NetworkservicesV1::WasmPlugin::Representation
1333
+
1334
+ end
1335
+ end
1336
+
1182
1337
  class Location
1183
1338
  # @private
1184
1339
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1211,6 +1366,17 @@ module Google
1211
1366
  end
1212
1367
  end
1213
1368
 
1369
+ class MeshRouteView
1370
+ # @private
1371
+ class Representation < Google::Apis::Core::JsonRepresentation
1372
+ property :name, as: 'name'
1373
+ property :route_id, as: 'routeId'
1374
+ property :route_location, as: 'routeLocation'
1375
+ property :route_project_number, :numeric_string => true, as: 'routeProjectNumber'
1376
+ property :route_type, as: 'routeType'
1377
+ end
1378
+ end
1379
+
1214
1380
  class Operation
1215
1381
  # @private
1216
1382
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1439,6 +1605,71 @@ module Google
1439
1605
  collection :ports, as: 'ports'
1440
1606
  end
1441
1607
  end
1608
+
1609
+ class WasmPlugin
1610
+ # @private
1611
+ class Representation < Google::Apis::Core::JsonRepresentation
1612
+ property :create_time, as: 'createTime'
1613
+ property :description, as: 'description'
1614
+ hash :labels, as: 'labels'
1615
+ property :log_config, as: 'logConfig', class: Google::Apis::NetworkservicesV1::WasmPluginLogConfig, decorator: Google::Apis::NetworkservicesV1::WasmPluginLogConfig::Representation
1616
+
1617
+ property :main_version_id, as: 'mainVersionId'
1618
+ property :name, as: 'name'
1619
+ property :update_time, as: 'updateTime'
1620
+ collection :used_by, as: 'usedBy', class: Google::Apis::NetworkservicesV1::WasmPluginUsedBy, decorator: Google::Apis::NetworkservicesV1::WasmPluginUsedBy::Representation
1621
+
1622
+ hash :versions, as: 'versions', class: Google::Apis::NetworkservicesV1::WasmPluginVersionDetails, decorator: Google::Apis::NetworkservicesV1::WasmPluginVersionDetails::Representation
1623
+
1624
+ end
1625
+ end
1626
+
1627
+ class WasmPluginLogConfig
1628
+ # @private
1629
+ class Representation < Google::Apis::Core::JsonRepresentation
1630
+ property :enable, as: 'enable'
1631
+ property :min_log_level, as: 'minLogLevel'
1632
+ property :sample_rate, as: 'sampleRate'
1633
+ end
1634
+ end
1635
+
1636
+ class WasmPluginUsedBy
1637
+ # @private
1638
+ class Representation < Google::Apis::Core::JsonRepresentation
1639
+ property :name, as: 'name'
1640
+ end
1641
+ end
1642
+
1643
+ class WasmPluginVersion
1644
+ # @private
1645
+ class Representation < Google::Apis::Core::JsonRepresentation
1646
+ property :create_time, as: 'createTime'
1647
+ property :description, as: 'description'
1648
+ property :image_digest, as: 'imageDigest'
1649
+ property :image_uri, as: 'imageUri'
1650
+ hash :labels, as: 'labels'
1651
+ property :name, as: 'name'
1652
+ property :plugin_config_data, :base64 => true, as: 'pluginConfigData'
1653
+ property :plugin_config_digest, as: 'pluginConfigDigest'
1654
+ property :plugin_config_uri, as: 'pluginConfigUri'
1655
+ property :update_time, as: 'updateTime'
1656
+ end
1657
+ end
1658
+
1659
+ class WasmPluginVersionDetails
1660
+ # @private
1661
+ class Representation < Google::Apis::Core::JsonRepresentation
1662
+ property :create_time, as: 'createTime'
1663
+ property :description, as: 'description'
1664
+ property :image_digest, as: 'imageDigest'
1665
+ property :image_uri, as: 'imageUri'
1666
+ hash :labels, as: 'labels'
1667
+ property :plugin_config_data, :base64 => true, as: 'pluginConfigData'
1668
+ property :plugin_config_digest, as: 'pluginConfigDigest'
1669
+ property :plugin_config_uri, as: 'pluginConfigUri'
1670
+ property :update_time, as: 'updateTime'
1671
+ end
1672
+ end
1442
1673
  end
1443
1674
  end
1444
1675
  end