google-apis-networkservices_v1 0.58.0 → 0.60.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: 58e1372d802c709db848bbc1c10338f6e8c6b8148a75f7ec2d5f2380c0c4da77
4
- data.tar.gz: 8586749d8785e5c85df664d2170b7691a8ea9e271bafbde39cc5a7be343542ed
3
+ metadata.gz: 74de61b7102ddeb1626f3341b440634fc9b71b03b274a0c7efef2d8dc3de2ac7
4
+ data.tar.gz: bcca46faf85b4b3c94d1cfa148c111f4bb1e101fefeb212bdbd80df1d6216c58
5
5
  SHA512:
6
- metadata.gz: 5ac71a9d555289b1be6ecde270955ffaa865b1044e1093eaa64091301af6a1ad8266710548029bb3699622b10ec28782c8066be85c5418de6c661793d7648cbf
7
- data.tar.gz: 5dbd2d061f4b965b3a670731882d139d05172eb20f3dcdb971fdb3015b8ba8c2e91936a794d3f5ec2be90121c45730f108b89115fa0fa059335be3b3c07c73b3
6
+ metadata.gz: ff261ff6b73beffb143b76f574fd702a22c6ade617c985b858b6ec77a7c51c659da3bb9ab0f32d1cfb45714822b2477d66278f238f826775b600ef520eaf31e6
7
+ data.tar.gz: 34aa510eb67ca6b3536eab323b6af378ca4d5adfe6c19b2ac23e8c49fbfafabfb0d40e05ee25efeec60d0608c143ad9db4b93bfa9d6579f65d4240275f1993ee
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-networkservices_v1
2
2
 
3
+ ### v0.60.0 (2025-07-06)
4
+
5
+ * Regenerated from discovery document revision 20250616
6
+
7
+ ### v0.59.0 (2025-06-22)
8
+
9
+ * Regenerated from discovery document revision 20250611
10
+
3
11
  ### v0.58.0 (2025-06-01)
4
12
 
5
13
  * Regenerated from discovery document revision 20250521
@@ -591,8 +591,8 @@ module Google
591
591
 
592
592
  # Required. A set of extensions to execute for the matching request. At least
593
593
  # one extension is required. Up to 3 extensions can be defined for each
594
- # extension chain for `LbTrafficExtension` resource. `LbRouteExtension` chains
595
- # are limited to 1 extension per extension chain.
594
+ # extension chain for `LbTrafficExtension` resource. `LbRouteExtension` and `
595
+ # LbEdgeExtension` chains are limited to 1 extension per extension chain.
596
596
  # Corresponds to the JSON property `extensions`
597
597
  # @return [Array<Google::Apis::NetworkservicesV1::ExtensionChainExtension>]
598
598
  attr_accessor :extensions
@@ -695,15 +695,18 @@ module Google
695
695
  # in the format: `projects/`project`/locations/`location`/wasmPlugins/`plugin``
696
696
  # or `//networkservices.googleapis.com/projects/`project`/locations/`location`/
697
697
  # wasmPlugins/`wasmPlugin``. Plugin extensions are currently supported for the `
698
- # LbTrafficExtension` and the `LbRouteExtension` resources.
698
+ # LbTrafficExtension`, the `LbRouteExtension`, and the `LbEdgeExtension`
699
+ # resources.
699
700
  # Corresponds to the JSON property `service`
700
701
  # @return [String]
701
702
  attr_accessor :service
702
703
 
703
704
  # Optional. A set of events during request or response processing for which this
704
- # extension is called. This field is required for the `LbTrafficExtension`
705
- # resource. It is optional for the `LbRouteExtension` resource. If unspecified `
706
- # REQUEST_HEADERS` event is assumed as supported.
705
+ # extension is called. For the `LbTrafficExtension` resource, this field is
706
+ # required. For the `LbRouteExtension` resource, this field is optional. If
707
+ # unspecified, `REQUEST_HEADERS` event is assumed as supported. For the `
708
+ # LbEdgeExtension` resource, this field is required and must only contain `
709
+ # REQUEST_HEADERS` event.
707
710
  # Corresponds to the JSON property `supportedEvents`
708
711
  # @return [Array<String>]
709
712
  attr_accessor :supported_events
@@ -912,8 +915,8 @@ module Google
912
915
  include Google::Apis::Core::Hashable
913
916
 
914
917
  # Output only. Identifier. Full path name of the GatewayRouteView resource.
915
- # Format: projects/`project_number`/locations/`location`/gateways/`gateway_name`/
916
- # routeViews/`route_view_name`
918
+ # Format: projects/`project_number`/locations/`location`/gateways/`gateway`/
919
+ # routeViews/`route_view`
917
920
  # Corresponds to the JSON property `name`
918
921
  # @return [String]
919
922
  attr_accessor :name
@@ -3262,8 +3265,8 @@ module Google
3262
3265
  include Google::Apis::Core::Hashable
3263
3266
 
3264
3267
  # Output only. Identifier. Full path name of the MeshRouteView resource. Format:
3265
- # projects/`project_number`/locations/`location`/meshes/`mesh_name`/routeViews/`
3266
- # route_view_name`
3268
+ # projects/`project_number`/locations/`location`/meshes/`mesh`/routeViews/`
3269
+ # route_view`
3267
3270
  # Corresponds to the JSON property `name`
3268
3271
  # @return [String]
3269
3272
  attr_accessor :name
@@ -3630,6 +3633,11 @@ module Google
3630
3633
  # @return [Google::Apis::NetworkservicesV1::ServiceLbPolicyFailoverConfig]
3631
3634
  attr_accessor :failover_config
3632
3635
 
3636
+ # Configuration to provide isolation support for the associated Backend Service.
3637
+ # Corresponds to the JSON property `isolationConfig`
3638
+ # @return [Google::Apis::NetworkservicesV1::ServiceLbPolicyIsolationConfig]
3639
+ attr_accessor :isolation_config
3640
+
3633
3641
  # Optional. Set of label tags associated with the ServiceLbPolicy resource.
3634
3642
  # Corresponds to the JSON property `labels`
3635
3643
  # @return [Hash<String,String>]
@@ -3662,6 +3670,7 @@ module Google
3662
3670
  @create_time = args[:create_time] if args.key?(:create_time)
3663
3671
  @description = args[:description] if args.key?(:description)
3664
3672
  @failover_config = args[:failover_config] if args.key?(:failover_config)
3673
+ @isolation_config = args[:isolation_config] if args.key?(:isolation_config)
3665
3674
  @labels = args[:labels] if args.key?(:labels)
3666
3675
  @load_balancing_algorithm = args[:load_balancing_algorithm] if args.key?(:load_balancing_algorithm)
3667
3676
  @name = args[:name] if args.key?(:name)
@@ -3718,6 +3727,31 @@ module Google
3718
3727
  end
3719
3728
  end
3720
3729
 
3730
+ # Configuration to provide isolation support for the associated Backend Service.
3731
+ class ServiceLbPolicyIsolationConfig
3732
+ include Google::Apis::Core::Hashable
3733
+
3734
+ # Optional. The isolation granularity of the load balancer.
3735
+ # Corresponds to the JSON property `isolationGranularity`
3736
+ # @return [String]
3737
+ attr_accessor :isolation_granularity
3738
+
3739
+ # Optional. The isolation mode of the load balancer.
3740
+ # Corresponds to the JSON property `isolationMode`
3741
+ # @return [String]
3742
+ attr_accessor :isolation_mode
3743
+
3744
+ def initialize(**args)
3745
+ update!(**args)
3746
+ end
3747
+
3748
+ # Update properties of this object
3749
+ def update!(**args)
3750
+ @isolation_granularity = args[:isolation_granularity] if args.key?(:isolation_granularity)
3751
+ @isolation_mode = args[:isolation_mode] if args.key?(:isolation_mode)
3752
+ end
3753
+ end
3754
+
3721
3755
  # Request message for `SetIamPolicy` method.
3722
3756
  class SetIamPolicyRequest
3723
3757
  include Google::Apis::Core::Hashable
@@ -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.58.0"
19
+ GEM_VERSION = "0.60.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250521"
25
+ REVISION = "20250616"
26
26
  end
27
27
  end
28
28
  end
@@ -496,6 +496,12 @@ module Google
496
496
  include Google::Apis::Core::JsonObjectSupport
497
497
  end
498
498
 
499
+ class ServiceLbPolicyIsolationConfig
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
499
505
  class SetIamPolicyRequest
500
506
  class Representation < Google::Apis::Core::JsonRepresentation; end
501
507
 
@@ -1455,6 +1461,8 @@ module Google
1455
1461
  property :description, as: 'description'
1456
1462
  property :failover_config, as: 'failoverConfig', class: Google::Apis::NetworkservicesV1::ServiceLbPolicyFailoverConfig, decorator: Google::Apis::NetworkservicesV1::ServiceLbPolicyFailoverConfig::Representation
1457
1463
 
1464
+ property :isolation_config, as: 'isolationConfig', class: Google::Apis::NetworkservicesV1::ServiceLbPolicyIsolationConfig, decorator: Google::Apis::NetworkservicesV1::ServiceLbPolicyIsolationConfig::Representation
1465
+
1458
1466
  hash :labels, as: 'labels'
1459
1467
  property :load_balancing_algorithm, as: 'loadBalancingAlgorithm'
1460
1468
  property :name, as: 'name'
@@ -1476,6 +1484,14 @@ module Google
1476
1484
  end
1477
1485
  end
1478
1486
 
1487
+ class ServiceLbPolicyIsolationConfig
1488
+ # @private
1489
+ class Representation < Google::Apis::Core::JsonRepresentation
1490
+ property :isolation_granularity, as: 'isolationGranularity'
1491
+ property :isolation_mode, as: 'isolationMode'
1492
+ end
1493
+ end
1494
+
1479
1495
  class SetIamPolicyRequest
1480
1496
  # @private
1481
1497
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1078,8 +1078,7 @@ module Google
1078
1078
  # Get a single RouteView of a Gateway.
1079
1079
  # @param [String] name
1080
1080
  # Required. Name of the GatewayRouteView resource. Formats: projects/`
1081
- # project_number`/locations/`location`/gateways/`gateway_name`/routeViews/`
1082
- # route_view_name`
1081
+ # project_number`/locations/`location`/gateways/`gateway`/routeViews/`route_view`
1083
1082
  # @param [String] fields
1084
1083
  # Selector specifying which fields to include in a partial response.
1085
1084
  # @param [String] quota_user
@@ -1110,7 +1109,7 @@ module Google
1110
1109
  # Lists RouteViews
1111
1110
  # @param [String] parent
1112
1111
  # Required. The Gateway to which a Route is associated. Formats: projects/`
1113
- # project_number`/locations/`location`/gateways/`gateway_name`
1112
+ # project_number`/locations/`location`/gateways/`gateway`
1114
1113
  # @param [Fixnum] page_size
1115
1114
  # Maximum number of GatewayRouteViews to return per call.
1116
1115
  # @param [String] page_token
@@ -2143,7 +2142,7 @@ module Google
2143
2142
  # Get a single RouteView of a Mesh.
2144
2143
  # @param [String] name
2145
2144
  # Required. Name of the MeshRouteView resource. Format: projects/`project_number`
2146
- # /locations/`location`/meshes/`mesh_name`/routeViews/`route_view_name`
2145
+ # /locations/`location`/meshes/`mesh`/routeViews/`route_view`
2147
2146
  # @param [String] fields
2148
2147
  # Selector specifying which fields to include in a partial response.
2149
2148
  # @param [String] quota_user
@@ -2174,7 +2173,7 @@ module Google
2174
2173
  # Lists RouteViews
2175
2174
  # @param [String] parent
2176
2175
  # Required. The Mesh to which a Route is associated. Format: projects/`
2177
- # project_number`/locations/`location`/meshes/`mesh_name`
2176
+ # project_number`/locations/`location`/meshes/`mesh`
2178
2177
  # @param [Fixnum] page_size
2179
2178
  # Maximum number of MeshRouteViews to return per call.
2180
2179
  # @param [String] page_token
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-networkservices_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.58.0
4
+ version: 0.60.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.58.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1/v0.60.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: