google-apis-networkservices_v1beta1 0.60.0 → 0.61.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: 95fc5b9dd78196c74dae1e514d6f40d608ae0e755273a97a3e643ed0f33179f4
4
- data.tar.gz: da44c5425c0203084b4192997413f9c3059a71b90d5740fed73128c1d62d8f57
3
+ metadata.gz: 2d4b0479e8f045eec7c8a5acfbe2ca950d114315cc83858b2bedd3929e83a9c0
4
+ data.tar.gz: 9f9e0c55b4ec4a154826f614c0021c32ff0410d40a911ebce182302c8a3e8f2a
5
5
  SHA512:
6
- metadata.gz: a580bbdba5cb2a9be3637f4070abd842a29b0d9df196d8d9ffd44c4802778a8e9ba135ca5ef4b8811a647e485eac1e08cf8cd31c8b1c216be0bddde1171c1af6
7
- data.tar.gz: 902695058b7f8f93b3420162cc9b261083a85e802e452a39040cfe269153c5a0dace036dc8cfb485b554331e95f93a36f731c74def4374878d46da89798c86d5
6
+ metadata.gz: 36f6db6068a978066be16204a7a22544eb017a311bd94926ff2084f8ce1355522f34c15ff77071b7bdf36f290ba3d73b05251c5dc2b6aac5b4a39cc8421093cb
7
+ data.tar.gz: 1d55c9dc4fcb541a591a2679940ecf912e0cd7743b4183932d84e4d5e905b1bff9978d13d741d19e961817fb251984817ae9de46d536600cd86d5687158e4cbc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkservices_v1beta1
2
2
 
3
+ ### v0.61.0 (2025-11-09)
4
+
5
+ * Regenerated from discovery document revision 20251029
6
+
3
7
  ### v0.60.0 (2025-11-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20251017
@@ -244,7 +244,7 @@ module Google
244
244
  attr_accessor :labels
245
245
 
246
246
  # Identifier. Name of the EndpointPolicy resource. It matches pattern `projects/`
247
- # project`/locations/global/endpointPolicies/`endpoint_policy``.
247
+ # project`/locations/*/endpointPolicies/`endpoint_policy``.
248
248
  # Corresponds to the JSON property `name`
249
249
  # @return [String]
250
250
  attr_accessor :name
@@ -412,6 +412,20 @@ module Google
412
412
  # @return [String]
413
413
  attr_accessor :name
414
414
 
415
+ # Optional. When set to `TRUE`, enables `observability_mode` on the `ext_proc`
416
+ # filter. This makes `ext_proc` calls asynchronous. Envoy doesn't check for the
417
+ # response from `ext_proc` calls. For more information about the filter, see:
418
+ # https://www.envoyproxy.io/docs/envoy/v1.32.3/api-v3/extensions/filters/http/
419
+ # ext_proc/v3/ext_proc.proto#extensions-filters-http-ext-proc-v3-
420
+ # externalprocessor This field is helpful when you want to try out the extension
421
+ # in async log-only mode. Supported by regional `LbTrafficExtension` and `
422
+ # LbRouteExtension` resources. Only `STREAMED` (default) body processing mode is
423
+ # supported.
424
+ # Corresponds to the JSON property `observabilityMode`
425
+ # @return [Boolean]
426
+ attr_accessor :observability_mode
427
+ alias_method :observability_mode?, :observability_mode
428
+
415
429
  # Optional. Configures the send mode for request body processing. The field can
416
430
  # only be set if `supported_events` includes `REQUEST_BODY`. If `
417
431
  # supported_events` includes `REQUEST_BODY`, but `request_body_send_mode` is
@@ -487,6 +501,7 @@ module Google
487
501
  @forward_headers = args[:forward_headers] if args.key?(:forward_headers)
488
502
  @metadata = args[:metadata] if args.key?(:metadata)
489
503
  @name = args[:name] if args.key?(:name)
504
+ @observability_mode = args[:observability_mode] if args.key?(:observability_mode)
490
505
  @request_body_send_mode = args[:request_body_send_mode] if args.key?(:request_body_send_mode)
491
506
  @response_body_send_mode = args[:response_body_send_mode] if args.key?(:response_body_send_mode)
492
507
  @service = args[:service] if args.key?(:service)
@@ -731,8 +746,7 @@ module Google
731
746
 
732
747
  # Optional. Gateways defines a list of gateways this GrpcRoute is attached to,
733
748
  # as one of the routing rules to route the requests served by the gateway. Each
734
- # gateway reference should match the pattern: `projects/*/locations/global/
735
- # gateways/`
749
+ # gateway reference should match the pattern: `projects/*/locations/*/gateways/`
736
750
  # Corresponds to the JSON property `gateways`
737
751
  # @return [Array<String>]
738
752
  attr_accessor :gateways
@@ -767,13 +781,13 @@ module Google
767
781
 
768
782
  # Optional. Meshes defines a list of meshes this GrpcRoute is attached to, as
769
783
  # one of the routing rules to route the requests served by the mesh. Each mesh
770
- # reference should match the pattern: `projects/*/locations/global/meshes/`
784
+ # reference should match the pattern: `projects/*/locations/*/meshes/`
771
785
  # Corresponds to the JSON property `meshes`
772
786
  # @return [Array<String>]
773
787
  attr_accessor :meshes
774
788
 
775
789
  # Identifier. Name of the GrpcRoute resource. It matches pattern `projects/*/
776
- # locations/global/grpcRoutes/`
790
+ # locations/*/grpcRoutes/`
777
791
  # Corresponds to the JSON property `name`
778
792
  # @return [String]
779
793
  attr_accessor :name
@@ -1212,8 +1226,7 @@ module Google
1212
1226
 
1213
1227
  # Optional. Gateways defines a list of gateways this HttpRoute is attached to,
1214
1228
  # as one of the routing rules to route the requests served by the gateway. Each
1215
- # gateway reference should match the pattern: `projects/*/locations/global/
1216
- # gateways/`
1229
+ # gateway reference should match the pattern: `projects/*/locations/*/gateways/`
1217
1230
  # Corresponds to the JSON property `gateways`
1218
1231
  # @return [Array<String>]
1219
1232
  attr_accessor :gateways
@@ -1246,14 +1259,14 @@ module Google
1246
1259
 
1247
1260
  # Optional. Meshes defines a list of meshes this HttpRoute is attached to, as
1248
1261
  # one of the routing rules to route the requests served by the mesh. Each mesh
1249
- # reference should match the pattern: `projects/*/locations/global/meshes/` The
1262
+ # reference should match the pattern: `projects/*/locations/*/meshes/` The
1250
1263
  # attached Mesh should be of a type SIDECAR
1251
1264
  # Corresponds to the JSON property `meshes`
1252
1265
  # @return [Array<String>]
1253
1266
  attr_accessor :meshes
1254
1267
 
1255
1268
  # Identifier. Name of the HttpRoute resource. It matches pattern `projects/*/
1256
- # locations/global/httpRoutes/http_route_name>`.
1269
+ # locations/*/httpRoutes/http_route_name>`.
1257
1270
  # Corresponds to the JSON property `name`
1258
1271
  # @return [String]
1259
1272
  attr_accessor :name
@@ -3210,7 +3223,7 @@ module Google
3210
3223
  attr_accessor :labels
3211
3224
 
3212
3225
  # Identifier. Name of the Mesh resource. It matches pattern `projects/*/
3213
- # locations/global/meshes/`.
3226
+ # locations/*/meshes/`.
3214
3227
  # Corresponds to the JSON property `name`
3215
3228
  # @return [String]
3216
3229
  attr_accessor :name
@@ -3760,8 +3773,7 @@ module Google
3760
3773
 
3761
3774
  # Optional. Gateways defines a list of gateways this TcpRoute is attached to, as
3762
3775
  # one of the routing rules to route the requests served by the gateway. Each
3763
- # gateway reference should match the pattern: `projects/*/locations/global/
3764
- # gateways/`
3776
+ # gateway reference should match the pattern: `projects/*/locations/*/gateways/`
3765
3777
  # Corresponds to the JSON property `gateways`
3766
3778
  # @return [Array<String>]
3767
3779
  attr_accessor :gateways
@@ -3773,14 +3785,14 @@ module Google
3773
3785
 
3774
3786
  # Optional. Meshes defines a list of meshes this TcpRoute is attached to, as one
3775
3787
  # of the routing rules to route the requests served by the mesh. Each mesh
3776
- # reference should match the pattern: `projects/*/locations/global/meshes/` The
3788
+ # reference should match the pattern: `projects/*/locations/*/meshes/` The
3777
3789
  # attached Mesh should be of a type SIDECAR
3778
3790
  # Corresponds to the JSON property `meshes`
3779
3791
  # @return [Array<String>]
3780
3792
  attr_accessor :meshes
3781
3793
 
3782
3794
  # Identifier. Name of the TcpRoute resource. It matches pattern `projects/*/
3783
- # locations/global/tcpRoutes/tcp_route_name>`.
3795
+ # locations/*/tcpRoutes/tcp_route_name>`.
3784
3796
  # Corresponds to the JSON property `name`
3785
3797
  # @return [String]
3786
3798
  attr_accessor :name
@@ -3969,8 +3981,7 @@ module Google
3969
3981
 
3970
3982
  # Optional. Gateways defines a list of gateways this TlsRoute is attached to, as
3971
3983
  # one of the routing rules to route the requests served by the gateway. Each
3972
- # gateway reference should match the pattern: `projects/*/locations/global/
3973
- # gateways/`
3984
+ # gateway reference should match the pattern: `projects/*/locations/*/gateways/`
3974
3985
  # Corresponds to the JSON property `gateways`
3975
3986
  # @return [Array<String>]
3976
3987
  attr_accessor :gateways
@@ -3982,14 +3993,14 @@ module Google
3982
3993
 
3983
3994
  # Optional. Meshes defines a list of meshes this TlsRoute is attached to, as one
3984
3995
  # of the routing rules to route the requests served by the mesh. Each mesh
3985
- # reference should match the pattern: `projects/*/locations/global/meshes/` The
3996
+ # reference should match the pattern: `projects/*/locations/*/meshes/` The
3986
3997
  # attached Mesh should be of a type SIDECAR
3987
3998
  # Corresponds to the JSON property `meshes`
3988
3999
  # @return [Array<String>]
3989
4000
  attr_accessor :meshes
3990
4001
 
3991
4002
  # Identifier. Name of the TlsRoute resource. It matches pattern `projects/*/
3992
- # locations/global/tlsRoutes/tls_route_name>`.
4003
+ # locations/*/tlsRoutes/tls_route_name>`.
3993
4004
  # Corresponds to the JSON property `name`
3994
4005
  # @return [String]
3995
4006
  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.60.0"
19
+ GEM_VERSION = "0.61.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 = "20251017"
25
+ REVISION = "20251029"
26
26
  end
27
27
  end
28
28
  end
@@ -677,6 +677,7 @@ module Google
677
677
  collection :forward_headers, as: 'forwardHeaders'
678
678
  hash :metadata, as: 'metadata'
679
679
  property :name, as: 'name'
680
+ property :observability_mode, as: 'observabilityMode'
680
681
  property :request_body_send_mode, as: 'requestBodySendMode'
681
682
  property :response_body_send_mode, as: 'responseBodySendMode'
682
683
  property :service, as: 'service'
@@ -85,8 +85,8 @@ module Google
85
85
  # @param [String] name
86
86
  # The resource that owns the locations collection, if applicable.
87
87
  # @param [Array<String>, String] extra_location_types
88
- # Optional. Unless explicitly documented otherwise, don't use this unsupported
89
- # field which is primarily intended for internal usage.
88
+ # Optional. Do not use this field. It is unsupported and is ignored unless
89
+ # explicitly documented otherwise. This is primarily for internal usage.
90
90
  # @param [String] filter
91
91
  # A filter to narrow down results to a preferred subset. The filtering language
92
92
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -351,7 +351,7 @@ module Google
351
351
  # Creates a new EndpointPolicy in a given project and location.
352
352
  # @param [String] parent
353
353
  # Required. The parent resource of the EndpointPolicy. Must be in the format `
354
- # projects/*/locations/global`.
354
+ # projects/*/locations/*`.
355
355
  # @param [Google::Apis::NetworkservicesV1beta1::EndpointPolicy] endpoint_policy_object
356
356
  # @param [String] endpoint_policy_id
357
357
  # Required. Short name of the EndpointPolicy resource to be created. E.g. "
@@ -389,7 +389,7 @@ module Google
389
389
  # Deletes a single EndpointPolicy.
390
390
  # @param [String] name
391
391
  # Required. A name of the EndpointPolicy to delete. Must be in the format `
392
- # projects/*/locations/global/endpointPolicies/*`.
392
+ # projects/*/locations/*/endpointPolicies/*`.
393
393
  # @param [String] fields
394
394
  # Selector specifying which fields to include in a partial response.
395
395
  # @param [String] quota_user
@@ -420,7 +420,7 @@ module Google
420
420
  # Gets details of a single EndpointPolicy.
421
421
  # @param [String] name
422
422
  # Required. A name of the EndpointPolicy to get. Must be in the format `projects/
423
- # */locations/global/endpointPolicies/*`.
423
+ # */locations/*/endpointPolicies/*`.
424
424
  # @param [String] fields
425
425
  # Selector specifying which fields to include in a partial response.
426
426
  # @param [String] quota_user
@@ -451,7 +451,7 @@ module Google
451
451
  # Lists EndpointPolicies in a given project and location.
452
452
  # @param [String] parent
453
453
  # Required. The project and location from which the EndpointPolicies should be
454
- # listed, specified in the format `projects/*/locations/global`.
454
+ # listed, specified in the format `projects/*/locations/*`.
455
455
  # @param [Fixnum] page_size
456
456
  # Maximum number of EndpointPolicies to return per call.
457
457
  # @param [String] page_token
@@ -495,7 +495,7 @@ module Google
495
495
  # Updates the parameters of a single EndpointPolicy.
496
496
  # @param [String] name
497
497
  # Identifier. Name of the EndpointPolicy resource. It matches pattern `projects/`
498
- # project`/locations/global/endpointPolicies/`endpoint_policy``.
498
+ # project`/locations/*/endpointPolicies/`endpoint_policy``.
499
499
  # @param [Google::Apis::NetworkservicesV1beta1::EndpointPolicy] endpoint_policy_object
500
500
  # @param [String] update_mask
501
501
  # Optional. Field mask is used to specify the fields to be overwritten in the
@@ -785,7 +785,7 @@ module Google
785
785
  # Creates a new GrpcRoute in a given project and location.
786
786
  # @param [String] parent
787
787
  # Required. The parent resource of the GrpcRoute. Must be in the format `
788
- # projects/*/locations/global`.
788
+ # projects/*/locations/*`.
789
789
  # @param [Google::Apis::NetworkservicesV1beta1::GrpcRoute] grpc_route_object
790
790
  # @param [String] grpc_route_id
791
791
  # Required. Short name of the GrpcRoute resource to be created.
@@ -822,7 +822,7 @@ module Google
822
822
  # Deletes a single GrpcRoute.
823
823
  # @param [String] name
824
824
  # Required. A name of the GrpcRoute to delete. Must be in the format `projects/*/
825
- # locations/global/grpcRoutes/*`.
825
+ # locations/*/grpcRoutes/*`.
826
826
  # @param [String] fields
827
827
  # Selector specifying which fields to include in a partial response.
828
828
  # @param [String] quota_user
@@ -853,7 +853,7 @@ module Google
853
853
  # Gets details of a single GrpcRoute.
854
854
  # @param [String] name
855
855
  # Required. A name of the GrpcRoute to get. Must be in the format `projects/*/
856
- # locations/global/grpcRoutes/*`.
856
+ # locations/*/grpcRoutes/*`.
857
857
  # @param [String] fields
858
858
  # Selector specifying which fields to include in a partial response.
859
859
  # @param [String] quota_user
@@ -884,7 +884,7 @@ module Google
884
884
  # Lists GrpcRoutes in a given project and location.
885
885
  # @param [String] parent
886
886
  # Required. The project and location from which the GrpcRoutes should be listed,
887
- # specified in the format `projects/*/locations/global`.
887
+ # specified in the format `projects/*/locations/*`.
888
888
  # @param [Fixnum] page_size
889
889
  # Maximum number of GrpcRoutes to return per call.
890
890
  # @param [String] page_token
@@ -928,7 +928,7 @@ module Google
928
928
  # Updates the parameters of a single GrpcRoute.
929
929
  # @param [String] name
930
930
  # Identifier. Name of the GrpcRoute resource. It matches pattern `projects/*/
931
- # locations/global/grpcRoutes/`
931
+ # locations/*/grpcRoutes/`
932
932
  # @param [Google::Apis::NetworkservicesV1beta1::GrpcRoute] grpc_route_object
933
933
  # @param [String] update_mask
934
934
  # Optional. Field mask is used to specify the fields to be overwritten in the
@@ -969,7 +969,7 @@ module Google
969
969
  # Creates a new HttpRoute in a given project and location.
970
970
  # @param [String] parent
971
971
  # Required. The parent resource of the HttpRoute. Must be in the format `
972
- # projects/*/locations/global`.
972
+ # projects/*/locations/*`.
973
973
  # @param [Google::Apis::NetworkservicesV1beta1::HttpRoute] http_route_object
974
974
  # @param [String] http_route_id
975
975
  # Required. Short name of the HttpRoute resource to be created.
@@ -1006,7 +1006,7 @@ module Google
1006
1006
  # Deletes a single HttpRoute.
1007
1007
  # @param [String] name
1008
1008
  # Required. A name of the HttpRoute to delete. Must be in the format `projects/*/
1009
- # locations/global/httpRoutes/*`.
1009
+ # locations/*/httpRoutes/*`.
1010
1010
  # @param [String] fields
1011
1011
  # Selector specifying which fields to include in a partial response.
1012
1012
  # @param [String] quota_user
@@ -1037,7 +1037,7 @@ module Google
1037
1037
  # Gets details of a single HttpRoute.
1038
1038
  # @param [String] name
1039
1039
  # Required. A name of the HttpRoute to get. Must be in the format `projects/*/
1040
- # locations/global/httpRoutes/*`.
1040
+ # locations/*/httpRoutes/*`.
1041
1041
  # @param [String] fields
1042
1042
  # Selector specifying which fields to include in a partial response.
1043
1043
  # @param [String] quota_user
@@ -1068,7 +1068,7 @@ module Google
1068
1068
  # Lists HttpRoute in a given project and location.
1069
1069
  # @param [String] parent
1070
1070
  # Required. The project and location from which the HttpRoutes should be listed,
1071
- # specified in the format `projects/*/locations/global`.
1071
+ # specified in the format `projects/*/locations/*`.
1072
1072
  # @param [Fixnum] page_size
1073
1073
  # Maximum number of HttpRoutes to return per call.
1074
1074
  # @param [String] page_token
@@ -1112,7 +1112,7 @@ module Google
1112
1112
  # Updates the parameters of a single HttpRoute.
1113
1113
  # @param [String] name
1114
1114
  # Identifier. Name of the HttpRoute resource. It matches pattern `projects/*/
1115
- # locations/global/httpRoutes/http_route_name>`.
1115
+ # locations/*/httpRoutes/http_route_name>`.
1116
1116
  # @param [Google::Apis::NetworkservicesV1beta1::HttpRoute] http_route_object
1117
1117
  # @param [String] update_mask
1118
1118
  # Optional. Field mask is used to specify the fields to be overwritten in the
@@ -2039,7 +2039,7 @@ module Google
2039
2039
  # Creates a new Mesh in a given project and location.
2040
2040
  # @param [String] parent
2041
2041
  # Required. The parent resource of the Mesh. Must be in the format `projects/*/
2042
- # locations/global`.
2042
+ # locations/*`.
2043
2043
  # @param [Google::Apis::NetworkservicesV1beta1::Mesh] mesh_object
2044
2044
  # @param [String] mesh_id
2045
2045
  # Required. Short name of the Mesh resource to be created.
@@ -2076,7 +2076,7 @@ module Google
2076
2076
  # Deletes a single Mesh.
2077
2077
  # @param [String] name
2078
2078
  # Required. A name of the Mesh to delete. Must be in the format `projects/*/
2079
- # locations/global/meshes/*`.
2079
+ # locations/*/meshes/*`.
2080
2080
  # @param [String] fields
2081
2081
  # Selector specifying which fields to include in a partial response.
2082
2082
  # @param [String] quota_user
@@ -2107,7 +2107,7 @@ module Google
2107
2107
  # Gets details of a single Mesh.
2108
2108
  # @param [String] name
2109
2109
  # Required. A name of the Mesh to get. Must be in the format `projects/*/
2110
- # locations/global/meshes/*`.
2110
+ # locations/*/meshes/*`.
2111
2111
  # @param [String] fields
2112
2112
  # Selector specifying which fields to include in a partial response.
2113
2113
  # @param [String] quota_user
@@ -2138,7 +2138,7 @@ module Google
2138
2138
  # Lists Meshes in a given project and location.
2139
2139
  # @param [String] parent
2140
2140
  # Required. The project and location from which the Meshes should be listed,
2141
- # specified in the format `projects/*/locations/global`.
2141
+ # specified in the format `projects/*/locations/*`.
2142
2142
  # @param [Fixnum] page_size
2143
2143
  # Maximum number of Meshes to return per call.
2144
2144
  # @param [String] page_token
@@ -2182,7 +2182,7 @@ module Google
2182
2182
  # Updates the parameters of a single Mesh.
2183
2183
  # @param [String] name
2184
2184
  # Identifier. Name of the Mesh resource. It matches pattern `projects/*/
2185
- # locations/global/meshes/`.
2185
+ # locations/*/meshes/`.
2186
2186
  # @param [Google::Apis::NetworkservicesV1beta1::Mesh] mesh_object
2187
2187
  # @param [String] update_mask
2188
2188
  # Optional. Field mask is used to specify the fields to be overwritten in the
@@ -2805,7 +2805,7 @@ module Google
2805
2805
  # Creates a new TcpRoute in a given project and location.
2806
2806
  # @param [String] parent
2807
2807
  # Required. The parent resource of the TcpRoute. Must be in the format `projects/
2808
- # */locations/global`.
2808
+ # */locations/*`.
2809
2809
  # @param [Google::Apis::NetworkservicesV1beta1::TcpRoute] tcp_route_object
2810
2810
  # @param [String] tcp_route_id
2811
2811
  # Required. Short name of the TcpRoute resource to be created.
@@ -2842,7 +2842,7 @@ module Google
2842
2842
  # Deletes a single TcpRoute.
2843
2843
  # @param [String] name
2844
2844
  # Required. A name of the TcpRoute to delete. Must be in the format `projects/*/
2845
- # locations/global/tcpRoutes/*`.
2845
+ # locations/*/tcpRoutes/*`.
2846
2846
  # @param [String] fields
2847
2847
  # Selector specifying which fields to include in a partial response.
2848
2848
  # @param [String] quota_user
@@ -2873,7 +2873,7 @@ module Google
2873
2873
  # Gets details of a single TcpRoute.
2874
2874
  # @param [String] name
2875
2875
  # Required. A name of the TcpRoute to get. Must be in the format `projects/*/
2876
- # locations/global/tcpRoutes/*`.
2876
+ # locations/*/tcpRoutes/*`.
2877
2877
  # @param [String] fields
2878
2878
  # Selector specifying which fields to include in a partial response.
2879
2879
  # @param [String] quota_user
@@ -2904,7 +2904,7 @@ module Google
2904
2904
  # Lists TcpRoute in a given project and location.
2905
2905
  # @param [String] parent
2906
2906
  # Required. The project and location from which the TcpRoutes should be listed,
2907
- # specified in the format `projects/*/locations/global`.
2907
+ # specified in the format `projects/*/locations/*`.
2908
2908
  # @param [Fixnum] page_size
2909
2909
  # Maximum number of TcpRoutes to return per call.
2910
2910
  # @param [String] page_token
@@ -2948,7 +2948,7 @@ module Google
2948
2948
  # Updates the parameters of a single TcpRoute.
2949
2949
  # @param [String] name
2950
2950
  # Identifier. Name of the TcpRoute resource. It matches pattern `projects/*/
2951
- # locations/global/tcpRoutes/tcp_route_name>`.
2951
+ # locations/*/tcpRoutes/tcp_route_name>`.
2952
2952
  # @param [Google::Apis::NetworkservicesV1beta1::TcpRoute] tcp_route_object
2953
2953
  # @param [String] update_mask
2954
2954
  # Optional. Field mask is used to specify the fields to be overwritten in the
@@ -2989,7 +2989,7 @@ module Google
2989
2989
  # Creates a new TlsRoute in a given project and location.
2990
2990
  # @param [String] parent
2991
2991
  # Required. The parent resource of the TlsRoute. Must be in the format `projects/
2992
- # */locations/global`.
2992
+ # */locations/*`.
2993
2993
  # @param [Google::Apis::NetworkservicesV1beta1::TlsRoute] tls_route_object
2994
2994
  # @param [String] tls_route_id
2995
2995
  # Required. Short name of the TlsRoute resource to be created.
@@ -3026,7 +3026,7 @@ module Google
3026
3026
  # Deletes a single TlsRoute.
3027
3027
  # @param [String] name
3028
3028
  # Required. A name of the TlsRoute to delete. Must be in the format `projects/*/
3029
- # locations/global/tlsRoutes/*`.
3029
+ # locations/*/tlsRoutes/*`.
3030
3030
  # @param [String] fields
3031
3031
  # Selector specifying which fields to include in a partial response.
3032
3032
  # @param [String] quota_user
@@ -3057,7 +3057,7 @@ module Google
3057
3057
  # Gets details of a single TlsRoute.
3058
3058
  # @param [String] name
3059
3059
  # Required. A name of the TlsRoute to get. Must be in the format `projects/*/
3060
- # locations/global/tlsRoutes/*`.
3060
+ # locations/*/tlsRoutes/*`.
3061
3061
  # @param [String] fields
3062
3062
  # Selector specifying which fields to include in a partial response.
3063
3063
  # @param [String] quota_user
@@ -3088,7 +3088,7 @@ module Google
3088
3088
  # Lists TlsRoute in a given project and location.
3089
3089
  # @param [String] parent
3090
3090
  # Required. The project and location from which the TlsRoutes should be listed,
3091
- # specified in the format `projects/*/locations/global`.
3091
+ # specified in the format `projects/*/locations/*`.
3092
3092
  # @param [Fixnum] page_size
3093
3093
  # Maximum number of TlsRoutes to return per call.
3094
3094
  # @param [String] page_token
@@ -3132,7 +3132,7 @@ module Google
3132
3132
  # Updates the parameters of a single TlsRoute.
3133
3133
  # @param [String] name
3134
3134
  # Identifier. Name of the TlsRoute resource. It matches pattern `projects/*/
3135
- # locations/global/tlsRoutes/tls_route_name>`.
3135
+ # locations/*/tlsRoutes/tls_route_name>`.
3136
3136
  # @param [Google::Apis::NetworkservicesV1beta1::TlsRoute] tls_route_object
3137
3137
  # @param [String] update_mask
3138
3138
  # Optional. Field mask is used to specify the fields to be overwritten in the
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.60.0
4
+ version: 0.61.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.60.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkservices_v1beta1/v0.61.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: