google-apis-networkservices_v1 0.52.0 → 0.53.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e65d8edec24727fb40b2ca50b56fca2378c2a8d11fe33111c3e759e5120dd7fb
4
- data.tar.gz: 94065b79e151930e5443ed1afe9cef5f32811228d73e54375235712a1bd33cba
3
+ metadata.gz: 42792768ee9afae914ca02373f21882f6b23608cabd2934defcc3b9d6358aa7f
4
+ data.tar.gz: d5b7c355a63cc8ce39abb022bf7f0c463e6384bad274288b598e28d3ce32cb7e
5
5
  SHA512:
6
- metadata.gz: '047154989c4134ab1a90946f1a67ba8d49cba1caedebd7d7526ec8bbb85fa5526d9013e1204ceac391158b01108f8217485328a2c3413f77a77b1e7abb451c2e'
7
- data.tar.gz: '083d7e6801f1ccf1abc5d440782328d7ed06e704642a4edb956eef12576ef1fc1bc9a6b13b77590fb1a743f3c3e1155eb2823419287bf024b666102d2afa0d5b'
6
+ metadata.gz: 47d43375ae065b84fe65c6176551a106990c37dd8da8dd7f5177e12cb53ccb33044a66ef18631b908222cf75e63a98d08c7d6a5a9c02e1f7d865ac7fb85168f9
7
+ data.tar.gz: ae4e99b6e3eb516e36280cf8d221e0e1fdb610dd9d9845de54490903ad5dc02c30e6b8fd627f746a9e4829b8488ceab61a04d5acbfca93caa040db614771906b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkservices_v1
2
2
 
3
+ ### v0.53.0 (2025-03-23)
4
+
5
+ * Regenerated from discovery document revision 20250311
6
+
3
7
  ### v0.52.0 (2025-03-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20250224
@@ -661,8 +661,12 @@ module Google
661
661
  # namespace `com.google....`. For example: `com.google.lb_traffic_extension.
662
662
  # lbtrafficextension1.chain1.ext1`. The following variables are supported in the
663
663
  # metadata: ``forwarding_rule_id`` - substituted with the forwarding rule's
664
- # fully qualified resource name. This field is not supported for plugin
665
- # extensions. Setting it results in a validation error.
664
+ # fully qualified resource name. This field is subject to following limitations:
665
+ # * The total size of the metadata must be less than 1KiB. * The total number of
666
+ # keys in the metadata must be less than 20. * The length of each key must be
667
+ # less than 64 characters. * The length of each value must be less than 1024
668
+ # characters. * All values must be strings. This field is not supported for
669
+ # plugin extensions. Setting it results in a validation error.
666
670
  # Corresponds to the JSON property `metadata`
667
671
  # @return [Hash<String,Object>]
668
672
  attr_accessor :metadata
@@ -695,8 +699,8 @@ module Google
695
699
 
696
700
  # Optional. A set of events during request or response processing for which this
697
701
  # extension is called. This field is required for the `LbTrafficExtension`
698
- # resource. It must not be set for the `LbRouteExtension` resource, otherwise a
699
- # validation error is returned.
702
+ # resource. It is optional for the `LbRouteExtension` resource. If unspecified `
703
+ # REQUEST_HEADERS` event is assumed as supported.
700
704
  # Corresponds to the JSON property `supportedEvents`
701
705
  # @return [Array<String>]
702
706
  attr_accessor :supported_events
@@ -2551,6 +2555,13 @@ module Google
2551
2555
  # @return [String]
2552
2556
  attr_accessor :next_page_token
2553
2557
 
2558
+ # Unreachable resources. Populated when the request opts into
2559
+ # return_partial_success and reading across collections e.g. when attempting to
2560
+ # list all resources across all supported locations.
2561
+ # Corresponds to the JSON property `unreachable`
2562
+ # @return [Array<String>]
2563
+ attr_accessor :unreachable
2564
+
2554
2565
  def initialize(**args)
2555
2566
  update!(**args)
2556
2567
  end
@@ -2559,6 +2570,7 @@ module Google
2559
2570
  def update!(**args)
2560
2571
  @endpoint_policies = args[:endpoint_policies] if args.key?(:endpoint_policies)
2561
2572
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2573
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2562
2574
  end
2563
2575
  end
2564
2576
 
@@ -2577,6 +2589,13 @@ module Google
2577
2589
  # @return [String]
2578
2590
  attr_accessor :next_page_token
2579
2591
 
2592
+ # Unreachable resources. Populated when the request attempts to list all
2593
+ # resources across all supported locations, while some locations are temporarily
2594
+ # unavailable.
2595
+ # Corresponds to the JSON property `unreachable`
2596
+ # @return [Array<String>]
2597
+ attr_accessor :unreachable
2598
+
2580
2599
  def initialize(**args)
2581
2600
  update!(**args)
2582
2601
  end
@@ -2585,6 +2604,7 @@ module Google
2585
2604
  def update!(**args)
2586
2605
  @gateway_route_views = args[:gateway_route_views] if args.key?(:gateway_route_views)
2587
2606
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2607
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2588
2608
  end
2589
2609
  end
2590
2610
 
@@ -2637,6 +2657,13 @@ module Google
2637
2657
  # @return [String]
2638
2658
  attr_accessor :next_page_token
2639
2659
 
2660
+ # Unreachable resources. Populated when the request opts into
2661
+ # return_partial_success and reading across collections e.g. when attempting to
2662
+ # list all resources across all supported locations.
2663
+ # Corresponds to the JSON property `unreachable`
2664
+ # @return [Array<String>]
2665
+ attr_accessor :unreachable
2666
+
2640
2667
  def initialize(**args)
2641
2668
  update!(**args)
2642
2669
  end
@@ -2645,6 +2672,7 @@ module Google
2645
2672
  def update!(**args)
2646
2673
  @grpc_routes = args[:grpc_routes] if args.key?(:grpc_routes)
2647
2674
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2675
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2648
2676
  end
2649
2677
  end
2650
2678
 
@@ -2664,6 +2692,13 @@ module Google
2664
2692
  # @return [String]
2665
2693
  attr_accessor :next_page_token
2666
2694
 
2695
+ # Unreachable resources. Populated when the request opts into
2696
+ # return_partial_success and reading across collections e.g. when attempting to
2697
+ # list all resources across all supported locations.
2698
+ # Corresponds to the JSON property `unreachable`
2699
+ # @return [Array<String>]
2700
+ attr_accessor :unreachable
2701
+
2667
2702
  def initialize(**args)
2668
2703
  update!(**args)
2669
2704
  end
@@ -2672,6 +2707,7 @@ module Google
2672
2707
  def update!(**args)
2673
2708
  @http_routes = args[:http_routes] if args.key?(:http_routes)
2674
2709
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2710
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2675
2711
  end
2676
2712
  end
2677
2713
 
@@ -2777,6 +2813,13 @@ module Google
2777
2813
  # @return [String]
2778
2814
  attr_accessor :next_page_token
2779
2815
 
2816
+ # Unreachable resources. Populated when the request attempts to list all
2817
+ # resources across all supported locations, while some locations are temporarily
2818
+ # unavailable.
2819
+ # Corresponds to the JSON property `unreachable`
2820
+ # @return [Array<String>]
2821
+ attr_accessor :unreachable
2822
+
2780
2823
  def initialize(**args)
2781
2824
  update!(**args)
2782
2825
  end
@@ -2785,6 +2828,7 @@ module Google
2785
2828
  def update!(**args)
2786
2829
  @mesh_route_views = args[:mesh_route_views] if args.key?(:mesh_route_views)
2787
2830
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2831
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2788
2832
  end
2789
2833
  end
2790
2834
 
@@ -2864,6 +2908,13 @@ module Google
2864
2908
  # @return [Array<Google::Apis::NetworkservicesV1::ServiceBinding>]
2865
2909
  attr_accessor :service_bindings
2866
2910
 
2911
+ # Unreachable resources. Populated when the request attempts to list all
2912
+ # resources across all supported locations, while some locations are temporarily
2913
+ # unavailable.
2914
+ # Corresponds to the JSON property `unreachable`
2915
+ # @return [Array<String>]
2916
+ attr_accessor :unreachable
2917
+
2867
2918
  def initialize(**args)
2868
2919
  update!(**args)
2869
2920
  end
@@ -2872,6 +2923,7 @@ module Google
2872
2923
  def update!(**args)
2873
2924
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2874
2925
  @service_bindings = args[:service_bindings] if args.key?(:service_bindings)
