google-apis-networkservices_v1 0.51.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: 77003eeec11353e0051ffdd1024bc63d5df42ab78faef81272bb84d14ad62a45
4
- data.tar.gz: 74e7017a6daa24634a425a024d6a77fe141dc73c5b9fbc683a4e912b44844f8f
3
+ metadata.gz: 42792768ee9afae914ca02373f21882f6b23608cabd2934defcc3b9d6358aa7f
4
+ data.tar.gz: d5b7c355a63cc8ce39abb022bf7f0c463e6384bad274288b598e28d3ce32cb7e
5
5
  SHA512:
6
- metadata.gz: a2a0f6b1406aabf850869461408d9fabbe0104c2ff8d2149fe0832aa15a44102df824d45eff6158d7d8a5f75c9692a65eefa1d9926f0967ae2dbc762e5ca65ee
7
- data.tar.gz: 0aa702b454ceef9fed2d4d3a4b0cf0ab5448c7784ad639fc82511a440c4eea05fd1b341e2afa4ff4497603ea90760357e3906e1f7805e958ce0c4158c3fe153e
6
+ metadata.gz: 47d43375ae065b84fe65c6176551a106990c37dd8da8dd7f5177e12cb53ccb33044a66ef18631b908222cf75e63a98d08c7d6a5a9c02e1f7d865ac7fb85168f9
7
+ data.tar.gz: ae4e99b6e3eb516e36280cf8d221e0e1fdb610dd9d9845de54490903ad5dc02c30e6b8fd627f746a9e4829b8488ceab61a04d5acbfca93caa040db614771906b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
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
+
7
+ ### v0.52.0 (2025-03-02)
8
+
9
+ * Regenerated from discovery document revision 20250224
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.51.0 (2024-12-08)
4
13
 
5
14
  * Regenerated from discovery document revision 20241118
@@ -191,7 +191,7 @@ module Google
191
191
  attr_accessor :update_time
192
192
 
193
193
  # Optional. The format of communication supported by the callout extension. If
194
- # not specified, the default is `EXT_PROC_GRPC`.
194
+ # not specified, the default value `EXT_PROC_GRPC` is used.
195
195
  # Corresponds to the JSON property `wireFormat`
196
196
  # @return [String]
197
197
  attr_accessor :wire_format
@@ -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
@@ -751,7 +755,7 @@ module Google
751
755
  # Gateway represents the configuration for a proxy, typically a load balancer.
752
756
  # It captures the ip:port over which the services are exposed by the proxy,
753
757
  # along with any policy configurations. Routes have reference to to Gateways to
754
- # dictate how requests should be routed by this Gateway. Next id: 33
758
+ # dictate how requests should be routed by this Gateway.
755
759
  class Gateway
756
760
  include Google::Apis::Core::Hashable
757
761
 
@@ -836,7 +840,7 @@ module Google
836
840
 
837
841
  # Optional. Scope determines how configuration across multiple Gateway instances
838
842
  # are merged. The configuration for multiple Gateway instances with the same
839
- # scope will be merged as presented as a single coniguration to the proxy/load
843
+ # scope will be merged as presented as a single configuration to the proxy/load
840
844
  # balancer. Max length 64 characters. Scope should start with a letter and can
841
845
  # only have letters, numbers, hyphens.
842
846
  # Corresponds to the JSON property `scope`
@@ -2457,9 +2461,9 @@ module Google
2457
2461
 
2458
2462
  # Required. All backend services and forwarding rules referenced by this
2459
2463
  # extension must share the same load balancing scheme. Supported values: `
2460
- # INTERNAL_MANAGED`, `EXTERNAL_MANAGED`. For more information, refer to [Backend
2461
- # services overview](https://cloud.google.com/load-balancing/docs/backend-
2462
- # service).
2464
+ # INTERNAL_MANAGED` and `EXTERNAL_MANAGED`. For more information, refer to [
2465
+ # Backend services overview](https://cloud.google.com/load-balancing/docs/
2466
+ # backend-service).
2463
2467
  # Corresponds to the JSON property `loadBalancingScheme`
2464
2468
  # @return [String]
2465
2469
  attr_accessor :load_balancing_scheme
@@ -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
 
@@ -2804,6 +2848,13 @@ module Google
2804
2848
  # @return [String]
2805
2849
  attr_accessor :next_page_token
2806
2850
 
2851
+ # Unreachable resources. Populated when the request opts into `
2852
+ # return_partial_success` and reading across collections e.g. when attempting to
2853
+ # list all resources across all supported locations.
2854
+ # Corresponds to the JSON property `unreachable`
2855
+ # @return [Array<String>]
2856
+ attr_accessor :unreachable
2857
+
2807
2858
  def initialize(**args)
2808
2859
  update!(**args)
2809
2860
  end
@@ -2812,6 +2863,7 @@ module Google
2812
2863
  def update!(**args)
2813
2864
  @meshes = args[:meshes] if args.key?(:meshes)
2814
2865
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2866
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2815
2867
  end
2816
2868
  end
2817
2869
 
@@ -2856,6 +2908,13 @@ module Google
2856
2908
  # @return [Array<Google::Apis::NetworkservicesV1::ServiceBinding>]
