google-apis-networkservices_v1 0.54.0 → 0.55.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: 93e98f022b9cbf77d2a7844339a09ef0c5afc5ce425bac3af6c04ba3331d357a
4
- data.tar.gz: d4be7d53bae54a57fb03cfe3e7fb93e5331edb0d8761d26190098bb6f2275be6
3
+ metadata.gz: 63497db070dcaf8ed4e7c356472f1e36e16f1fd238ad459e1baa3a18270cb052
4
+ data.tar.gz: 7f92be3bce98288147e9b19817ff9c266fabe8c20e1499f004b16aae872549f2
5
5
  SHA512:
6
- metadata.gz: 1f88f7c15a95aaa656d2ed5b50b2a45faa66b0a2fa139c68aeb18ac6a343ba67f17221077cf8d0d976270522cd8328d3b15c047193671273c3987059f68c0f46
7
- data.tar.gz: 1664be8af62a40a916fb0956614c8aa63cfb2e1f8845ba25c3c850736c8f0c336cbf8c0c57cf5905654fd58b1ef0bc8681deae4c193531fbb5f55452ae36c531
6
+ metadata.gz: 188da607eb0019072bb44c0fc43fb38368294a2d56b8501d817222fba345c3d8f56d17c2bbd0b2469db1a7045e7ec6df446e7a5ef92d665820c6c99c39934fb0
7
+ data.tar.gz: be723f4edb55885d2271ca2536128b54e81688d3b6b35f3918f3fcbe6611b2e5c1104e4c57423edb77e559b64d63a0d91517cbcf4a0729aa133e6b45894f3f11
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkservices_v1
2
2
 
3
+ ### v0.55.0 (2025-04-20)
4
+
5
+ * Regenerated from discovery document revision 20250410
6
+
3
7
  ### v0.54.0 (2025-03-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20250318
@@ -661,12 +661,15 @@ 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 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
664
+ # fully qualified resource name. This field must not be set for plugin
665
+ # extensions. Setting it results in a validation error. You can set metadata at
666
+ # either the resource level or the extension level. The extension level metadata
667
+ # is recommended because you can pass a different set of metadata through each
668
+ # extension to the backend. This field is subject to following limitations: *
669
+ # The total size of the metadata must be less than 1KiB. * The total number of
670
+ # keys in the metadata must be less than 16. * The length of each key must be
667
671
  # 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.
672
+ # characters. * All values must be strings.
670
673
  # Corresponds to the JSON property `metadata`
671
674
  # @return [Hash<String,Object>]
672
675
  attr_accessor :metadata
@@ -2358,8 +2361,8 @@ module Google
2358
2361
  attr_accessor :extension_chains
2359
2362
 
2360
2363
  # Required. A list of references to the forwarding rules to which this service
2361
- # extension is attached. At least one forwarding rule is required. There can be
2362
- # only one `LbRouteExtension` resource per forwarding rule.
2364
+ # extension is attached. At least one forwarding rule is required. Only one `
2365
+ # LbRouteExtension` resource can be associated with a forwarding rule.
2363
2366
  # Corresponds to the JSON property `forwardingRules`
2364
2367
  # @return [Array<String>]
2365
2368
  attr_accessor :forwarding_rules
@@ -2382,11 +2385,15 @@ module Google
2382
2385
 
2383
2386
  # Optional. The metadata provided here is included as part of the `
2384
2387
  # metadata_context` (of type `google.protobuf.Struct`) in the `ProcessingRequest`
2385
- # message sent to the extension server. The metadata is available under the
2386
- # namespace `com.google.lb_route_extension.`. The following variables are
2387
- # supported in the metadata Struct: ``forwarding_rule_id`` - substituted with
2388
- # the forwarding rule's fully qualified resource name. This field is not
2389
- # supported for plugin extensions. Setting it results in a validation error.
2388
+ # message sent to the extension server. The metadata applies to all extensions
2389
+ # in all extensions chains in this resource. The metadata is available under the
2390
+ # key `com.google.lb_route_extension.`. The following variables are supported in
2391
+ # the metadata: ``forwarding_rule_id`` - substituted with the forwarding rule's
2392
+ # fully qualified resource name. This field must not be set if at least one of
2393
+ # the extension chains contains plugin extensions. Setting it results in a
2394
+ # validation error. You can set metadata at either the resource level or the
2395
+ # extension level. The extension level metadata is recommended because you can
2396
+ # pass a different set of metadata through each extension to the backend.
2390
2397
  # Corresponds to the JSON property `metadata`
2391
2398
  # @return [Hash<String,Object>]
2392
2399
  attr_accessor :metadata
@@ -2448,8 +2455,8 @@ module Google
2448
2455
  attr_accessor :extension_chains
2449
2456
 
2450
2457
  # Optional. A list of references to the forwarding rules to which this service
2451
- # extension is attached. At least one forwarding rule is required. There can be
2452
- # only one `LBTrafficExtension` resource per forwarding rule.
2458
+ # extension is attached. At least one forwarding rule is required. Only one `
2459
+ # LbTrafficExtension` resource can be associated with a forwarding rule.
2453
2460
  # Corresponds to the JSON property `forwardingRules`
2454
2461
  # @return [Array<String>]
2455
2462
  attr_accessor :forwarding_rules
@@ -2470,12 +2477,17 @@ module Google
2470
2477
  # @return [String]
2471
2478
  attr_accessor :load_balancing_scheme
2472
2479
 
2473
- # Optional. The metadata provided here is included in the `ProcessingRequest.
2474
- # metadata_context.filter_metadata` map field. The metadata is available under
2475
- # the key `com.google.lb_traffic_extension.`. The following variables are
2476
- # supported in the metadata: ``forwarding_rule_id`` - substituted with the
2477
- # forwarding rule's fully qualified resource name. This field is not supported
2478
- # for plugin extensions. Setting it results in a validation error.
2480
+ # Optional. The metadata provided here is included as part of the `
2481
+ # metadata_context` (of type `google.protobuf.Struct`) in the `ProcessingRequest`
2482
+ # message sent to the extension server. The metadata applies to all extensions
2483
+ # in all extensions chains in this resource. The metadata is available under the
2484
+ # key `com.google.lb_traffic_extension.`. The following variables are supported
2485
+ # in the metadata: ``forwarding_rule_id`` - substituted with the forwarding rule'
2486
+ # s fully qualified resource name. This field must not be set if at least one of
2487
+ # the extension chains contains plugin extensions. Setting it results in a
2488
+ # validation error. You can set metadata at either the resource level or the
2489
+ # extension level. The extension level metadata is recommended because you can
2490
+ # pass a different set of metadata through each extension to the backend.
2479
2491
  # Corresponds to the JSON property `metadata`
2480
2492
  # @return [Hash<String,Object>]
2481
2493
  attr_accessor :metadata
@@ -3526,7 +3538,8 @@ module Google
3526
3538
  # ServiceBinding can be used to: - Bind a Service Directory Service to be used
3527
3539
  # in a BackendService resource. This feature will be deprecated soon. - Bind a
3528
3540
  # Private Service Connect producer service to be used in consumer Cloud Service
3529
- # Mesh or Application Load Balancers.
3541
+ # Mesh or Application Load Balancers. - Bind a Cloud Run service to be used in
3542
+ # consumer Cloud Service Mesh or Application Load Balancers.
3530
3543
  class ServiceBinding
3531
3544
  include Google::Apis::Core::Hashable
3532
3545
 
@@ -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.54.0"
19
+ GEM_VERSION = "0.55.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250318"
25
+ REVISION = "20250410"
26
26
  end
27
27
  end
28
28
  end
@@ -84,6 +84,9 @@ module Google
84
84
  # Lists information about the supported locations for this service.
85
85
  # @param [String] name
86
86
  # The resource that owns the locations collection, if applicable.
87
+ # @param [Array<String>, String] extra_location_types
88
+ # Optional. A list of extra location types that should be used as conditions for
89
+ # controlling the visibility of the locations.
87
90
  # @param [String] filter
88
91
  # A filter to narrow down results to a preferred subset. The filtering language
89
92
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -111,11 +114,12 @@ module Google
111
114
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
112
115
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
113
116
  # @raise [Google::Apis::AuthorizationError] Authorization is required
114
- def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
117
+ def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
115
118
  command = make_simple_command(:get, 'v1/{+name}/locations', options)
116
119
  command.response_representation = Google::Apis::NetworkservicesV1::ListLocationsResponse::Representation
117
120
  command.response_class = Google::Apis::NetworkservicesV1::ListLocationsResponse
118
121
  command.params['name'] = name unless name.nil?
122
+ command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
119
123
  command.query['filter'] = filter unless filter.nil?
120
124
  command.query['pageSize'] = page_size unless page_size.nil?
121
125
  command.query['pageToken'] = page_token unless page_token.nil?
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkservices_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.54.0
4
+ version: 0.55.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-30 00:00:00.000000000 Z
10
+ date: 2025-04-20 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.54.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.55.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1
62
62
  rdoc_options: []
63
63
  require_paths: