google-apis-networkservices_v1beta1 0.52.0 → 0.54.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: 8d9d3deec3446431e82cb042129cc5c5a7e453cff2fd615b21a6e8f52616bc1b
4
- data.tar.gz: fba8c29d6a079d1913ee36a5689e986bc2f0cb6702f5306ddc9f9927a1f9077c
3
+ metadata.gz: d8a919f510642ab06c2b87a4adc37ef5dfe088e2b8ce549599b0e75f02bb1e93
4
+ data.tar.gz: aed8b9ebf4bf19fb6fc30a038a91e471ba2e0f90b4c2318fbffabc7904bdf973
5
5
  SHA512:
6
- metadata.gz: adbffe7a774ae6dd566e1980a82f564a70ab53d2cceb3c8e7e93f39d6e4808703a690aad1c43c6d2e634d3ab71965a7e6aad70b1c6a714b15b0b4ef667299d80
7
- data.tar.gz: 9f0b9f3650f40bbf414a61a77f9e35ace878082a1a1627639534ebf5f596b95dbcabc21f73c4246b6423ae648d83bc69799591e63ee2f41789e589d4e43bc023
6
+ metadata.gz: '087da7d6a2e6f2c49fa55714234496779c82b3f4cafa8576e146ea7ff8c679e515d23d62dd647924d81feaabb9f6f058a291a967680344f835d06ee9fdd3fcc3'
7
+ data.tar.gz: 7c9efe9bc72a822975fbb3c5e8fbf00bc72a26033896913b51b3e1c24f5c28019d02701bfc1a06b6f381093041f88e084806293450f538c6a4e38f23b9558955
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.54.0 (2025-06-22)
4
+
5
+ * Regenerated from discovery document revision 20250611
6
+
7
+ ### v0.53.0 (2025-06-01)
8
+
9
+ * Regenerated from discovery document revision 20250521
10
+ * Regenerated using generator version 0.18.0
11
+
3
12
  ### v0.52.0 (2025-05-18)
4
13
 
5
14
  * Regenerated from discovery document revision 20250508
@@ -249,6 +249,14 @@ module Google
249
249
  # @return [String]
250
250
  attr_accessor :name
251
251
 
252
+ # Optional. A URL referring to a SecurityPolicy resource. SecurityPolicy is used
253
+ # to enforce rate limiting policy on the inbound traffic at the identified
254
+ # backends. If this field is not set, rate limiting is disabled for this
255
+ # endpoint.
256
+ # Corresponds to the JSON property `securityPolicy`
257
+ # @return [String]
258
+ attr_accessor :security_policy
259
+
252
260
  # Optional. A URL referring to ServerTlsPolicy resource. ServerTlsPolicy is used
253
261
  # to determine the authentication policy to be applied to terminate the inbound
254
262
  # traffic at the identified backends. If this field is not set, authentication
@@ -286,6 +294,7 @@ module Google
286
294
  @endpoint_matcher = args[:endpoint_matcher] if args.key?(:endpoint_matcher)
287
295
  @labels = args[:labels] if args.key?(:labels)
288
296
  @name = args[:name] if args.key?(:name)
297
+ @security_policy = args[:security_policy] if args.key?(:security_policy)
289
298
  @server_tls_policy = args[:server_tls_policy] if args.key?(:server_tls_policy)
290
299
  @traffic_port_selector = args[:traffic_port_selector] if args.key?(:traffic_port_selector)
291
300
  @type = args[:type] if args.key?(:type)
@@ -656,8 +665,8 @@ module Google
656
665
  include Google::Apis::Core::Hashable
657
666
 
658
667
  # Output only. Identifier. Full path name of the GatewayRouteView resource.
659
- # Format: projects/`project_number`/locations/`location`/gateways/`gateway_name`/
660
- # routeViews/`route_view_name`
668
+ # Format: projects/`project_number`/locations/`location`/gateways/`gateway`/
669
+ # routeViews/`route_view`
661
670
  # Corresponds to the JSON property `name`
662
671
  # @return [String]
663
672
  attr_accessor :name
@@ -1752,7 +1761,8 @@ module Google
1752
1761
  # Specifies the policy on how requests are shadowed to a separate mirrored
1753
1762
  # destination service. The proxy does not wait for responses from the shadow
1754
1763
  # service. Prior to sending traffic to the shadow service, the host/authority
1755
- # header is suffixed with -shadow.
1764
+ # header is suffixed with -shadow. Mirroring is currently not supported for
1765
+ # Cloud Run destinations.
1756
1766
  class HttpRouteRequestMirrorPolicy
1757
1767
  include Google::Apis::Core::Hashable
1758
1768
 
@@ -1871,7 +1881,8 @@ module Google
1871
1881
  # Specifies the policy on how requests are shadowed to a separate mirrored
1872
1882
  # destination service. The proxy does not wait for responses from the shadow
1873
1883
  # service. Prior to sending traffic to the shadow service, the host/authority
1874
- # header is suffixed with -shadow.
1884
+ # header is suffixed with -shadow. Mirroring is currently not supported for
1885
+ # Cloud Run destinations.
1875
1886
  # Corresponds to the JSON property `requestMirrorPolicy`
1876
1887
  # @return [Google::Apis::NetworkservicesV1beta1::HttpRouteRequestMirrorPolicy]
1877
1888
  attr_accessor :request_mirror_policy
@@ -3111,8 +3122,8 @@ module Google
3111
3122
  include Google::Apis::Core::Hashable
3112
3123
 
3113
3124
  # Output only. Identifier. Full path name of the MeshRouteView resource. Format:
3114
- # projects/`project_number`/locations/`location`/meshes/`mesh_name`/routeViews/`
3115
- # route_view_name`
3125
+ # projects/`project_number`/locations/`location`/meshes/`mesh`/routeViews/`
3126
+ # route_view`
3116
3127
  # Corresponds to the JSON property `name`
3117
3128
  # @return [String]
3118
3129
  attr_accessor :name
@@ -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.52.0"
19
+ GEM_VERSION = "0.54.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250508"
25
+ REVISION = "20250611"
26
26
  end
27
27
  end
28
28
  end
@@ -636,6 +636,7 @@ module Google
636
636
 
637
637
  hash :labels, as: 'labels'
638
638
  property :name, as: 'name'
639
+ property :security_policy, as: 'securityPolicy'
639
640
  property :server_tls_policy, as: 'serverTlsPolicy'
640
641
  property :traffic_port_selector, as: 'trafficPortSelector', class: Google::Apis::NetworkservicesV1beta1::TrafficPortSelector, decorator: Google::Apis::NetworkservicesV1beta1::TrafficPortSelector::Representation
641
642
 
@@ -715,8 +715,7 @@ module Google
715
715
  # Get a single RouteView of a Gateway.
716
716
  # @param [String] name
717
717
  # Required. Name of the GatewayRouteView resource. Formats: projects/`
718
- # project_number`/locations/`location`/gateways/`gateway_name`/routeViews/`
719
- # route_view_name`
718
+ # project_number`/locations/`location`/gateways/`gateway`/routeViews/`route_view`
720
719
  # @param [String] fields
721
720
  # Selector specifying which fields to include in a partial response.
722
721
  # @param [String] quota_user
@@ -747,7 +746,7 @@ module Google
747
746
  # Lists RouteViews
748
747
  # @param [String] parent
749
748
  # Required. The Gateway to which a Route is associated. Formats: projects/`
750
- # project_number`/locations/`location`/gateways/`gateway_name`
749
+ # project_number`/locations/`location`/gateways/`gateway`
751
750
  # @param [Fixnum] page_size
752
751
  # Maximum number of GatewayRouteViews to return per call.
753
752
  # @param [String] page_token
@@ -2001,7 +2000,7 @@ module Google
2001
2000
  # Get a single RouteView of a Mesh.
2002
2001
  # @param [String] name
2003
2002
  # Required. Name of the MeshRouteView resource. Format: projects/`project_number`
2004
- # /locations/`location`/meshes/`mesh_name`/routeViews/`route_view_name`
2003
+ # /locations/`location`/meshes/`mesh`/routeViews/`route_view`
2005
2004
  # @param [String] fields
2006
2005
  # Selector specifying which fields to include in a partial response.
2007
2006
  # @param [String] quota_user
@@ -2032,7 +2031,7 @@ module Google
2032
2031
  # Lists RouteViews
2033
2032
  # @param [String] parent
2034
2033
  # Required. The Mesh to which a Route is associated. Format: projects/`
2035
- # project_number`/locations/`location`/meshes/`mesh_name`
2034
+ # project_number`/locations/`location`/meshes/`mesh`
2036
2035
  # @param [Fixnum] page_size
2037
2036
  # Maximum number of MeshRouteViews to return per call.
2038
2037
  # @param [String] page_token
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkservices_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.52.0
4
+ version: 0.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.52.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.54.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkservices_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Network Services API V1beta1
79
79
  test_files: []