From 46bde040d490a42e0d98922a4b63053bd84bd039 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Mon, 31 Jul 2023 07:11:48 +0000 Subject: [PATCH] feat(all): auto-regenerate discovery clients --- networkservices/v1/networkservices-api.json | 6 +++--- networkservices/v1/networkservices-gen.go | 9 +++++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/networkservices/v1/networkservices-api.json b/networkservices/v1/networkservices-api.json index d0147d5e55e..b49b948c787 100644 --- a/networkservices/v1/networkservices-api.json +++ b/networkservices/v1/networkservices-api.json @@ -2148,7 +2148,7 @@ } } }, - "revision": "20230619", + "revision": "20230724", "rootUrl": "https://networkservices.googleapis.com/", "schemas": { "AuditConfig": { @@ -3154,7 +3154,7 @@ }, "requestHeaderModifier": { "$ref": "HttpRouteHeaderModifier", - "description": "The specification for modifying the headers of a matching request prior to delivery of the request to the destination." + "description": "The specification for modifying the headers of a matching request prior to delivery of the request to the destination. If HeaderModifiers are set on both the Destination and the RouteAction, they will be merged. Conflicts between the two will not be resolved on the configuration." }, "requestMirrorPolicy": { "$ref": "HttpRouteRequestMirrorPolicy", @@ -3162,7 +3162,7 @@ }, "responseHeaderModifier": { "$ref": "HttpRouteHeaderModifier", - "description": "The specification for modifying the headers of a response prior to sending the response back to the client." + "description": "The specification for modifying the headers of a response prior to sending the response back to the client. If HeaderModifiers are set on both the Destination and the RouteAction, they will be merged. Conflicts between the two will not be resolved on the configuration." }, "retryPolicy": { "$ref": "HttpRouteRetryPolicy", diff --git a/networkservices/v1/networkservices-gen.go b/networkservices/v1/networkservices-gen.go index e2c7acf5d4d..adbc553b7c3 100644 --- a/networkservices/v1/networkservices-gen.go +++ b/networkservices/v1/networkservices-gen.go @@ -2038,7 +2038,9 @@ type HttpRouteRouteAction struct { // RequestHeaderModifier: The specification for modifying the headers of // a matching request prior to delivery of the request to the - // destination. + // destination. If HeaderModifiers are set on both the Destination and + // the RouteAction, they will be merged. Conflicts between the two will + // not be resolved on the configuration. RequestHeaderModifier *HttpRouteHeaderModifier `json:"requestHeaderModifier,omitempty"` // RequestMirrorPolicy: Specifies the policy on how requests intended @@ -2050,7 +2052,10 @@ type HttpRouteRouteAction struct { RequestMirrorPolicy *HttpRouteRequestMirrorPolicy `json:"requestMirrorPolicy,omitempty"` // ResponseHeaderModifier: The specification for modifying the headers - // of a response prior to sending the response back to the client. + // of a response prior to sending the response back to the client. If + // HeaderModifiers are set on both the Destination and the RouteAction, + // they will be merged. Conflicts between the two will not be resolved + // on the configuration. ResponseHeaderModifier *HttpRouteHeaderModifier `json:"responseHeaderModifier,omitempty"` // RetryPolicy: Specifies the retry policy associated with this route.