2857
2909
  attr_accessor :service_bindings
2858
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
+
2859
2918
  def initialize(**args)
2860
2919
  update!(**args)
2861
2920
  end
@@ -2864,6 +2923,7 @@ module Google
2864
2923
  def update!(**args)
2865
2924
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2866
2925
  @service_bindings = args[:service_bindings] if args.key?(:service_bindings)
2926
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2867
2927
  end
2868
2928
  end
2869
2929
 
@@ -2883,6 +2943,13 @@ module Google
2883
2943
  # @return [Array<Google::Apis::NetworkservicesV1::ServiceLbPolicy>]
2884
2944
  attr_accessor :service_lb_policies
2885
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
+
2886
2953
  def initialize(**args)
2887
2954
  update!(**args)
2888
2955
  end
@@ -2891,6 +2958,7 @@ module Google
2891
2958
  def update!(**args)
2892
2959
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2893
2960
  @service_lb_policies = args[:service_lb_policies] if args.key?(:service_lb_policies)
2961
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2894
2962
  end
2895
2963
  end
2896
2964
 
@@ -2910,6 +2978,13 @@ module Google
2910
2978
  # @return [Array<Google::Apis::NetworkservicesV1::TcpRoute>]
2911
2979
  attr_accessor :tcp_routes
2912
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
+
2913
2988
  def initialize(**args)
2914
2989
  update!(**args)
2915
2990
  end
@@ -2918,6 +2993,7 @@ module Google
2918
2993
  def update!(**args)
2919
2994
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2920
2995
  @tcp_routes = args[:tcp_routes] if args.key?(:tcp_routes)
2996
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2921
2997
  end
2922
2998
  end
2923
2999
 
@@ -2937,6 +3013,13 @@ module Google
2937
3013
  # @return [Array<Google::Apis::NetworkservicesV1::TlsRoute>]
2938
3014
  attr_accessor :tls_routes
2939
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
+
2940
3023
  def initialize(**args)
2941
3024
  update!(**args)
2942
3025
  end
@@ -2945,6 +3028,7 @@ module Google
2945
3028
  def update!(**args)
2946
3029
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2947
3030
  @tls_routes = args[:tls_routes] if args.key?(:tls_routes)
3031
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2948
3032
  end
2949
3033
  end
2950
3034
 
@@ -2959,6 +3043,13 @@ module Google
2959
3043
  # @return [String]
2960
3044
  attr_accessor :next_page_token
2961
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
+
2962
3053
  # List of `WasmPluginVersion` resources.
2963
3054
  # Corresponds to the JSON property `wasmPluginVersions`
2964
3055
  # @return [Array<Google::Apis::NetworkservicesV1::WasmPluginVersion>]
@@ -2971,6 +3062,7 @@ module Google
2971
3062
  # Update properties of this object
2972
3063
  def update!(**args)
2973
3064
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
3065
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2974
3066
  @wasm_plugin_versions = args[:wasm_plugin_versions] if args.key?(:wasm_plugin_versions)
2975
3067
  end
2976
3068
  end
@@ -2986,6 +3078,13 @@ module Google
2986
3078
  # @return [String]
2987
3079
  attr_accessor :next_page_token
2988
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
+
2989
3088
  # List of `WasmPlugin` resources.
2990
3089
  # Corresponds to the JSON property `wasmPlugins`
2991
3090
  # @return [Array<Google::Apis::NetworkservicesV1::WasmPlugin>]
@@ -2998,6 +3097,7 @@ module Google
2998
3097
  # Update properties of this object
2999
3098
  def update!(**args)
3000
3099
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
3100
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
3001
3101
  @wasm_plugins = args[:wasm_plugins] if args.key?(:wasm_plugins)
3002
3102
  end
3003
3103
  end
@@ -3421,8 +3521,10 @@ module Google
3421
3521
  end
3422
3522
  end
3423
3523
 
3424
- # ServiceBinding is the resource that defines a Service Directory Service to be
3425
- # used in a BackendService resource.
3524
+ # ServiceBinding can be used to: - Bind a Service Directory Service to be used
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.
3426
3528
  class ServiceBinding
3427
3529
  include Google::Apis::Core::Hashable
3428
3530
 
@@ -3442,21 +3544,23 @@ module Google
3442
3544
  attr_accessor :labels
3443
3545
 
3444
3546
  # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*
3445
- # /locations/global/serviceBindings/service_binding_name`.
3547
+ # /locations/*/serviceBindings/`.
3446
3548
  # Corresponds to the JSON property `name`
3447
3549
  # @return [String]
3448
3550
  attr_accessor :name
3449
3551
 
3450
- # Required. The full Service Directory Service name of the format projects/*/
3451
- # locations/*/namespaces/*/services/*
3552
+ # Optional. The full Service Directory Service name of the format `projects/*/
3553
+ # locations/*/namespaces/*/services/*`. This field is for Service Directory
3554
+ # integration which will be deprecated soon.
3452
3555
  # Corresponds to the JSON property `service`
3453
3556
  # @return [String]
3454
3557
  attr_accessor :service
3455
3558
 
3456
3559
  # Output only. The unique identifier of the Service Directory Service against
3457
- # which the Service Binding resource is validated. This is populated when the
3560
+ # which the ServiceBinding resource is validated. This is populated when the
3458
3561
  # Service Binding resource is used in another resource (like Backend Service).
3459
- # 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.
3460
3564
  # Corresponds to the JSON property `serviceId`
3461
3565
  # @return [String]
3462
3566
  attr_accessor :service_id
@@ -4053,7 +4157,7 @@ module Google
4053
4157
  # @return [String]
4054
4158
  attr_accessor :service_name
4055
4159
 
4056
- # Optional. Specifies the proportion of requests forwareded to the backend
4160
+ # Optional. Specifies the proportion of requests forwarded to the backend
4057
4161
  # referenced by the service_name field. This is computed as: - weight/Sum(
4058
4162
  # weights in destinations) Weights in all destinations does not need to sum up
4059
4163
  # to 100.
@@ -4073,8 +4177,7 @@ module Google
4073
4177
  end
4074
4178
 
4075
4179
  # RouteMatch defines the predicate used to match requests to a given action.
4076
- # Multiple match types are "AND"ed for evaluation. If no routeMatch field is
4077
- # specified, this rule will unconditionally match traffic.
4180
+ # Multiple match types are "AND"ed for evaluation.
4078
4181
  class TlsRouteRouteMatch
4079
4182
  include Google::Apis::Core::Hashable
4080
4183
 
@@ -4117,7 +4220,8 @@ module Google
4117
4220
  attr_accessor :action
4118
4221
 
4119
4222
  # Required. RouteMatch defines the predicate used to match requests to a given
4120
- # action. Multiple match types are "OR"ed for evaluation.
4223
+ # action. Multiple match types are "OR"ed for evaluation. Atleast one RouteMatch
4224
+ # must be supplied.
4121
4225
  # Corresponds to the JSON property `matches`
4122
4226
  # @return [Array<Google::Apis::NetworkservicesV1::TlsRouteRouteMatch>]
4123
4227
  attr_accessor :matches
@@ -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.51.0"
19
+ GEM_VERSION = "0.53.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241118"
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
 
@@ -1268,6 +1273,7 @@ module Google
1268
1273
  collection :meshes, as: 'meshes', class: Google::Apis::NetworkservicesV1::Mesh, decorator: Google::Apis::NetworkservicesV1::Mesh::Representation
1269
1274
 
1270
1275
  property :next_page_token, as: 'nextPageToken'
1276
+ collection :unreachable, as: 'unreachable'
1271
1277
  end
1272
1278
  end
1273
1279
 
@@ -1286,6 +1292,7 @@ module Google
1286
1292
  property :next_page_token, as: 'nextPageToken'
1287
1293
  collection :service_bindings, as: 'serviceBindings', class: Google::Apis::NetworkservicesV1::ServiceBinding, decorator: Google::Apis::NetworkservicesV1::ServiceBinding::Representation
1288
1294
 
1295
+ collection :unreachable, as: 'unreachable'
1289
1296
  end
1290
1297
  end
1291
1298
 
@@ -1295,6 +1302,7 @@ module Google
1295
1302
  property :next_page_token, as: 'nextPageToken'
1296
1303
  collection :service_lb_policies, as: 'serviceLbPolicies', class: Google::Apis::NetworkservicesV1::ServiceLbPolicy, decorator: Google::Apis::NetworkservicesV1::ServiceLbPolicy::Representation
1297
1304
 
1305
+ collection :unreachable, as: 'unreachable'
1298
1306
  end
1299
1307
  end
1300
1308
 
@@ -1304,6 +1312,7 @@ module Google
1304
1312
  property :next_page_token, as: 'nextPageToken'
1305
1313
  collection :tcp_routes, as: 'tcpRoutes', class: Google::Apis::NetworkservicesV1::TcpRoute, decorator: Google::Apis::NetworkservicesV1::TcpRoute::Representation
1306
1314
 
1315
+ collection :unreachable, as: 'unreachable'
1307
1316
  end
1308
1317
  end
1309
1318
 
@@ -1313,6 +1322,7 @@ module Google
1313
1322
  property :next_page_token, as: 'nextPageToken'
1314
1323
  collection :tls_routes, as: 'tlsRoutes', class: Google::Apis::NetworkservicesV1::TlsRoute, decorator: Google::Apis::NetworkservicesV1::TlsRoute::Representation
1315
1324
 
1325
+ collection :unreachable, as: 'unreachable'
1316
1326
  end
1317
1327
  end
1318
1328
 
@@ -1320,6 +1330,7 @@ module Google
1320
1330
  # @private
1321
1331
  class Representation < Google::Apis::Core::JsonRepresentation
1322
1332
  property :next_page_token, as: 'nextPageToken'
1333
+ collection :unreachable, as: 'unreachable'
1323
1334
  collection :wasm_plugin_versions, as: 'wasmPluginVersions', class: Google::Apis::NetworkservicesV1::WasmPluginVersion, decorator: Google::Apis::NetworkservicesV1::WasmPluginVersion::Representation
1324
1335
 
1325
1336
  end
@@ -1329,6 +1340,7 @@ module Google
1329
1340
  # @private
1330
1341
  class Representation < Google::Apis::Core::JsonRepresentation
1331
1342
  property :next_page_token, as: 'nextPageToken'
1343
+ collection :unreachable, as: 'unreachable'
1332
1344
  collection :wasm_plugins, as: 'wasmPlugins', class: Google::Apis::NetworkservicesV1::WasmPlugin, decorator: Google::Apis::NetworkservicesV1::WasmPlugin::Representation
1333
1345
 
1334
1346
  end
@@ -134,14 +134,13 @@ module Google
134
134
  # @param [String] request_id
135
135
  # Optional. An optional request ID to identify requests. Specify a unique
136
136
  # request ID so that if you must retry your request, the server can ignore the
137
- # request if it has already been completed. The server guarantees that for at
138
- # least 60 minutes since the first request. For example, consider a situation
139
- # where you make an initial request and the request times out. If you make the
140
- # request again with the same request ID, the server can check if original
141
- # operation with the same request ID was received, and if so, ignores the second
142
- # request. This prevents clients from accidentally creating duplicate
143
- # commitments. The request ID must be a valid UUID with the exception that zero
144
- # UUID is not supported (00000000-0000-0000-0000-000000000000).
137
+ # request if it has already been completed. The server guarantees that for 60
138
+ # minutes since the first request. For example, consider a situation where you
139
+ # make an initial request and the request times out. If you make the request
140
+ # again with the same request ID, the server ignores the second request This
141
+ # prevents clients from accidentally creating duplicate commitments. The request
142
+ # ID must be a valid UUID with the exception that zero UUID is not supported (
143
+ # 00000000-0000-0000-0000-000000000000).
145
144
  # @param [String] fields
146
145
  # Selector specifying which fields to include in a partial response.
147
146
  # @param [String] quota_user
@@ -181,14 +180,13 @@ module Google
181
180
  # @param [String] request_id
182
181
  # Optional. An optional request ID to identify requests. Specify a unique
183
182
  # request ID so that if you must retry your request, the server can ignore the
184
- # request if it has already been completed. The server guarantees that for at
185
- # least 60 minutes after the first request. For example, consider a situation
186
- # where you make an initial request and the request times out. If you make the
187
- # request again with the same request ID, the server can check if original
188
- # operation with the same request ID was received, and if so, ignores the second
189
- # request. This prevents clients from accidentally creating duplicate
190
- # commitments. The request ID must be a valid UUID with the exception that zero
191
- # UUID is not supported (00000000-0000-0000-0000-000000000000).
183
+ # request if it has already been completed. The server guarantees that for 60
184
+ # minutes after the first request. For example, consider a situation where you
185
+ # make an initial request and the request times out. If you make the request
186
+ # again with the same request ID, the server ignores the second request This
187
+ # prevents clients from accidentally creating duplicate commitments. The request
188
+ # ID must be a valid UUID with the exception that zero UUID is not supported (
189
+ # 00000000-0000-0000-0000-000000000000).
192
190
  # @param [String] fields
193
191
  # Selector specifying which fields to include in a partial response.
194
192
  # @param [String] quota_user
@@ -252,12 +250,12 @@ module Google
252
250
  # Lists `AuthzExtension` resources in a given project and location.
253
251
  # @param [String] parent
254
252
  # Required. The project and location from which the `AuthzExtension` resources
255
- # are listed, specified in the following format: `projects/`project`/locations/`
256
- # location``.
253
+ # are listed. These values are specified in the following format: `projects/`
254
+ # project`/locations/`location``.
257
255
  # @param [String] filter
258
256
  # Optional. Filtering results.
259
257
  # @param [String] order_by
260
- # Optional. Hint for how to order the results.
258
+ # Optional. Hint about how to order the results.
261
259
  # @param [Fixnum] page_size
262
260
  # Optional. Requested page size. The server might return fewer items than
263
261
  # requested. If unspecified, the server picks an appropriate default.
@@ -303,14 +301,13 @@ module Google
303
301
  # @param [String] request_id
304
302
  # Optional. An optional request ID to identify requests. Specify a unique
305
303
  # request ID so that if you must retry your request, the server can ignore the
306
- # request if it has already been completed. The server guarantees that for at
307
- # least 60 minutes since the first request. For example, consider a situation
308
- # where you make an initial request and the request times out. If you make the
309
- # request again with the same request ID, the server can check if original
310
- # operation with the same request ID was received, and if so, ignores the second
311
- # request. This prevents clients from accidentally creating duplicate
312
- # commitments. The request ID must be a valid UUID with the exception that zero
313
- # UUID is not supported (00000000-0000-0000-0000-000000000000).
304
+ # request if it has already been completed. The server guarantees that for 60
305
+ # minutes since the first request. For example, consider a situation where you
306
+ # make an initial request and the request times out. If you make the request
307
+ # again with the same request ID, the server ignores the second request This
308
+ # prevents clients from accidentally creating duplicate commitments. The request
309
+ # ID must be a valid UUID with the exception that zero UUID is not supported (
310
+ # 00000000-0000-0000-0000-000000000000).
314
311
  # @param [String] update_mask
315
312
  # Required. Used to specify the fields to be overwritten in the `AuthzExtension`
316
313
  # resource by the update. The fields specified in the `update_mask` are relative
@@ -820,6 +817,10 @@ module Google
820
817
  # The value returned by the last `ListEndpointPoliciesResponse` Indicates that
821
818
  # this is a continuation of a prior `ListEndpointPolicies` call, and that the
822
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.
823
824
  # @param [String] fields
824
825
  # Selector specifying which fields to include in a partial response.
825
826
  # @param [String] quota_user
@@ -837,13 +838,14 @@ module Google
837
838
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
838
839
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
839
840
  # @raise [Google::Apis::AuthorizationError] Authorization is required
840
- 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)
841
842
  command = make_simple_command(:get, 'v1/{+parent}/endpointPolicies', options)
842
843
  command.response_representation = Google::Apis::NetworkservicesV1::ListEndpointPoliciesResponse::Representation
843
844
  command.response_class = Google::Apis::NetworkservicesV1::ListEndpointPoliciesResponse
844
845
  command.params['parent'] = parent unless parent.nil?
845
846
  command.query['pageSize'] = page_size unless page_size.nil?
846
847
  command.query['pageToken'] = page_token unless page_token.nil?
848
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
847
849
  command.query['fields'] = fields unless fields.nil?
848
850
  command.query['quotaUser'] = quota_user unless quota_user.nil?
849
851
  execute_or_queue_command(command, &block)
@@ -1249,6 +1251,10 @@ module Google
1249
1251
  # The value returned by the last `ListGrpcRoutesResponse` Indicates that this is
1250
1252
  # a continuation of a prior `ListGrpcRoutes` call, and that the system should
1251
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.
1252
1258
  # @param [String] fields
1253
1259
  # Selector specifying which fields to include in a partial response.
1254
1260
  # @param [String] quota_user
@@ -1266,13 +1272,14 @@ module Google
1266
1272
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1267
1273
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1268
1274
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1269
- 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)
1270
1276
  command = make_simple_command(:get, 'v1/{+parent}/grpcRoutes', options)
1271
1277
  command.response_representation = Google::Apis::NetworkservicesV1::ListGrpcRoutesResponse::Representation
1272
1278
  command.response_class = Google::Apis::NetworkservicesV1::ListGrpcRoutesResponse
1273
1279
  command.params['parent'] = parent unless parent.nil?
1274
1280
  command.query['pageSize'] = page_size unless page_size.nil?
1275
1281
  command.query['pageToken'] = page_token unless page_token.nil?
1282
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
1276
1283
  command.query['fields'] = fields unless fields.nil?
1277
1284
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1278
1285
  execute_or_queue_command(command, &block)
@@ -1428,6 +1435,10 @@ module Google
1428
1435
  # The value returned by the last `ListHttpRoutesResponse` Indicates that this is
1429
1436
  # a continuation of a prior `ListHttpRoutes` call, and that the system should
1430
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.
1431
1442
  # @param [String] fields
1432
1443
  # Selector specifying which fields to include in a partial response.
1433
1444
  # @param [String] quota_user
@@ -1445,13 +1456,14 @@ module Google
1445
1456
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1446
1457
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1447
1458
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1448
- 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)
1449
1460
  command = make_simple_command(:get, 'v1/{+parent}/httpRoutes', options)
1450
1461
  command.response_representation = Google::Apis::NetworkservicesV1::ListHttpRoutesResponse::Representation
1451
1462
  command.response_class = Google::Apis::NetworkservicesV1::ListHttpRoutesResponse
1452
1463
  command.params['parent'] = parent unless parent.nil?
1453
1464
  command.query['pageSize'] = page_size unless page_size.nil?
1454
1465
  command.query['pageToken'] = page_token unless page_token.nil?
1466
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
1455
1467
  command.query['fields'] = fields unless fields.nil?
1456
1468
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1457
1469
  execute_or_queue_command(command, &block)
@@ -1508,14 +1520,13 @@ module Google
1508
1520
  # @param [String] request_id
1509
1521
  # Optional. An optional request ID to identify requests. Specify a unique
1510
1522
  # request ID so that if you must retry your request, the server can ignore the
1511
- # request if it has already been completed. The server guarantees that for at
1512
- # least 60 minutes since the first request. For example, consider a situation
1513
- # where you make an initial request and the request times out. If you make the
1514
- # request again with the same request ID, the server can check if original
1515
- # operation with the same request ID was received, and if so, ignores the second
1516
- # request. This prevents clients from accidentally creating duplicate
1517
- # commitments. The request ID must be a valid UUID with the exception that zero
1518
- # UUID is not supported (00000000-0000-0000-0000-000000000000).
1523
+ # request if it has already been completed. The server guarantees that for 60
1524
+ # minutes since the first request. For example, consider a situation where you
1525
+ # make an initial request and the request times out. If you make the request
1526
+ # again with the same request ID, the server ignores the second request This
1527
+ # prevents clients from accidentally creating duplicate commitments. The request
1528
+ # ID must be a valid UUID with the exception that zero UUID is not supported (
1529
+ # 00000000-0000-0000-0000-000000000000).
1519
1530
  # @param [String] fields
1520
1531
  # Selector specifying which fields to include in a partial response.
1521
1532
  # @param [String] quota_user
@@ -1555,14 +1566,13 @@ module Google
1555
1566
  # @param [String] request_id
1556
1567
  # Optional. An optional request ID to identify requests. Specify a unique
1557
1568
  # request ID so that if you must retry your request, the server can ignore the
1558
- # request if it has already been completed. The server guarantees that for at
1559
- # least 60 minutes after the first request. For example, consider a situation
1560
- # where you make an initial request and the request times out. If you make the
1561
- # request again with the same request ID, the server can check if original
1562
- # operation with the same request ID was received, and if so, ignores the second
1563
- # request. This prevents clients from accidentally creating duplicate
1564
- # commitments. The request ID must be a valid UUID with the exception that zero
1565
- # UUID is not supported (00000000-0000-0000-0000-000000000000).
1569
+ # request if it has already been completed. The server guarantees that for 60
1570
+ # minutes after the first request. For example, consider a situation where you
1571
+ # make an initial request and the request times out. If you make the request
1572
+ # again with the same request ID, the server ignores the second request This
1573
+ # prevents clients from accidentally creating duplicate commitments. The request
1574
+ # ID must be a valid UUID with the exception that zero UUID is not supported (
1575
+ # 00000000-0000-0000-0000-000000000000).
1566
1576
  # @param [String] fields
1567
1577
  # Selector specifying which fields to include in a partial response.
1568
1578
  # @param [String] quota_user
@@ -1626,12 +1636,12 @@ module Google
1626
1636
  # Lists `LbRouteExtension` resources in a given project and location.
1627
1637
  # @param [String] parent
1628
1638
  # Required. The project and location from which the `LbRouteExtension` resources
1629
- # are listed, specified in the following format: `projects/`project`/locations/`
1630
- # location``.
1639
+ # are listed. These values are specified in the following format: `projects/`
1640
+ # project`/locations/`location``.
1631
1641
  # @param [String] filter
1632
1642
  # Optional. Filtering results.
1633
1643
  # @param [String] order_by
1634
- # Optional. Hint for how to order the results.
1644
+ # Optional. Hint about how to order the results.
1635
1645
  # @param [Fixnum] page_size
1636
1646
  # Optional. Requested page size. The server might return fewer items than
1637
1647
  # requested. If unspecified, the server picks an appropriate default.
@@ -1677,14 +1687,13 @@ module Google
1677
1687
  # @param [String] request_id
1678
1688
  # Optional. An optional request ID to identify requests. Specify a unique
1679
1689
  # request ID so that if you must retry your request, the server can ignore the
1680
- # request if it has already been completed. The server guarantees that for at
1681
- # least 60 minutes since the first request. For example, consider a situation
1682
- # where you make an initial request and the request times out. If you make the
1683
- # request again with the same request ID, the server can check if original
1684
- # operation with the same request ID was received, and if so, ignores the second
1685
- # request. This prevents clients from accidentally creating duplicate
1686
- # commitments. The request ID must be a valid UUID with the exception that zero
1687
- # UUID is not supported (00000000-0000-0000-0000-000000000000).
1690
+ # request if it has already been completed. The server guarantees that for 60
1691
+ # minutes since the first request. For example, consider a situation where you
1692
+ # make an initial request and the request times out. If you make the request
1693
+ # again with the same request ID, the server ignores the second request This
1694
+ # prevents clients from accidentally creating duplicate commitments. The request
1695
+ # ID must be a valid UUID with the exception that zero UUID is not supported (
1696
+ # 00000000-0000-0000-0000-000000000000).
1688
1697
  # @param [String] update_mask
1689
1698
  # Optional. Used to specify the fields to be overwritten in the `
1690
1699
  # LbRouteExtension` resource by the update. The fields specified in the `
@@ -1732,14 +1741,13 @@ module Google
1732
1741
  # @param [String] request_id
1733
1742
  # Optional. An optional request ID to identify requests. Specify a unique
1734
1743
  # request ID so that if you must retry your request, the server can ignore the
1735
- # request if it has already been completed. The server guarantees that for at
1736
- # least 60 minutes since the first request. For example, consider a situation
1737
- # where you make an initial request and the request times out. If you make the
1738
- # request again with the same request ID, the server can check if original
1739
- # operation with the same request ID was received, and if so, ignores the second
1740
- # request. This prevents clients from accidentally creating duplicate
1741
- # commitments. The request ID must be a valid UUID with the exception that zero
1742
- # UUID is not supported (00000000-0000-0000-0000-000000000000).
1744
+ # request if it has already been completed. The server guarantees that for 60
1745
+ # minutes since the first request. For example, consider a situation where you
1746
+ # make an initial request and the request times out. If you make the request
1747
+ # again with the same request ID, the server ignores the second request This
1748
+ # prevents clients from accidentally creating duplicate commitments. The request
1749
+ # ID must be a valid UUID with the exception that zero UUID is not supported (
1750
+ # 00000000-0000-0000-0000-000000000000).
1743
1751
  # @param [String] fields
1744
1752
  # Selector specifying which fields to include in a partial response.
1745
1753
  # @param [String] quota_user
@@ -1779,14 +1787,13 @@ module Google
1779
1787
  # @param [String] request_id
1780
1788
  # Optional. An optional request ID to identify requests. Specify a unique
1781
1789
  # request ID so that if you must retry your request, the server can ignore the
1782
- # request if it has already been completed. The server guarantees that for at
1783
- # least 60 minutes after the first request. For example, consider a situation
1784
- # where you make an initial request and the request times out. If you make the
1785
- # request again with the same request ID, the server can check if original
1786
- # operation with the same request ID was received, and if so, ignores the second
1787
- # request. This prevents clients from accidentally creating duplicate
1788
- # commitments. The request ID must be a valid UUID with the exception that zero
1789
- # UUID is not supported (00000000-0000-0000-0000-000000000000).
1790
+ # request if it has already been completed. The server guarantees that for 60
1791
+ # minutes after the first request. For example, consider a situation where you
1792
+ # make an initial request and the request times out. If you make the request
1793
+ # again with the same request ID, the server ignores the second request This
1794
+ # prevents clients from accidentally creating duplicate commitments. The request
1795
+ # ID must be a valid UUID with the exception that zero UUID is not supported (
1796
+ # 00000000-0000-0000-0000-000000000000).
1790
1797
  # @param [String] fields
1791
1798
  # Selector specifying which fields to include in a partial response.
1792
1799
  # @param [String] quota_user
@@ -1850,12 +1857,12 @@ module Google
1850
1857
  # Lists `LbTrafficExtension` resources in a given project and location.
1851
1858
  # @param [String] parent
1852
1859
  # Required. The project and location from which the `LbTrafficExtension`
1853
- # resources are listed, specified in the following format: `projects/`project`/
1854
- # locations/`location``.
1860
+ # resources are listed. These values are specified in the following format: `
1861
+ # projects/`project`/locations/`location``.
1855
1862
  # @param [String] filter
1856
1863
  # Optional. Filtering results.
1857
1864
  # @param [String] order_by
1858
- # Optional. Hint for how to order the results.
1865
+ # Optional. Hint about how to order the results.
1859
1866
  # @param [Fixnum] page_size
1860
1867
  # Optional. Requested page size. The server might return fewer items than
1861
1868
  # requested. If unspecified, the server picks an appropriate default.
@@ -1901,14 +1908,13 @@ module Google
1901
1908
  # @param [String] request_id
1902
1909
  # Optional. An optional request ID to identify requests. Specify a unique
1903
1910
  # request ID so that if you must retry your request, the server can ignore the
1904
- # request if it has already been completed. The server guarantees that for at
1905
- # least 60 minutes since the first request. For example, consider a situation
1906
- # where you make an initial request and the request times out. If you make the
1907
- # request again with the same request ID, the server can check if original
1908
- # operation with the same request ID was received, and if so, ignores the second
1909
- # request. This prevents clients from accidentally creating duplicate
1910
- # commitments. The request ID must be a valid UUID with the exception that zero
1911
- # UUID is not supported (00000000-0000-0000-0000-000000000000).
1911
+ # request if it has already been completed. The server guarantees that for 60
1912
+ # minutes since the first request. For example, consider a situation where you
1913
+ # make an initial request and the request times out. If you make the request
1914
+ # again with the same request ID, the server ignores the second request This
1915
+ # prevents clients from accidentally creating duplicate commitments. The request
1916
+ # ID must be a valid UUID with the exception that zero UUID is not supported (
1917
+ # 00000000-0000-0000-0000-000000000000).
1912
1918
  # @param [String] update_mask
1913
1919
  # Optional. Used to specify the fields to be overwritten in the `
1914
1920
  # LbTrafficExtension` resource by the update. The fields specified in the `
@@ -2055,6 +2061,10 @@ module Google
2055
2061
  # The value returned by the last `ListMeshesResponse` Indicates that this is a
2056
2062
  # continuation of a prior `ListMeshes` call, and that the system should return
2057
2063
  # the next page of data.
2064
+ # @param [Boolean] return_partial_success
2065
+ # Optional. If true, allow partial responses for multi-regional Aggregated List
2066
+ # requests. Otherwise if one of the locations is down or unreachable, the
2067
+ # Aggregated List request will fail.
2058
2068
  # @param [String] fields
2059
2069
  # Selector specifying which fields to include in a partial response.
2060
2070
  # @param [String] quota_user
@@ -2072,13 +2082,14 @@ module Google
2072
2082
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2073
2083
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2074
2084
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2075
- def list_project_location_meshes(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
2085
+ def list_project_location_meshes(parent, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
2076
2086
  command = make_simple_command(:get, 'v1/{+parent}/meshes', options)
2077
2087
  command.response_representation = Google::Apis::NetworkservicesV1::ListMeshesResponse::Representation
2078
2088
  command.response_class = Google::Apis::NetworkservicesV1::ListMeshesResponse
2079
2089
  command.params['parent'] = parent unless parent.nil?
2080
2090
  command.query['pageSize'] = page_size unless page_size.nil?
2081
2091
  command.query['pageToken'] = page_token unless page_token.nil?
2092
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
2082
2093
  command.query['fields'] = fields unless fields.nil?
2083
2094
  command.query['quotaUser'] = quota_user unless quota_user.nil?
2084
2095
  execute_or_queue_command(command, &block)
@@ -2342,7 +2353,7 @@ module Google
2342
2353
  # Creates a new ServiceBinding in a given project and location.
2343
2354
  # @param [String] parent
2344
2355
  # Required. The parent resource of the ServiceBinding. Must be in the format `
2345
- # projects/*/locations/global`.
2356
+ # projects/*/locations/*`.
2346
2357
  # @param [Google::Apis::NetworkservicesV1::ServiceBinding] service_binding_object
2347
2358
  # @param [String] service_binding_id
2348
2359
  # Required. Short name of the ServiceBinding resource to be created.
@@ -2379,7 +2390,7 @@ module Google
2379
2390
  # Deletes a single ServiceBinding.
2380
2391
  # @param [String] name
2381
2392
  # Required. A name of the ServiceBinding to delete. Must be in the format `
2382
- # projects/*/locations/global/serviceBindings/*`.
2393
+ # projects/*/locations/*/serviceBindings/*`.
2383
2394
  # @param [String] fields
2384
2395
  # Selector specifying which fields to include in a partial response.
2385
2396
  # @param [String] quota_user
@@ -2410,7 +2421,7 @@ module Google
2410
2421
  # Gets details of a single ServiceBinding.
2411
2422
  # @param [String] name
2412
2423
  # Required. A name of the ServiceBinding to get. Must be in the format `projects/
2413
- # */locations/global/serviceBindings/*`.
2424
+ # */locations/*/serviceBindings/*`.
2414
2425
  # @param [String] fields
2415
2426
  # Selector specifying which fields to include in a partial response.
2416
2427
  # @param [String] quota_user
@@ -2441,7 +2452,7 @@ module Google
2441
2452
  # Lists ServiceBinding in a given project and location.
2442
2453
  # @param [String] parent
2443
2454
  # Required. The project and location from which the ServiceBindings should be
2444
- # listed, specified in the format `projects/*/locations/global`.
2455
+ # listed, specified in the format `projects/*/locations/*`.
2445
2456
  # @param [Fixnum] page_size
2446
2457
  # Maximum number of ServiceBindings to return per call.
2447
2458
  # @param [String] page_token
@@ -2767,6 +2778,10 @@ module Google
2767
2778
  # The value returned by the last `ListTcpRoutesResponse` Indicates that this is
2768
2779
  # a continuation of a prior `ListTcpRoutes` call, and that the system should
2769
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.
2770
2785
  # @param [String] fields
2771
2786
  # Selector specifying which fields to include in a partial response.
2772
2787
  # @param [String] quota_user
@@ -2784,13 +2799,14 @@ module Google
2784
2799
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2785
2800
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2786
2801
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2787
- 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)
2788
2803
  command = make_simple_command(:get, 'v1/{+parent}/tcpRoutes', options)
2789
2804
  command.response_representation = Google::Apis::NetworkservicesV1::ListTcpRoutesResponse::Representation
2790
2805
  command.response_class = Google::Apis::NetworkservicesV1::ListTcpRoutesResponse
2791
2806
  command.params['parent'] = parent unless parent.nil?
2792
2807
  command.query['pageSize'] = page_size unless page_size.nil?
2793
2808
  command.query['pageToken'] = page_token unless page_token.nil?
2809
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
2794
2810
  command.query['fields'] = fields unless fields.nil?
2795
2811
  command.query['quotaUser'] = quota_user unless quota_user.nil?
2796
2812
  execute_or_queue_command(command, &block)
@@ -2946,6 +2962,10 @@ module Google
2946
2962
  # The value returned by the last `ListTlsRoutesResponse` Indicates that this is
2947
2963
  # a continuation of a prior `ListTlsRoutes` call, and that the system should
2948
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.
2949
2969
  # @param [String] fields
2950
2970
  # Selector specifying which fields to include in a partial response.
2951
2971
  # @param [String] quota_user
@@ -2963,13 +2983,14 @@ module Google
2963
2983
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2964
2984
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2965
2985
  # @raise [Google::Apis::AuthorizationError] Authorization is required
2966
- 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)
2967
2987
  command = make_simple_command(:get, 'v1/{+parent}/tlsRoutes', options)
2968
2988
  command.response_representation = Google::Apis::NetworkservicesV1::ListTlsRoutesResponse::Representation
2969
2989
  command.response_class = Google::Apis::NetworkservicesV1::ListTlsRoutesResponse
2970
2990
  command.params['parent'] = parent unless parent.nil?
2971
2991
  command.query['pageSize'] = page_size unless page_size.nil?
2972
2992
  command.query['pageToken'] = page_token unless page_token.nil?
2993
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
2973
2994
  command.query['fields'] = fields unless fields.nil?
2974
2995
  command.query['quotaUser'] = quota_user unless quota_user.nil?
2975
2996
  execute_or_queue_command(command, &block)
metadata CHANGED
@@ -1,14 +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.51.0
4
+ version: 0.53.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-08 00:00:00.000000000 Z
10
+ date: 2025-03-23 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.51.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.53.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Network Services API V1
82
79
  test_files: []