google-apis-networkservices_v1beta1 0.46.0 → 0.48.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: 7dad00ca524ecbe86f70dde723c1117719a46650630099b8739f3ccce7bcc185
4
- data.tar.gz: e83674ecf13c89ac35b5b8f9fe31bff2a3ffcee1e7f05191316a499373c51d24
3
+ metadata.gz: aa6cd9297f61bab04929ecb05e5bcfc57c7f57ea75297ae6b00b542bb3c2f6f0
4
+ data.tar.gz: 3c7b7a5ad51ac56f013f9d79a99827b457191469d2a8544472b3ca092fb6ea45
5
5
  SHA512:
6
- metadata.gz: a693f6aff0e9e45cfdf74005f50993e7e6299f8d05891492169ab9b98ac16e31b3c317c1231bccbf4d7b795c9647797ba08620e95aca6eceec0dab440a7da8a1
7
- data.tar.gz: 3aa38ec7869c2475e660861a8b9376e4566d02957073440480eb0ff66efba9ee17d8bd4680f2b35abc8d24d6d6f77694b66350c499a9797fd57a7060f29cc726
6
+ metadata.gz: 5788868601705b0e5b59ada1311e12f89d516f6e5caba30072dc538f1645d25d75485f32da01645e1360282f37cf7c65478e9ac8cefa69f5db6ef73aa93efe5e
7
+ data.tar.gz: 68317180cfcd4d6ede00ba4eb62233abcebe54b7257dbe9d606acc4af06eafcecf01524bda42fb338e673dcd26def7c6da87c046739d48fffe556ae275077c7d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.48.0 (2025-03-16)
4
+
5
+ * Regenerated from discovery document revision 20250310
6
+
7
+ ### v0.47.0 (2025-03-02)
8
+
9
+ * Regenerated from discovery document revision 20250224
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.46.0 (2024-12-08)
4
13
 
5
14
  * Regenerated from discovery document revision 20241118
@@ -120,7 +120,7 @@ module Google
120
120
  attr_accessor :update_time
121
121
 
122
122
  # Optional. The format of communication supported by the callout extension. If
123
- # not specified, the default is `EXT_PROC_GRPC`.
123
+ # not specified, the default value `EXT_PROC_GRPC` is used.
124
124
  # Corresponds to the JSON property `wireFormat`
125
125
  # @return [String]
126
126
  attr_accessor :wire_format
@@ -404,8 +404,8 @@ module Google
404
404
 
405
405
  # Optional. A set of events during request or response processing for which this
406
406
  # extension is called. This field is required for the `LbTrafficExtension`
407
- # resource. It must not be set for the `LbRouteExtension` resource, otherwise a
408
- # validation error is returned.
407
+ # resource. It is optional for the `LbRouteExtension` resource. If unspecified `
408
+ # REQUEST_HEADERS` event is assumed as supported.
409
409
  # Corresponds to the JSON property `supportedEvents`
410
410
  # @return [Array<String>]
411
411
  attr_accessor :supported_events
@@ -460,7 +460,7 @@ module Google
460
460
  # Gateway represents the configuration for a proxy, typically a load balancer.
461
461
  # It captures the ip:port over which the services are exposed by the proxy,
462
462
  # along with any policy configurations. Routes have reference to to Gateways to
463
- # dictate how requests should be routed by this Gateway. Next id: 33
463
+ # dictate how requests should be routed by this Gateway.
464
464
  class Gateway
465
465
  include Google::Apis::Core::Hashable
466
466
 
@@ -545,7 +545,7 @@ module Google
545
545
 
546
546
  # Optional. Scope determines how configuration across multiple Gateway instances
547
547
  # are merged. The configuration for multiple Gateway instances with the same
548
- # scope will be merged as presented as a single coniguration to the proxy/load
548
+ # scope will be merged as presented as a single configuration to the proxy/load
549
549
  # balancer. Max length 64 characters. Scope should start with a letter and can
550
550
  # only have letters, numbers, hyphens.
551
551
  # Corresponds to the JSON property `scope`
@@ -2166,9 +2166,9 @@ module Google
2166
2166
 
2167
2167
  # Required. All backend services and forwarding rules referenced by this
2168
2168
  # extension must share the same load balancing scheme. Supported values: `
2169
- # INTERNAL_MANAGED`, `EXTERNAL_MANAGED`. For more information, refer to [Backend
2170
- # services overview](https://cloud.google.com/load-balancing/docs/backend-
2171
- # service).
2169
+ # INTERNAL_MANAGED` and `EXTERNAL_MANAGED`. For more information, refer to [
2170
+ # Backend services overview](https://cloud.google.com/load-balancing/docs/
2171
+ # backend-service).
2172
2172
  # Corresponds to the JSON property `loadBalancingScheme`
2173
2173
  # @return [String]
2174
2174
  attr_accessor :load_balancing_scheme
@@ -2286,6 +2286,13 @@ module Google
2286
2286
  # @return [String]
2287
2287
  attr_accessor :next_page_token
2288
2288
 
2289
+ # Unreachable resources. Populated when the request attempts to list all
2290
+ # resources across all supported locations, while some locations are temporarily
2291
+ # unavailable.
2292
+ # Corresponds to the JSON property `unreachable`
2293
+ # @return [Array<String>]
2294
+ attr_accessor :unreachable
2295
+
2289
2296
  def initialize(**args)
2290
2297
  update!(**args)
2291
2298
  end
@@ -2294,6 +2301,7 @@ module Google
2294
2301
  def update!(**args)
2295
2302
  @gateway_route_views = args[:gateway_route_views] if args.key?(:gateway_route_views)
2296
2303
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2304
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2297
2305
  end
2298
2306
  end
2299
2307
 
@@ -2486,6 +2494,13 @@ module Google
2486
2494
  # @return [String]
2487
2495
  attr_accessor :next_page_token
2488
2496
 
2497
+ # Unreachable resources. Populated when the request attempts to list all
2498
+ # resources across all supported locations, while some locations are temporarily
2499
+ # unavailable.
2500
+ # Corresponds to the JSON property `unreachable`
2501
+ # @return [Array<String>]
2502
+ attr_accessor :unreachable
2503
+
2489
2504
  def initialize(**args)
2490
2505
  update!(**args)
2491
2506
  end
@@ -2494,6 +2509,7 @@ module Google
2494
2509
  def update!(**args)
2495
2510
  @mesh_route_views = args[:mesh_route_views] if args.key?(:mesh_route_views)
2496
2511
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2512
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2497
2513
  end
2498
2514
  end
2499
2515
 
@@ -2513,6 +2529,13 @@ module Google
2513
2529
  # @return [String]
2514
2530
  attr_accessor :next_page_token
2515
2531
 
2532
+ # Unreachable resources. Populated when the request opts into `
2533
+ # return_partial_success` and reading across collections e.g. when attempting to
2534
+ # list all resources across all supported locations.
2535
+ # Corresponds to the JSON property `unreachable`
2536
+ # @return [Array<String>]
2537
+ attr_accessor :unreachable
2538
+
2516
2539
  def initialize(**args)
2517
2540
  update!(**args)
2518
2541
  end
@@ -2521,6 +2544,7 @@ module Google
2521
2544
  def update!(**args)
2522
2545
  @meshes = args[:meshes] if args.key?(:meshes)
2523
2546
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2547
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2524
2548
  end
2525
2549
  end
2526
2550
 
@@ -2565,6 +2589,13 @@ module Google
2565
2589
  # @return [Array<Google::Apis::NetworkservicesV1beta1::ServiceBinding>]
2566
2590
  attr_accessor :service_bindings
2567
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
+
2568
2599
  def initialize(**args)
2569
2600
  update!(**args)
2570
2601
  end
@@ -2573,6 +2604,7 @@ module Google
2573
2604
  def update!(**args)
2574
2605
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2575
2606
  @service_bindings = args[:service_bindings] if args.key?(:service_bindings)
2607
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2576
2608
  end
2577
2609
  end
2578
2610
 
@@ -2592,6 +2624,13 @@ module Google
2592
2624
  # @return [Array<Google::Apis::NetworkservicesV1beta1::ServiceLbPolicy>]
2593
2625
  attr_accessor :service_lb_policies
2594
2626
 
2627
+ # Unreachable resources. Populated when the request attempts to list all
2628
+ # resources across all supported locations, while some locations are temporarily
2629
+ # unavailable.
2630
+ # Corresponds to the JSON property `unreachable`
2631
+ # @return [Array<String>]
2632
+ attr_accessor :unreachable
2633
+
2595
2634
  def initialize(**args)
2596
2635
  update!(**args)
2597
2636
  end
@@ -2600,6 +2639,7 @@ module Google
2600
2639
  def update!(**args)
2601
2640
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2602
2641
  @service_lb_policies = args[:service_lb_policies] if args.key?(:service_lb_policies)
2642
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2603
2643
  end
2604
2644
  end
2605
2645
 
@@ -3100,8 +3140,10 @@ module Google
3100
3140
  end
3101
3141
  end
3102
3142
 
3103
- # ServiceBinding is the resource that defines a Service Directory Service to be
3104
- # used in a BackendService resource.
3143
+ # ServiceBinding can be used to: - Bind a Service Directory Service to be used
3144
+ # in a BackendService resource. - Bind a Private Service Connect producer
3145
+ # service to be used in consumer Cloud Service Mesh or Application Load
3146
+ # Balancers.
3105
3147
  class ServiceBinding
3106
3148
  include Google::Apis::Core::Hashable
3107
3149
 
@@ -3121,19 +3163,19 @@ module Google
3121
3163
  attr_accessor :labels
3122
3164
 
3123
3165
  # Identifier. Name of the ServiceBinding resource. It matches pattern `projects/*
3124
- # /locations/global/serviceBindings/service_binding_name`.
3166
+ # /locations/*/serviceBindings/`.
3125
3167
  # Corresponds to the JSON property `name`
3126
3168
  # @return [String]
3127
3169
  attr_accessor :name
3128
3170
 
3129
- # Required. The full Service Directory Service name of the format projects/*/
3130
- # locations/*/namespaces/*/services/*
3171
+ # Optional. The full Service Directory Service name of the format `projects/*/
3172
+ # locations/*/namespaces/*/services/*`. This field must be set.
3131
3173
  # Corresponds to the JSON property `service`
3132
3174
  # @return [String]
3133
3175
  attr_accessor :service
3134
3176
 
3135
3177
  # Output only. The unique identifier of the Service Directory Service against
3136
- # which the Service Binding resource is validated. This is populated when the
3178
+ # which the ServiceBinding resource is validated. This is populated when the
3137
3179
  # Service Binding resource is used in another resource (like Backend Service).
3138
3180
  # This is of the UUID4 format.
3139
3181
  # Corresponds to the JSON property `serviceId`
@@ -3659,8 +3701,7 @@ module Google
3659
3701
  end
3660
3702
 
3661
3703
  # RouteMatch defines the predicate used to match requests to a given action.
3662
- # Multiple match types are "AND"ed for evaluation. If no routeMatch field is
3663
- # specified, this rule will unconditionally match traffic.
3704
+ # Multiple match types are "AND"ed for evaluation.
3664
3705
  class TlsRouteRouteMatch
3665
3706
  include Google::Apis::Core::Hashable
3666
3707
 
@@ -3703,7 +3744,8 @@ module Google
3703
3744
  attr_accessor :action
3704
3745
 
3705
3746
  # Required. RouteMatch defines the predicate used to match requests to a given
3706
- # action. Multiple match types are "OR"ed for evaluation.
3747
+ # action. Multiple match types are "OR"ed for evaluation. Atleast one RouteMatch
3748
+ # must be supplied.
3707
3749
  # Corresponds to the JSON property `matches`
3708
3750
  # @return [Array<Google::Apis::NetworkservicesV1beta1::TlsRouteRouteMatch>]
3709
3751
  attr_accessor :matches
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkservicesV1beta1
18
18
  # Version of the google-apis-networkservices_v1beta1 gem
19
- GEM_VERSION = "0.46.0"
19
+ GEM_VERSION = "0.48.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 = "20250310"
26
26
  end
27
27
  end
28
28
  end
@@ -1091,6 +1091,7 @@ module Google
1091
1091
  collection :gateway_route_views, as: 'gatewayRouteViews', class: Google::Apis::NetworkservicesV1beta1::GatewayRouteView, decorator: Google::Apis::NetworkservicesV1beta1::GatewayRouteView::Representation
1092
1092
 
1093
1093
  property :next_page_token, as: 'nextPageToken'
1094
+ collection :unreachable, as: 'unreachable'
1094
1095
  end
1095
1096
  end
1096
1097
 
@@ -1157,6 +1158,7 @@ module Google
1157
1158
  collection :mesh_route_views, as: 'meshRouteViews', class: Google::Apis::NetworkservicesV1beta1::MeshRouteView, decorator: Google::Apis::NetworkservicesV1beta1::MeshRouteView::Representation
1158
1159
 
1159
1160
  property :next_page_token, as: 'nextPageToken'
1161
+ collection :unreachable, as: 'unreachable'
1160
1162
  end
1161
1163
  end
1162
1164
 
@@ -1166,6 +1168,7 @@ module Google
1166
1168
  collection :meshes, as: 'meshes', class: Google::Apis::NetworkservicesV1beta1::Mesh, decorator: Google::Apis::NetworkservicesV1beta1::Mesh::Representation
1167
1169
 
1168
1170
  property :next_page_token, as: 'nextPageToken'
1171
+ collection :unreachable, as: 'unreachable'
1169
1172
  end
1170
1173
  end
1171
1174
 
@@ -1184,6 +1187,7 @@ module Google
1184
1187
  property :next_page_token, as: 'nextPageToken'
1185
1188
  collection :service_bindings, as: 'serviceBindings', class: Google::Apis::NetworkservicesV1beta1::ServiceBinding, decorator: Google::Apis::NetworkservicesV1beta1::ServiceBinding::Representation
1186
1189
 
1190
+ collection :unreachable, as: 'unreachable'
1187
1191
  end
1188
1192
  end
1189
1193
 
@@ -1193,6 +1197,7 @@ module Google
1193
1197
  property :next_page_token, as: 'nextPageToken'
1194
1198
  collection :service_lb_policies, as: 'serviceLbPolicies', class: Google::Apis::NetworkservicesV1beta1::ServiceLbPolicy, decorator: Google::Apis::NetworkservicesV1beta1::ServiceLbPolicy::Representation
1195
1199
 
1200
+ collection :unreachable, as: 'unreachable'
1196
1201
  end
1197
1202
  end
1198
1203
 
@@ -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
@@ -1145,14 +1142,13 @@ module Google
1145
1142
  # @param [String] request_id
1146
1143
  # Optional. An optional request ID to identify requests. Specify a unique
1147
1144
  # request ID so that if you must retry your request, the server can ignore the
1148
- # request if it has already been completed. The server guarantees that for at
1149
- # least 60 minutes since the first request. For example, consider a situation
1150
- # where you make an initial request and the request times out. If you make the
1151
- # request again with the same request ID, the server can check if original
1152
- # operation with the same request ID was received, and if so, ignores the second
1153
- # request. This prevents clients from accidentally creating duplicate
1154
- # commitments. The request ID must be a valid UUID with the exception that zero
1155
- # UUID is not supported (00000000-0000-0000-0000-000000000000).
1145
+ # request if it has already been completed. The server guarantees that for 60
1146
+ # minutes since the first request. For example, consider a situation where you
1147
+ # make an initial request and the request times out. If you make the request
1148
+ # again with the same request ID, the server ignores the second request This
1149
+ # prevents clients from accidentally creating duplicate commitments. The request
1150
+ # ID must be a valid UUID with the exception that zero UUID is not supported (
1151
+ # 00000000-0000-0000-0000-000000000000).
1156
1152
  # @param [String] fields
1157
1153
  # Selector specifying which fields to include in a partial response.
1158
1154
  # @param [String] quota_user
@@ -1192,14 +1188,13 @@ module Google
1192
1188
  # @param [String] request_id
1193
1189
  # Optional. An optional request ID to identify requests. Specify a unique
1194
1190
  # request ID so that if you must retry your request, the server can ignore the
1195
- # request if it has already been completed. The server guarantees that for at
1196
- # least 60 minutes after the first request. For example, consider a situation
1197
- # where you make an initial request and the request times out. If you make the
1198
- # request again with the same request ID, the server can check if original
1199
- # operation with the same request ID was received, and if so, ignores the second
1200
- # request. This prevents clients from accidentally creating duplicate
1201
- # commitments. The request ID must be a valid UUID with the exception that zero
1202
- # UUID is not supported (00000000-0000-0000-0000-000000000000).
1191
+ # request if it has already been completed. The server guarantees that for 60
1192
+ # minutes after the first request. For example, consider a situation where you
1193
+ # make an initial request and the request times out. If you make the request
1194
+ # again with the same request ID, the server ignores the second request This
1195
+ # prevents clients from accidentally creating duplicate commitments. The request
1196
+ # ID must be a valid UUID with the exception that zero UUID is not supported (
1197
+ # 00000000-0000-0000-0000-000000000000).
1203
1198
  # @param [String] fields
1204
1199
  # Selector specifying which fields to include in a partial response.
1205
1200
  # @param [String] quota_user
@@ -1263,12 +1258,12 @@ module Google
1263
1258
  # Lists `LbRouteExtension` resources in a given project and location.
1264
1259
  # @param [String] parent
1265
1260
  # Required. The project and location from which the `LbRouteExtension` resources
1266
- # are listed, specified in the following format: `projects/`project`/locations/`
1267
- # location``.
1261
+ # are listed. These values are specified in the following format: `projects/`
1262
+ # project`/locations/`location``.
1268
1263
  # @param [String] filter
1269
1264
  # Optional. Filtering results.
1270
1265
  # @param [String] order_by
1271
- # Optional. Hint for how to order the results.
1266
+ # Optional. Hint about how to order the results.
1272
1267
  # @param [Fixnum] page_size
1273
1268
  # Optional. Requested page size. The server might return fewer items than
1274
1269
  # requested. If unspecified, the server picks an appropriate default.
@@ -1314,14 +1309,13 @@ module Google
1314
1309
  # @param [String] request_id
1315
1310
  # Optional. An optional request ID to identify requests. Specify a unique
1316
1311
  # request ID so that if you must retry your request, the server can ignore the
1317
- # request if it has already been completed. The server guarantees that for at
1318
- # least 60 minutes since the first request. For example, consider a situation
1319
- # where you make an initial request and the request times out. If you make the
1320
- # request again with the same request ID, the server can check if original
1321
- # operation with the same request ID was received, and if so, ignores the second
1322
- # request. This prevents clients from accidentally creating duplicate
1323
- # commitments. The request ID must be a valid UUID with the exception that zero
1324
- # UUID is not supported (00000000-0000-0000-0000-000000000000).
1312
+ # request if it has already been completed. The server guarantees that for 60
1313
+ # minutes since the first request. For example, consider a situation where you
1314
+ # make an initial request and the request times out. If you make the request
1315
+ # again with the same request ID, the server ignores the second request This
1316
+ # prevents clients from accidentally creating duplicate commitments. The request
1317
+ # ID must be a valid UUID with the exception that zero UUID is not supported (
1318
+ # 00000000-0000-0000-0000-000000000000).
1325
1319
  # @param [String] update_mask
1326
1320
  # Optional. Used to specify the fields to be overwritten in the `
1327
1321
  # LbRouteExtension` resource by the update. The fields specified in the `
@@ -1369,14 +1363,13 @@ module Google
1369
1363
  # @param [String] request_id
1370
1364
  # Optional. An optional request ID to identify requests. Specify a unique
1371
1365
  # request ID so that if you must retry your request, the server can ignore the
1372
- # request if it has already been completed. The server guarantees that for at
1373
- # least 60 minutes since the first request. For example, consider a situation
1374
- # where you make an initial request and the request times out. If you make the
1375
- # request again with the same request ID, the server can check if original
1376
- # operation with the same request ID was received, and if so, ignores the second
1377
- # request. This prevents clients from accidentally creating duplicate
1378
- # commitments. The request ID must be a valid UUID with the exception that zero
1379
- # UUID is not supported (00000000-0000-0000-0000-000000000000).
1366
+ # request if it has already been completed. The server guarantees that for 60
1367
+ # minutes since the first request. For example, consider a situation where you
1368
+ # make an initial request and the request times out. If you make the request
1369
+ # again with the same request ID, the server ignores the second request This
1370
+ # prevents clients from accidentally creating duplicate commitments. The request
1371
+ # ID must be a valid UUID with the exception that zero UUID is not supported (
1372
+ # 00000000-0000-0000-0000-000000000000).
1380
1373
  # @param [String] fields
1381
1374
  # Selector specifying which fields to include in a partial response.
1382
1375
  # @param [String] quota_user
@@ -1416,14 +1409,13 @@ module Google
1416
1409
  # @param [String] request_id
1417
1410
  # Optional. An optional request ID to identify requests. Specify a unique
1418
1411
  # request ID so that if you must retry your request, the server can ignore the
1419
- # request if it has already been completed. The server guarantees that for at
1420
- # least 60 minutes after the first request. For example, consider a situation
1421
- # where you make an initial request and the request times out. If you make the
1422
- # request again with the same request ID, the server can check if original
1423
- # operation with the same request ID was received, and if so, ignores the second
1424
- # request. This prevents clients from accidentally creating duplicate
1425
- # commitments. The request ID must be a valid UUID with the exception that zero
1426
- # UUID is not supported (00000000-0000-0000-0000-000000000000).
1412
+ # request if it has already been completed. The server guarantees that for 60
1413
+ # minutes after the first request. For example, consider a situation where you
1414
+ # make an initial request and the request times out. If you make the request
1415
+ # again with the same request ID, the server ignores the second request This
1416
+ # prevents clients from accidentally creating duplicate commitments. The request
1417
+ # ID must be a valid UUID with the exception that zero UUID is not supported (
1418
+ # 00000000-0000-0000-0000-000000000000).
1427
1419
  # @param [String] fields
1428
1420
  # Selector specifying which fields to include in a partial response.
1429
1421
  # @param [String] quota_user
@@ -1487,12 +1479,12 @@ module Google
1487
1479
  # Lists `LbTrafficExtension` resources in a given project and location.
1488
1480
  # @param [String] parent
1489
1481
  # Required. The project and location from which the `LbTrafficExtension`
1490
- # resources are listed, specified in the following format: `projects/`project`/
1491
- # locations/`location``.
1482
+ # resources are listed. These values are specified in the following format: `
1483
+ # projects/`project`/locations/`location``.
1492
1484
  # @param [String] filter
1493
1485
  # Optional. Filtering results.
1494
1486
  # @param [String] order_by
1495
- # Optional. Hint for how to order the results.
1487
+ # Optional. Hint about how to order the results.
1496
1488
  # @param [Fixnum] page_size
1497
1489
  # Optional. Requested page size. The server might return fewer items than
1498
1490
  # requested. If unspecified, the server picks an appropriate default.
@@ -1538,14 +1530,13 @@ module Google
1538
1530
  # @param [String] request_id
1539
1531
  # Optional. An optional request ID to identify requests. Specify a unique
1540
1532
  # request ID so that if you must retry your request, the server can ignore the
1541
- # request if it has already been completed. The server guarantees that for at
1542
- # least 60 minutes since the first request. For example, consider a situation
1543
- # where you make an initial request and the request times out. If you make the
1544
- # request again with the same request ID, the server can check if original
1545
- # operation with the same request ID was received, and if so, ignores the second
1546
- # request. This prevents clients from accidentally creating duplicate
1547
- # commitments. The request ID must be a valid UUID with the exception that zero
1548
- # UUID is not supported (00000000-0000-0000-0000-000000000000).
1533
+ # request if it has already been completed. The server guarantees that for 60
1534
+ # minutes since the first request. For example, consider a situation where you
1535
+ # make an initial request and the request times out. If you make the request
1536
+ # again with the same request ID, the server ignores the second request This
1537
+ # prevents clients from accidentally creating duplicate commitments. The request
1538
+ # ID must be a valid UUID with the exception that zero UUID is not supported (
1539
+ # 00000000-0000-0000-0000-000000000000).
1549
1540
  # @param [String] update_mask
1550
1541
  # Optional. Used to specify the fields to be overwritten in the `
1551
1542
  # LbTrafficExtension` resource by the update. The fields specified in the `
@@ -1692,6 +1683,10 @@ module Google
1692
1683
  # The value returned by the last `ListMeshesResponse` Indicates that this is a
1693
1684
  # continuation of a prior `ListMeshes` call, and that the system should return
1694
1685
  # the next page of data.
1686
+ # @param [Boolean] return_partial_success
1687
+ # Optional. If true, allow partial responses for multi-regional Aggregated List
1688
+ # requests. Otherwise if one of the locations is down or unreachable, the
1689
+ # Aggregated List request will fail.
1695
1690
  # @param [String] fields
1696
1691
  # Selector specifying which fields to include in a partial response.
1697
1692
  # @param [String] quota_user
@@ -1709,13 +1704,14 @@ module Google
1709
1704
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1710
1705
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1711
1706
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1712
- def list_project_location_meshes(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1707
+ def list_project_location_meshes(parent, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
1713
1708
  command = make_simple_command(:get, 'v1beta1/{+parent}/meshes', options)
1714
1709
  command.response_representation = Google::Apis::NetworkservicesV1beta1::ListMeshesResponse::Representation
1715
1710
  command.response_class = Google::Apis::NetworkservicesV1beta1::ListMeshesResponse
1716
1711
  command.params['parent'] = parent unless parent.nil?
1717
1712
  command.query['pageSize'] = page_size unless page_size.nil?
1718
1713
  command.query['pageToken'] = page_token unless page_token.nil?
1714
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
1719
1715
  command.query['fields'] = fields unless fields.nil?
1720
1716
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1721
1717
  execute_or_queue_command(command, &block)
@@ -1979,7 +1975,7 @@ module Google
1979
1975
  # Creates a new ServiceBinding in a given project and location.
1980
1976
  # @param [String] parent
1981
1977
  # Required. The parent resource of the ServiceBinding. Must be in the format `
1982
- # projects/*/locations/global`.
1978
+ # projects/*/locations/*`.
1983
1979
  # @param [Google::Apis::NetworkservicesV1beta1::ServiceBinding] service_binding_object
1984
1980
  # @param [String] service_binding_id
1985
1981
  # Required. Short name of the ServiceBinding resource to be created.
@@ -2016,7 +2012,7 @@ module Google
2016
2012
  # Deletes a single ServiceBinding.
2017
2013
  # @param [String] name
2018
2014
  # Required. A name of the ServiceBinding to delete. Must be in the format `
2019
- # projects/*/locations/global/serviceBindings/*`.
2015
+ # projects/*/locations/*/serviceBindings/*`.
2020
2016
  # @param [String] fields
2021
2017
  # Selector specifying which fields to include in a partial response.
2022
2018
  # @param [String] quota_user
@@ -2047,7 +2043,7 @@ module Google
2047
2043
  # Gets details of a single ServiceBinding.
2048
2044
  # @param [String] name
2049
2045
  # Required. A name of the ServiceBinding to get. Must be in the format `projects/
2050
- # */locations/global/serviceBindings/*`.
2046
+ # */locations/*/serviceBindings/*`.
2051
2047
  # @param [String] fields
2052
2048
  # Selector specifying which fields to include in a partial response.
2053
2049
  # @param [String] quota_user
@@ -2078,7 +2074,7 @@ module Google
2078
2074
  # Lists ServiceBinding in a given project and location.
2079
2075
  # @param [String] parent
2080
2076
  # Required. The project and location from which the ServiceBindings should be
2081
- # listed, specified in the format `projects/*/locations/global`.
2077
+ # listed, specified in the format `projects/*/locations/*`.
2082
2078
  # @param [Fixnum] page_size
2083
2079
  # Maximum number of ServiceBindings to return per call.
2084
2080
  # @param [String] page_token
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkservices_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.48.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-16 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.46.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.48.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1beta1
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 V1beta1
82
79
  test_files: []