2926
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2875
2927
  end
2876
2928
  end
2877
2929
 
@@ -2891,6 +2943,13 @@ module Google
2891
2943
  # @return [Array<Google::Apis::NetworkservicesV1::ServiceLbPolicy>]
2892
2944
  attr_accessor :service_lb_policies
2893
2945
 
2946
+ # Unreachable resources. Populated when the request attempts to list all
2947
+ # resources across all supported locations, while some locations are temporarily
2948
+ # unavailable.
2949
+ # Corresponds to the JSON property `unreachable`
2950
+ # @return [Array<String>]
2951
+ attr_accessor :unreachable
2952
+
2894
2953
  def initialize(**args)
2895
2954
  update!(**args)
2896
2955
  end
@@ -2899,6 +2958,7 @@ module Google
2899
2958
  def update!(**args)
2900
2959
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2901
2960
  @service_lb_policies = args[:service_lb_policies] if args.key?(:service_lb_policies)
2961
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2902
2962
  end
2903
2963
  end
2904
2964
 
@@ -2918,6 +2978,13 @@ module Google
2918
2978
  # @return [Array<Google::Apis::NetworkservicesV1::TcpRoute>]
2919
2979
  attr_accessor :tcp_routes
2920
2980
 
2981
+ # Unreachable resources. Populated when the request opts into
2982
+ # return_partial_success and reading across collections e.g. when attempting to
2983
+ # list all resources across all supported locations.
2984
+ # Corresponds to the JSON property `unreachable`
2985
+ # @return [Array<String>]
2986
+ attr_accessor :unreachable
2987
+
2921
2988
  def initialize(**args)
2922
2989
  update!(**args)
2923
2990
  end
@@ -2926,6 +2993,7 @@ module Google
2926
2993
  def update!(**args)
2927
2994
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2928
2995
  @tcp_routes = args[:tcp_routes] if args.key?(:tcp_routes)
2996
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2929
2997
  end
2930
2998
  end
2931
2999
 
@@ -2945,6 +3013,13 @@ module Google
2945
3013
  # @return [Array<Google::Apis::NetworkservicesV1::TlsRoute>]
2946
3014
  attr_accessor :tls_routes
2947
3015
 
3016
+ # Unreachable resources. Populated when the request opts into
3017
+ # return_partial_success and reading across collections e.g. when attempting to
3018
+ # list all resources across all supported locations.
3019
+ # Corresponds to the JSON property `unreachable`
3020
+ # @return [Array<String>]
3021
+ attr_accessor :unreachable
3022
+
2948
3023
  def initialize(**args)
2949
3024
  update!(**args)
2950
3025
  end
@@ -2953,6 +3028,7 @@ module Google
2953
3028
  def update!(**args)
2954
3029
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2955
3030
  @tls_routes = args[:tls_routes] if args.key?(:tls_routes)
3031
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2956
3032
  end
2957
3033
  end
2958
3034
 
@@ -2967,6 +3043,13 @@ module Google
2967
3043
  # @return [String]
2968
3044
  attr_accessor :next_page_token
2969
3045
 
3046
+ # Unreachable resources. Populated when the request attempts to list all
3047
+ # resources across all supported locations, while some locations are temporarily
3048
+ # unavailable.
3049
+ # Corresponds to the JSON property `unreachable`
3050
+ # @return [Array<String>]
3051
+ attr_accessor :unreachable
3052
+
2970
3053
  # List of `WasmPluginVersion` resources.
2971
3054
  # Corresponds to the JSON property `wasmPluginVersions`
2972
3055
  # @return [Array<Google::Apis::NetworkservicesV1::WasmPluginVersion>]
@@ -2979,6 +3062,7 @@ module Google
2979
3062
  # Update properties of this object
2980
3063
  def update!(**args)
2981
3064
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
3065
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2982
3066
  @wasm_plugin_versions = args[:wasm_plugin_versions] if args.key?(:wasm_plugin_versions)
2983
3067
  end
2984
3068
  end
@@ -2994,6 +3078,13 @@ module Google
2994
3078
  # @return [String]
2995
3079
  attr_accessor :next_page_token
2996
3080
 
3081
+ # Unreachable resources. Populated when the request attempts to list all
3082
+ # resources across all supported locations, while some locations are temporarily
3083
+ # unavailable.
3084
+ # Corresponds to the JSON property `unreachable`
3085
+ # @return [Array<String>]
3086
+ attr_accessor :unreachable
3087
+
2997
3088
  # List of `WasmPlugin` resources.
2998
3089
  # Corresponds to the JSON property `wasmPlugins`
2999
3090
  # @return [Array<Google::Apis::NetworkservicesV1::WasmPlugin>]
@@ -3006,6 +3097,7 @@ module Google
3006
3097
  # Update properties of this object
3007
3098
  def update!(**args)
3008
3099
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
3100
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
3009
3101
  @wasm_plugins = args[:wasm_plugins] if args.key?(:wasm_plugins)
3010
3102
  end
3011
3103
  end
@@ -3430,9 +3522,9 @@ module Google
3430
3522
  end
3431
3523
 
3432
3524
  # ServiceBinding can be used to: - Bind a Service Directory Service to be used
3433
- # in a BackendService resource. - Bind a Private Service Connect producer
3434
- # service to be used in consumer Cloud Service Mesh or Application Load
3435
- # Balancers.
3525
+ # in a BackendService resource. This feature will be deprecated soon. - Bind a
3526
+ # Private Service Connect producer service to be used in consumer Cloud Service
3527
+ # Mesh or Application Load Balancers.
3436
3528
  class ServiceBinding
3437
3529
  include Google::Apis::Core::Hashable
3438
3530
 
@@ -3458,7 +3550,8 @@ module Google
3458
3550
  attr_accessor :name
3459
3551
 
3460
3552
  # Optional. The full Service Directory Service name of the format `projects/*/
3461
- # locations/*/namespaces/*/services/*`. This field must be set.
3553
+ # locations/*/namespaces/*/services/*`. This field is for Service Directory
3554
+ # integration which will be deprecated soon.
3462
3555
  # Corresponds to the JSON property `service`
3463
3556
  # @return [String]
3464
3557
  attr_accessor :service
@@ -3466,7 +3559,8 @@ module Google
3466
3559
  # Output only. The unique identifier of the Service Directory Service against
3467
3560
  # which the ServiceBinding resource is validated. This is populated when the
3468
3561
  # Service Binding resource is used in another resource (like Backend Service).
3469
- # This is of the UUID4 format.
3562
+ # This is of the UUID4 format. This field is for Service Directory integration
3563
+ # which will be deprecated soon.
3470
3564
  # Corresponds to the JSON property `serviceId`
3471
3565
  # @return [String]
3472
3566
  attr_accessor :service_id
@@ -4063,7 +4157,7 @@ module Google
4063
4157
  # @return [String]
4064
4158
  attr_accessor :service_name
4065
4159
 
4066
- # Optional. Specifies the proportion of requests forwareded to the backend
4160
+ # Optional. Specifies the proportion of requests forwarded to the backend
4067
4161
  # referenced by the service_name field. This is computed as: - weight/Sum(
4068
4162
  # weights in destinations) Weights in all destinations does not need to sum up
4069
4163
  # to 100.
@@ -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.52.0"
19
+ GEM_VERSION = "0.53.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250224"
25
+ REVISION = "20250311"
26
26
  end
27
27
  end
28
28
  end
@@ -1184,6 +1184,7 @@ module Google
1184
1184
  collection :endpoint_policies, as: 'endpointPolicies', class: Google::Apis::NetworkservicesV1::EndpointPolicy, decorator: Google::Apis::NetworkservicesV1::EndpointPolicy::Representation
1185
1185
 
1186
1186
  property :next_page_token, as: 'nextPageToken'
1187
+ collection :unreachable, as: 'unreachable'
1187
1188
  end
1188
1189
  end
1189
1190
 
@@ -1193,6 +1194,7 @@ module Google
1193
1194
  collection :gateway_route_views, as: 'gatewayRouteViews', class: Google::Apis::NetworkservicesV1::GatewayRouteView, decorator: Google::Apis::NetworkservicesV1::GatewayRouteView::Representation
1194
1195
 
1195
1196
  property :next_page_token, as: 'nextPageToken'
1197
+ collection :unreachable, as: 'unreachable'
1196
1198
  end
1197
1199
  end
1198
1200
 
@@ -1212,6 +1214,7 @@ module Google
1212
1214
  collection :grpc_routes, as: 'grpcRoutes', class: Google::Apis::NetworkservicesV1::GrpcRoute, decorator: Google::Apis::NetworkservicesV1::GrpcRoute::Representation
1213
1215
 
1214
1216
  property :next_page_token, as: 'nextPageToken'
1217
+ collection :unreachable, as: 'unreachable'
1215
1218
  end
1216
1219
  end
1217
1220
 
@@ -1221,6 +1224,7 @@ module Google
1221
1224
  collection :http_routes, as: 'httpRoutes', class: Google::Apis::NetworkservicesV1::HttpRoute, decorator: Google::Apis::NetworkservicesV1::HttpRoute::Representation
1222
1225
 
1223
1226
  property :next_page_token, as: 'nextPageToken'
1227
+ collection :unreachable, as: 'unreachable'
1224
1228
  end
1225
1229
  end
1226
1230
 
@@ -1259,6 +1263,7 @@ module Google
1259
1263
  collection :mesh_route_views, as: 'meshRouteViews', class: Google::Apis::NetworkservicesV1::MeshRouteView, decorator: Google::Apis::NetworkservicesV1::MeshRouteView::Representation
1260
1264
 
1261
1265
  property :next_page_token, as: 'nextPageToken'
1266
+ collection :unreachable, as: 'unreachable'
1262
1267
  end
1263
1268
  end
1264
1269
 
@@ -1287,6 +1292,7 @@ module Google
1287
1292
  property :next_page_token, as: 'nextPageToken'
1288
1293
  collection :service_bindings, as: 'serviceBindings', class: Google::Apis::NetworkservicesV1::ServiceBinding, decorator: Google::Apis::NetworkservicesV1::ServiceBinding::Representation
1289
1294
 
1295
+ collection :unreachable, as: 'unreachable'
1290
1296
  end
1291
1297
  end
1292
1298
 
@@ -1296,6 +1302,7 @@ module Google
1296
1302
  property :next_page_token, as: 'nextPageToken'
1297
1303
  collection :service_lb_policies, as: 'serviceLbPolicies', class: Google::Apis::NetworkservicesV1::ServiceLbPolicy, decorator: Google::Apis::NetworkservicesV1::ServiceLbPolicy::Representation
1298
1304
 
1305
+ collection :unreachable, as: 'unreachable'
1299
1306
  end
1300
1307
  end
1301
1308
 
@@ -1305,6 +1312,7 @@ module Google
1305
1312
  property :next_page_token, as: 'nextPageToken'
1306
1313
  collection :tcp_routes, as: 'tcpRoutes', class: Google::Apis::NetworkservicesV1::TcpRoute, decorator: Google::Apis::NetworkservicesV1::TcpRoute::Representation
1307
1314
 
1315
+ collection :unreachable, as: 'unreachable'
1308
1316
  end
1309
1317
  end
1310
1318
 
@@ -1314,6 +1322,7 @@ module Google
1314
1322
  property :next_page_token, as: 'nextPageToken'
1315
1323
  collection :tls_routes, as: 'tlsRoutes', class: Google::Apis::NetworkservicesV1::TlsRoute, decorator: Google::Apis::NetworkservicesV1::TlsRoute::Representation
1316
1324
 
1325
+ collection :unreachable, as: 'unreachable'
1317
1326
  end
1318
1327
  end
1319
1328
 
@@ -1321,6 +1330,7 @@ module Google
1321
1330
  # @private
1322
1331
  class Representation < Google::Apis::Core::JsonRepresentation
1323
1332
  property :next_page_token, as: 'nextPageToken'
1333
+ collection :unreachable, as: 'unreachable'
1324
1334
  collection :wasm_plugin_versions, as: 'wasmPluginVersions', class: Google::Apis::NetworkservicesV1::WasmPluginVersion, decorator: Google::Apis::NetworkservicesV1::WasmPluginVersion::Representation
1325
1335
 
1326
1336
  end
@@ -1330,6 +1340,7 @@ module Google
1330
1340
  # @private
1331
1341
  class Representation < Google::Apis::Core::JsonRepresentation
1332
1342
  property :next_page_token, as: 'nextPageToken'
1343
+ collection :unreachable, as: 'unreachable'
1333
1344
  collection :wasm_plugins, as: 'wasmPlugins', class: Google::Apis::NetworkservicesV1::WasmPlugin, decorator: Google::Apis::NetworkservicesV1::WasmPlugin::Representation
1334
1345
 
1335
1346
  end
@@ -817,6 +817,10 @@ module Google
817
817
  # The value returned by the last `ListEndpointPoliciesResponse` Indicates that
818
818
  # this is a continuation of a prior `ListEndpointPolicies` call, and that the
819
819
  # system should return the next page of data.
820
+ # @param [Boolean] return_partial_success
821
+ # Optional. If true, allow partial responses for multi-regional Aggregated List
822
+ # requests. Otherwise if one of the locations is down or unreachable, the
823
+ # Aggregated List request will fail.
820
824
  # @param [String] fields
821
825
  # Selector specifying which fields to include in a partial response.
822
826
  # @param [String] quota_user
@@ -834,13 +838,14 @@ module Google
834
838
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
835
839
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
836
840
  # @raise [Google::Apis::AuthorizationError] Authorization is required
837
- def list_project_location_endpoint_policies(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
841
+ def list_project_location_endpoint_policies(parent, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
838
842
  command = make_simple_command(:get, 'v1/{+parent}/endpointPolicies', options)
839
843
  command.response_representation = Google::Apis::NetworkservicesV1::ListEndpointPoliciesResponse::Representation
840
844
  command.response_class = Google::Apis::NetworkservicesV1::ListEndpointPoliciesResponse
841
845
  command.params['parent'] = parent unless parent.nil?
842
846
  command.query['pageSize'] = page_size unless page_size.nil?
843
847
  command.query['pageToken'] = page_token unless page_token.nil?
848
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
844
849
  command.query['fields'] = fields unless fields.nil?
845
850
  command.query['quotaUser'] = quota_user unless quota_user.nil?
846
851
  execute_or_queue_command(command, &block)
@@ -1246,6 +1251,10 @@ module Google
1246
1251
  # The value returned by the last `ListGrpcRoutesResponse` Indicates that this is
1247
1252
  # a continuation of a prior `ListGrpcRoutes` call, and that the system should
1248
1253
  # return the next page of data.
1254
+ # @param [Boolean] return_partial_success
1255
+ # Optional. If true, allow partial responses for multi-regional Aggregated List
1256
+ # requests. Otherwise if one of the locations is down or unreachable, the
1257
+ # Aggregated List request will fail.
1249
1258
  # @param [String] fields
1250
1259
  # Selector specifying which fields to include in a partial response.
1251
1260
  # @param [String] quota_user
@@ -1263,13 +1272,14 @@ module Google
1263
1272
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1264
1273
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1265
1274
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1266
- def list_project_location_grpc_routes(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1275
+ def list_project_location_grpc_routes(parent, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
1267
1276
  command = make_simple_command(:get, 'v1/{+parent}/grpcRoutes', options)
1268
1277
  command.response_representation = Google::Apis::NetworkservicesV1::ListGrpcRoutesResponse::Representation
1269
1278
  command.response_class = Google::Apis::NetworkservicesV1::ListGrpcRoutesResponse
1270
1279
  command.params['parent'] = parent unless parent.nil?
1271
1280
  command.query['pageSize'] = page_size unless page_size.nil?
1272
1281
  command.query['pageToken'] = page_token unless page_token.nil?
1282
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
1273
1283
  command.query['fields'] = fields unless fields.nil?
1274
1284
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1275
1285
  execute_or_queue_command(command, &block)
@@ -1425,6 +1435,10 @@ module Google
1425
1435
  # The value returned by the last `ListHttpRoutesResponse` Indicates that this is
1426
1436
  # a continuation of a prior `ListHttpRoutes` call, and that the system should
1427
1437
  # return the next page of data.
1438
+ # @param [Boolean] return_partial_success
1439
+ # Optional. If true, allow partial responses for multi-regional Aggregated List
1440
+ # requests. Otherwise if one of the locations is down or unreachable, the
1441
+ # Aggregated List request will fail.
1428
1442
  # @param [String] fields
1429
1443
  # Selector specifying which fields to include in a partial response.
1430
1444
  # @param [String] quota_user
@@ -1442,13 +1456,14 @@ module Google
1442
1456
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1443
1457
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1444
1458
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1445
- def list_project_location_http_routes(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1459
+ def list_project_location_http_routes(parent, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
1446
1460
  command = make_simple_command(:get, 'v1/{+parent}/httpRoutes', options)
1447
1461
  command.response_representation = Google::Apis::NetworkservicesV1::ListHttpRoutesResponse::Representation
1448
1462
  command.response_class = Google::Apis::NetworkservicesV1::ListHttpRoutesResponse
1449
1463
  command.params['parent'] = parent unless parent.nil?
1450
1464
  command.query['pageSize'] = page_size unless page_size.nil?
1451
1465
  command.query['pageToken'] = page_token unless page_token.nil?
1466
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
1452
1467
  command.query['fields'] = fields unless fields.nil?
1453
1468
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1454
1469
  execute_or_queue_command(command, &block)
@@ -2763,6 +2778,10 @@ module Google
2763
2778
  # The value returned by the last `ListTcpRoutesResponse` Indicates that this is
2764
2779
  # a continuation of a prior `ListTcpRoutes` call, and that the system should
2765
2780
  # return the next page of data.
2781
+ # @param [Boolean] return_partial_success
2782
+ # Optional. If true, allow partial responses for multi-regional Aggregated List
2783
+ # requests. Otherwise if one of the locations is down or unreachable, the
2784
+ # Aggregated List request will fail.
2766
2785
  # @param [String] fields
2767
2786
  # Selector specifying which fields to include in a partial response.
2768
2787
  # @param [String] quota_user
@@ -2780,13 +2799,14 @@ module Google
2780
2799
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2781
2800
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2782
2801
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2783
- def list_project_location_tcp_routes(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
2802
+ def list_project_location_tcp_routes(parent, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
2784
2803
  command = make_simple_command(:get, 'v1/{+parent}/tcpRoutes', options)
2785
2804
  command.response_representation = Google::Apis::NetworkservicesV1::ListTcpRoutesResponse::Representation
2786
2805
  command.response_class = Google::Apis::NetworkservicesV1::ListTcpRoutesResponse
2787
2806
  command.params['parent'] = parent unless parent.nil?
2788
2807
  command.query['pageSize'] = page_size unless page_size.nil?
2789
2808
  command.query['pageToken'] = page_token unless page_token.nil?
2809
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
2790
2810
  command.query['fields'] = fields unless fields.nil?
2791
2811
  command.query['quotaUser'] = quota_user unless quota_user.nil?
2792
2812
  execute_or_queue_command(command, &block)
@@ -2942,6 +2962,10 @@ module Google
2942
2962
  # The value returned by the last `ListTlsRoutesResponse` Indicates that this is
2943
2963
  # a continuation of a prior `ListTlsRoutes` call, and that the system should
2944
2964
  # return the next page of data.
2965
+ # @param [Boolean] return_partial_success
2966
+ # Optional. If true, allow partial responses for multi-regional Aggregated List
2967
+ # requests. Otherwise if one of the locations is down or unreachable, the
2968
+ # Aggregated List request will fail.
2945
2969
  # @param [String] fields
2946
2970
  # Selector specifying which fields to include in a partial response.
2947
2971
  # @param [String] quota_user
@@ -2959,13 +2983,14 @@ module Google
2959
2983
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2960
2984
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2961
2985
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2962
- def list_project_location_tls_routes(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
2986
+ def list_project_location_tls_routes(parent, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
2963
2987
  command = make_simple_command(:get, 'v1/{+parent}/tlsRoutes', options)
2964
2988
  command.response_representation = Google::Apis::NetworkservicesV1::ListTlsRoutesResponse::Representation
2965
2989
  command.response_class = Google::Apis::NetworkservicesV1::ListTlsRoutesResponse
2966
2990
  command.params['parent'] = parent unless parent.nil?
2967
2991
  command.query['pageSize'] = page_size unless page_size.nil?
2968
2992
  command.query['pageToken'] = page_token unless page_token.nil?
2993
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
2969
2994
  command.query['fields'] = fields unless fields.nil?
2970
2995
  command.query['quotaUser'] = quota_user unless quota_user.nil?
2971
2996
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkservices_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.52.0
4
+ version: 0.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-02 00:00:00.000000000 Z
10
+ date: 2025-03-23 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.52.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.53.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1
62
62
  rdoc_options: []
63
63
  require_paths: