google-apis-networkservices_v1 0.54.0 → 0.56.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: 412bcfff578febab2d81cc232aab6ee13f99e3f2497cf6c08852c1434a55eb7b
4
+ data.tar.gz: c2f286067229fe939c9d7bf285c4c16663f0c65e447ef3446afdbeb24fc076a9
5
5
  SHA512:
6
- metadata.gz: 1f88f7c15a95aaa656d2ed5b50b2a45faa66b0a2fa139c68aeb18ac6a343ba67f17221077cf8d0d976270522cd8328d3b15c047193671273c3987059f68c0f46
7
- data.tar.gz: 1664be8af62a40a916fb0956614c8aa63cfb2e1f8845ba25c3c850736c8f0c336cbf8c0c57cf5905654fd58b1ef0bc8681deae4c193531fbb5f55452ae36c531
6
+ metadata.gz: fcc57d641a61cf30db93f65e8601fd1dbc12f571ab2d270342727d446a5284aecb35fd8a2ab04d3982a340a8615cff0c05725ced93bd46981837ac0e26035aff
7
+ data.tar.gz: a5d7cda0705c80d1c88a87b6ae3c1898f3866acbd00a07a8f54108a77349d04c7f29f58f5b225025eae46f34317aeef0f78673ece9ebd87ad420c4b7144d0a34
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-networkservices_v1
2
2
 
3
+ ### v0.56.0 (2025-05-04)
4
+
5
+ * Regenerated from discovery document revision 20250423
6
+ * Regenerated using generator version 0.17.0
7
+
8
+ ### v0.55.0 (2025-04-20)
9
+
10
+ * Regenerated from discovery document revision 20250410
11
+
3
12
  ### v0.54.0 (2025-03-30)
4
13
 
5
14
  * Regenerated from discovery document revision 20250318
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/networking) may provide gui
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -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
@@ -706,7 +709,7 @@ module Google
706
709
  attr_accessor :supported_events
707
710
 
708
711
  # Optional. Specifies the timeout for each individual message on the stream. The
709
- # timeout must be between `10`-`1000` milliseconds. Required for callout
712
+ # timeout must be between `10`-`10000` milliseconds. Required for callout
710
713
  # extensions. This field is not supported for plugin extensions. Setting it
711
714
  # results in a validation error.
712
715
  # Corresponds to the JSON property `timeout`
@@ -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.56.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.16.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250318"
25
+ REVISION = "20250423"
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.56.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: 1980-01-02 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.56.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:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '2.7'
69
+ version: '3.1'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.5
76
+ rubygems_version: 3.6.8
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Network Services API V1
79
79
  test_files: []