• Home
  • Raw
  • Download

Lines Matching +full:set +full:- +full:url

8   font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
42 margin-top: 0.5em;
46 font-family: Arial, sans serif;
50 border-bottom: solid #CCC 1px;
54 margin-top: 0.5em;
58 margin-left: 2 em;
62 margin-top: 1em;
69 font-weight: bold;
70 font-size: 14px;
85 <p class="firstline">Returns the specified UrlMap resource. Gets a list of available URL maps by ma…
91 …For more information, see [Invalidating cached content](/cdn/docs/invalidating-cached-content).</p>
127 1 - v1 error format
128 2 - v2 error format
133 …al or zonal. - For global operations, use the `globalOperations` resource. - For regional operatio…
136 …ng&quot;, # [Output Only] A textual description of the operation, which is set when the operation …
143 …&quot;message&quot;: &quot;A String&quot;, # [Output Only] An optional, human-readable error messa…
152 &quot;metadata&quot;: { # [Output Only] Service-specific metadata attached to this operation.
153 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
159 …&quot;region&quot;: &quot;A String&quot;, # [Output Only] The URL of the region where the operatio…
160 &quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
161 …&quot;selfLinkWithId&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for this reso…
166 …&quot;targetLink&quot;: &quot;A String&quot;, # [Output Only] The URL of the resource that the ope…
171 …ta&quot;: [ { &quot;key&quot;: &quot;scope&quot;, &quot;value&quot;: &quot;zones/us-east1-d&quot; }
177 …&quot;message&quot;: &quot;A String&quot;, # [Output Only] A human-readable description of the war…
180 …A String&quot;, # [Output Only] The URL of the zone where the operation resides. Only applicable w…
186 …<pre>Returns the specified UrlMap resource. Gets a list of available URL maps by making a list() r…
194 1 - v1 error format
195 2 - v2 error format
200URL Map resource. Compute Engine has two URL Map resources: * [Global](/compute/docs/reference/res…
202URL rewrites and header transformations, before forwarding the request to the selected backend. If…
203-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
204 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
205 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
208 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
218 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
221 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
229 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
236-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
240-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
241 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
245-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
249- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
253-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
257URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
261set to a non-zero number. After a backend service is identified and before forwarding the request …
263 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
264 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
269 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
279 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
290URL of the defaultService resource to which traffic is directed if none of the hostRules match. If…
291URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or default…
293set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
295 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
296- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
297set to true, any accompanying query portion of the original URL is removed before redirecting the …
300 …n optimistic locking. This field is ignored when inserting a UrlMap. An up-to-date fingerprint mus…
301 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
306 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
316 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
323 &quot;hostRules&quot;: [ # The list of host rules to use against the URL.
324 …{ # UrlMaps A host-matching rule for a URL. If matched, will use the named PathMatcher to select t…
326-z0-9-.]*). In that case, * must be the first character and must be followed in the pattern by eit…
329 …of the PathMatcher to use to match the path portion of the URL if the hostRule matches the URL&#x2…
333 …ot;compute#urlMap&quot;, # [Output Only] Type of the resource. Always compute#urlMaps for url maps.
334-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long …
335 &quot;pathMatchers&quot;: [ # The list of named PathMatchers to use against the URL.
336 …# A matcher for the path portion of the URL. The BackendService from the longest-matched rule will…
337URL rewrites and header transformations, before forwarding the request to the selected backend. If…
338-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
339 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
340 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
343 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
353 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
356 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
364 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
371-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
375-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
376 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
380-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
384- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
388-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
392URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
396set to a non-zero number. After a backend service is identified and before forwarding the request …
398 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
399 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
404 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
414 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
425URL to the BackendService resource. This URL is used if none of the pathRules or routeRules define…
426URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or default…
428set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
430 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
431- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
432set to true, any accompanying query portion of the original URL is removed before redirecting the …
435 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
440 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
450 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
458-path-first basis. For example: a pathRule with a path /a/b/c/* will match before /a/b/* irrespect…
459 …{ # A path-matching rule for a URL. If matched, will use the specified BackendService to handle th…
463URL rewrites and header transformations, before forwarding the request to the selected backend. If…
464-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
465 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
466 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
469 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
479 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
482 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
490 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
497-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
501-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
502 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
506-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
510- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
514-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
518URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
522set to a non-zero number. After a backend service is identified and before forwarding the request …
524 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
525 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
530 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
540 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
551URL of the backend service resource to which traffic is directed if this rule is matched. If route…
552 …directed to a URL specified by urlRedirect. If urlRedirect is specified, service or routeAction mu…
554set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
556 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
557- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
558set to true, any accompanying query portion of the original URL is removed before redirecting the …
562 …ty, from the lowest to highest number. Within a given pathMatcher, you can set only one of pathRul…
565 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
570 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
580 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
587set to INTERNAL_SELF_MANAGED. See ForwardingRule for more details. Not supported when the URL map …
590 …l&quot;: &quot;A String&quot;, # The fully qualified versioned proto3 type url of the protobuf tha…
594set to INTERNAL_SELF_MANAGED. See ForwardingRule for more details. The only configTypeUrl supporte…
597 …l&quot;: &quot;A String&quot;, # The fully qualified versioned proto3 type url of the protobuf tha…
602 …{ # HttpRouteRuleMatch specifies a set of criteria for matching requests to an HttpRouteRule. All …
603 … removing any query parameters and anchor that may be part of the original URL. fullPathMatch must…
606 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
607URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true, only …
608 …quot;: True or False, # If set to false, the headerMatch is considered a match if the preceding ma…
609 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
610 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
611-5, 0] - -3 will match. - 0 will not match. - 0.25 will not match. - -3someString will not match. …
615set to PORT and a regular expression that satisfies the RFC2616 Host header&#x27;s port specifier.…
616 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
619 …false. ignoreCase must not be used with regexMatch. Not supported when the URL map is bound to a t…
620set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node…
621set of load balancing proxies. Proxies and sidecars involved in load balancing would typically pre…
628 …ch. Supported values are: - MATCH_ANY: at least one of the filterLabels must have a matching label…
632 …atch corresponding query parameters in the request. Not supported when the URL map is bound to a t…
634 …atches the contents of exactMatch. Only one of presentMatch, exactMatch, or regexMatch must be set.
636 … the parameter has a value or not. Only one of presentMatch, exactMatch, or regexMatch must be set.
637 …entMatch, exactMatch, or regexMatch must be set. regexMatch only applies when the loadBalancingSch…
640URL. For more information about regular expression syntax, see Syntax. Only one of prefixMatch, fu…
643 … or more routeRules with the same priority. Priority for each rule must be set to a number from 0 …
644URL rewrites and header transformations, before forwarding the request to the selected backend. If…
645-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
646 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
647 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
650 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
660 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
663 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
671 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
678-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
682-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
683 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
687-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
691- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
695-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
699URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
703set to a non-zero number. After a backend service is identified and before forwarding the request …
705 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
706 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
711 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
721 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
732URL of the backend service resource to which traffic is directed if this rule is matched. If route…
733 …directed to a URL specified by urlRedirect. If urlRedirect is specified, service or routeAction mu…
735set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
737 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
738- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
739set to true, any accompanying query portion of the original URL is removed before redirecting the …
745URL of the region where the regional URL map resides. This field is not applicable to global URL m…
746 &quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
747URL mapping tests. Request to update the UrlMap succeeds only if all test cases pass. You can spec…
748 { # Message for the expected URL mappings.
751URL evaluated by the load balancer containing the scheme, host, path and query parameters. For rul…
752 … balancer&#x27;s redirect response. expectedRedirectResponseCode cannot be set when service is set.
753 …&quot;expectedUrlRedirect&quot;: &quot;A String&quot;, # The expected URL that should be redirecte…
760 …&quot;host&quot;: &quot;A String&quot;, # Host portion of the URL. If headers contains a host head…
761 &quot;path&quot;: &quot;A String&quot;, # Path portion of the URL.
762 …endBucket resource the given URL should be mapped to. The service field cannot be set if expectedR…
778URL Map resource. Compute Engine has two URL Map resources: * [Global](/compute/docs/reference/res…
780URL rewrites and header transformations, before forwarding the request to the selected backend. If…
781-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
782 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
783 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
786 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
796 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
799 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
807 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
814-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
818-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
819 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
823-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
827- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
831-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
835URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
839set to a non-zero number. After a backend service is identified and before forwarding the request …
841 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
842 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
847 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
857 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
868URL of the defaultService resource to which traffic is directed if none of the hostRules match. If…
869URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or default…
871set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
873 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
874- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
875set to true, any accompanying query portion of the original URL is removed before redirecting the …
878 …n optimistic locking. This field is ignored when inserting a UrlMap. An up-to-date fingerprint mus…
879 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
884 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
894 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
901 &quot;hostRules&quot;: [ # The list of host rules to use against the URL.
902 …{ # UrlMaps A host-matching rule for a URL. If matched, will use the named PathMatcher to select t…
904-z0-9-.]*). In that case, * must be the first character and must be followed in the pattern by eit…
907 …of the PathMatcher to use to match the path portion of the URL if the hostRule matches the URL&#x2…
911 …ot;compute#urlMap&quot;, # [Output Only] Type of the resource. Always compute#urlMaps for url maps.
912-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long …
913 &quot;pathMatchers&quot;: [ # The list of named PathMatchers to use against the URL.
914 …# A matcher for the path portion of the URL. The BackendService from the longest-matched rule will…
915URL rewrites and header transformations, before forwarding the request to the selected backend. If…
916-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
917 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
918 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
921 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
931 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
934 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
942 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
949-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
953-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
954 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
958-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
962- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
966-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
970URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
974set to a non-zero number. After a backend service is identified and before forwarding the request …
976 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
977 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
982 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
992 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
1003URL to the BackendService resource. This URL is used if none of the pathRules or routeRules define…
1004URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or default…
1006set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
1008 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
1009- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
1010set to true, any accompanying query portion of the original URL is removed before redirecting the …
1013 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
1018 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
1028 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
1036-path-first basis. For example: a pathRule with a path /a/b/c/* will match before /a/b/* irrespect…
1037 …{ # A path-matching rule for a URL. If matched, will use the specified BackendService to handle th…
1041URL rewrites and header transformations, before forwarding the request to the selected backend. If…
1042-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
1043 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
1044 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
1047 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
1057 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
1060 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
1068 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
1075-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
1079-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
1080 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
1084-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
1088- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
1092-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
1096URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
1100set to a non-zero number. After a backend service is identified and before forwarding the request …
1102 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
1103 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
1108 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
1118 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
1129URL of the backend service resource to which traffic is directed if this rule is matched. If route…
1130 …directed to a URL specified by urlRedirect. If urlRedirect is specified, service or routeAction mu…
1132set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
1134 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
1135- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
1136set to true, any accompanying query portion of the original URL is removed before redirecting the …
1140 …ty, from the lowest to highest number. Within a given pathMatcher, you can set only one of pathRul…
1143 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
1148 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
1158 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
1165set to INTERNAL_SELF_MANAGED. See ForwardingRule for more details. Not supported when the URL map …
1168 …l&quot;: &quot;A String&quot;, # The fully qualified versioned proto3 type url of the protobuf tha…
1172set to INTERNAL_SELF_MANAGED. See ForwardingRule for more details. The only configTypeUrl supporte…
1175 …l&quot;: &quot;A String&quot;, # The fully qualified versioned proto3 type url of the protobuf tha…
1180 …{ # HttpRouteRuleMatch specifies a set of criteria for matching requests to an HttpRouteRule. All …
1181 … removing any query parameters and anchor that may be part of the original URL. fullPathMatch must…
1184 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
1185URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true, only …
1186 …quot;: True or False, # If set to false, the headerMatch is considered a match if the preceding ma…
1187 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
1188 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
1189-5, 0] - -3 will match. - 0 will not match. - 0.25 will not match. - -3someString will not match. …
1193set to PORT and a regular expression that satisfies the RFC2616 Host header&#x27;s port specifier.…
1194 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
1197 …false. ignoreCase must not be used with regexMatch. Not supported when the URL map is bound to a t…
1198set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node…
1199set of load balancing proxies. Proxies and sidecars involved in load balancing would typically pre…
1206 …ch. Supported values are: - MATCH_ANY: at least one of the filterLabels must have a matching label…
1210 …atch corresponding query parameters in the request. Not supported when the URL map is bound to a t…
1212 …atches the contents of exactMatch. Only one of presentMatch, exactMatch, or regexMatch must be set.
1214 … the parameter has a value or not. Only one of presentMatch, exactMatch, or regexMatch must be set.
1215 …entMatch, exactMatch, or regexMatch must be set. regexMatch only applies when the loadBalancingSch…
1218URL. For more information about regular expression syntax, see Syntax. Only one of prefixMatch, fu…
1221 … or more routeRules with the same priority. Priority for each rule must be set to a number from 0 …
1222URL rewrites and header transformations, before forwarding the request to the selected backend. If…
1223-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
1224 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
1225 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
1228 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
1238 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
1241 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
1249 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
1256-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
1260-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
1261 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
1265-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
1269- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
1273-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
1277URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
1281set to a non-zero number. After a backend service is identified and before forwarding the request …
1283 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
1284 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
1289 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
1299 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
1310URL of the backend service resource to which traffic is directed if this rule is matched. If route…
1311 …directed to a URL specified by urlRedirect. If urlRedirect is specified, service or routeAction mu…
1313set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
1315 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
1316- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
1317set to true, any accompanying query portion of the original URL is removed before redirecting the …
1323URL of the region where the regional URL map resides. This field is not applicable to global URL m…
1324 &quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
1325URL mapping tests. Request to update the UrlMap succeeds only if all test cases pass. You can spec…
1326 { # Message for the expected URL mappings.
1329URL evaluated by the load balancer containing the scheme, host, path and query parameters. For rul…
1330 … balancer&#x27;s redirect response. expectedRedirectResponseCode cannot be set when service is set.
1331 …&quot;expectedUrlRedirect&quot;: &quot;A String&quot;, # The expected URL that should be redirecte…
1338 …&quot;host&quot;: &quot;A String&quot;, # Host portion of the URL. If headers contains a host head…
1339 &quot;path&quot;: &quot;A String&quot;, # Path portion of the URL.
1340 …endBucket resource the given URL should be mapped to. The service field cannot be set if expectedR…
1348 1 - v1 error format
1349 2 - v2 error format
1354 …al or zonal. - For global operations, use the `globalOperations` resource. - For regional operatio…
1357 …ng&quot;, # [Output Only] A textual description of the operation, which is set when the operation …
1364 …&quot;message&quot;: &quot;A String&quot;, # [Output Only] An optional, human-readable error messa…
1373 &quot;metadata&quot;: { # [Output Only] Service-specific metadata attached to this operation.
1374 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
1380 …&quot;region&quot;: &quot;A String&quot;, # [Output Only] The URL of the region where the operatio…
1381 &quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
1382 …&quot;selfLinkWithId&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for this reso…
1387 …&quot;targetLink&quot;: &quot;A String&quot;, # [Output Only] The URL of the resource that the ope…
1392 …ta&quot;: [ { &quot;key&quot;: &quot;scope&quot;, &quot;value&quot;: &quot;zones/us-east1-d&quot; }
1398 …&quot;message&quot;: &quot;A String&quot;, # [Output Only] A human-readable description of the war…
1401 …A String&quot;, # [Output Only] The URL of the zone where the operation resides. Only applicable w…
1407 …ap. For more information, see [Invalidating cached content](/cdn/docs/invalidating-cached-content).
1417 …&quot;host&quot;: &quot;A String&quot;, # If set, this invalidation rule will only apply to reques…
1424 1 - v1 error format
1425 2 - v2 error format
1430 …al or zonal. - For global operations, use the `globalOperations` resource. - For regional operatio…
1433 …ng&quot;, # [Output Only] A textual description of the operation, which is set when the operation …
1440 …&quot;message&quot;: &quot;A String&quot;, # [Output Only] An optional, human-readable error messa…
1449 &quot;metadata&quot;: { # [Output Only] Service-specific metadata attached to this operation.
1450 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
1456 …&quot;region&quot;: &quot;A String&quot;, # [Output Only] The URL of the region where the operatio…
1457 &quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
1458 …&quot;selfLinkWithId&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for this reso…
1463 …&quot;targetLink&quot;: &quot;A String&quot;, # [Output Only] The URL of the resource that the ope…
1468 …ta&quot;: [ { &quot;key&quot;: &quot;scope&quot;, &quot;value&quot;: &quot;zones/us-east1-d&quot; }
1474 …&quot;message&quot;: &quot;A String&quot;, # [Output Only] A human-readable description of the war…
1477 …A String&quot;, # [Output Only] The URL of the zone where the operation resides. Only applicable w…
1488 …ed `example-instance` by specifying `name != example-instance`. The `:` operator can be used with …
1491 …pageToken: string, Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned …
1492 …returnPartialSuccess: boolean, Opt-in for partial success behavior which provides partial results …
1495 1 - v1 error format
1496 2 - v2 error format
1504URL Map resource. Compute Engine has two URL Map resources: * [Global](/compute/docs/reference/res…
1506URL rewrites and header transformations, before forwarding the request to the selected backend. If…
1507-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
1508 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
1509 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
1512 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
1522 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
1525 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
1533 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
1540-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
1544-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
1545 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
1549-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
1553- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
1557-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
1561URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
1565set to a non-zero number. After a backend service is identified and before forwarding the request …
1567 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
1568 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
1573 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
1583 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
1594URL of the defaultService resource to which traffic is directed if none of the hostRules match. If…
1595URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or default…
1597set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
1599 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
1600- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
1601set to true, any accompanying query portion of the original URL is removed before redirecting the …
1604 …n optimistic locking. This field is ignored when inserting a UrlMap. An up-to-date fingerprint mus…
1605 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
1610 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
1620 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
1627 &quot;hostRules&quot;: [ # The list of host rules to use against the URL.
1628 …{ # UrlMaps A host-matching rule for a URL. If matched, will use the named PathMatcher to select t…
1630-z0-9-.]*). In that case, * must be the first character and must be followed in the pattern by eit…
1633 …of the PathMatcher to use to match the path portion of the URL if the hostRule matches the URL&#x2…
1637 …ot;compute#urlMap&quot;, # [Output Only] Type of the resource. Always compute#urlMaps for url maps.
1638-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long …
1639 &quot;pathMatchers&quot;: [ # The list of named PathMatchers to use against the URL.
1640 …# A matcher for the path portion of the URL. The BackendService from the longest-matched rule will…
1641URL rewrites and header transformations, before forwarding the request to the selected backend. If…
1642-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
1643 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
1644 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
1647 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
1657 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
1660 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
1668 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
1675-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
1679-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
1680 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
1684-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
1688- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
1692-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
1696URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
1700set to a non-zero number. After a backend service is identified and before forwarding the request …
1702 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
1703 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
1708 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
1718 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
1729URL to the BackendService resource. This URL is used if none of the pathRules or routeRules define…
1730URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or default…
1732set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
1734 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
1735- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
1736set to true, any accompanying query portion of the original URL is removed before redirecting the …
1739 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
1744 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
1754 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
1762-path-first basis. For example: a pathRule with a path /a/b/c/* will match before /a/b/* irrespect…
1763 …{ # A path-matching rule for a URL. If matched, will use the specified BackendService to handle th…
1767URL rewrites and header transformations, before forwarding the request to the selected backend. If…
1768-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
1769 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
1770 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
1773 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
1783 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
1786 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
1794 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
1801-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
1805-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
1806 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
1810-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
1814- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
1818-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
1822URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
1826set to a non-zero number. After a backend service is identified and before forwarding the request …
1828 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
1829 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
1834 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
1844 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
1855URL of the backend service resource to which traffic is directed if this rule is matched. If route…
1856 …directed to a URL specified by urlRedirect. If urlRedirect is specified, service or routeAction mu…
1858set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
1860 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
1861- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
1862set to true, any accompanying query portion of the original URL is removed before redirecting the …
1866 …ty, from the lowest to highest number. Within a given pathMatcher, you can set only one of pathRul…
1869 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
1874 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
1884 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
1891set to INTERNAL_SELF_MANAGED. See ForwardingRule for more details. Not supported when the URL map …
1894 …l&quot;: &quot;A String&quot;, # The fully qualified versioned proto3 type url of the protobuf tha…
1898set to INTERNAL_SELF_MANAGED. See ForwardingRule for more details. The only configTypeUrl supporte…
1901 …l&quot;: &quot;A String&quot;, # The fully qualified versioned proto3 type url of the protobuf tha…
1906 …{ # HttpRouteRuleMatch specifies a set of criteria for matching requests to an HttpRouteRule. All …
1907 … removing any query parameters and anchor that may be part of the original URL. fullPathMatch must…
1910 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
1911URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true, only …
1912 …quot;: True or False, # If set to false, the headerMatch is considered a match if the preceding ma…
1913 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
1914 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
1915-5, 0] - -3 will match. - 0 will not match. - 0.25 will not match. - -3someString will not match. …
1919set to PORT and a regular expression that satisfies the RFC2616 Host header&#x27;s port specifier.…
1920 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
1923 …false. ignoreCase must not be used with regexMatch. Not supported when the URL map is bound to a t…
1924set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node…
1925set of load balancing proxies. Proxies and sidecars involved in load balancing would typically pre…
1932 …ch. Supported values are: - MATCH_ANY: at least one of the filterLabels must have a matching label…
1936 …atch corresponding query parameters in the request. Not supported when the URL map is bound to a t…
1938 …atches the contents of exactMatch. Only one of presentMatch, exactMatch, or regexMatch must be set.
1940 … the parameter has a value or not. Only one of presentMatch, exactMatch, or regexMatch must be set.
1941 …entMatch, exactMatch, or regexMatch must be set. regexMatch only applies when the loadBalancingSch…
1944URL. For more information about regular expression syntax, see Syntax. Only one of prefixMatch, fu…
1947 … or more routeRules with the same priority. Priority for each rule must be set to a number from 0 …
1948URL rewrites and header transformations, before forwarding the request to the selected backend. If…
1949-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
1950 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
1951 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
1954 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
1964 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
1967 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
1975 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
1982-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
1986-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
1987 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
1991-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
1995- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
1999-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
2003URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
2007set to a non-zero number. After a backend service is identified and before forwarding the request …
2009 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
2010 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
2015 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
2025 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
2036URL of the backend service resource to which traffic is directed if this rule is matched. If route…
2037 …directed to a URL specified by urlRedirect. If urlRedirect is specified, service or routeAction mu…
2039set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
2041 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
2042- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
2043set to true, any accompanying query portion of the original URL is removed before redirecting the …
2049URL of the region where the regional URL map resides. This field is not applicable to global URL m…
2050 … &quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
2051URL mapping tests. Request to update the UrlMap succeeds only if all test cases pass. You can spec…
2052 { # Message for the expected URL mappings.
2055URL evaluated by the load balancer containing the scheme, host, path and query parameters. For rul…
2056 … balancer&#x27;s redirect response. expectedRedirectResponseCode cannot be set when service is set.
2057 …&quot;expectedUrlRedirect&quot;: &quot;A String&quot;, # The expected URL that should be redirecte…
2064 …&quot;host&quot;: &quot;A String&quot;, # Host portion of the URL. If headers contains a host head…
2065 &quot;path&quot;: &quot;A String&quot;, # Path portion of the URL.
2066 …endBucket resource the given URL should be mapped to. The service field cannot be set if expectedR…
2073 &quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for this resource.
2076 …ta&quot;: [ { &quot;key&quot;: &quot;scope&quot;, &quot;value&quot;: &quot;zones/us-east1-d&quot; }
2082 …&quot;message&quot;: &quot;A String&quot;, # [Output Only] A human-readable description of the war…
2112URL Map resource. Compute Engine has two URL Map resources: * [Global](/compute/docs/reference/res…
2114URL rewrites and header transformations, before forwarding the request to the selected backend. If…
2115-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
2116 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
2117 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
2120 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
2130 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
2133 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
2141 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
2148-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
2152-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
2153 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
2157-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
2161- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
2165-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
2169URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
2173set to a non-zero number. After a backend service is identified and before forwarding the request …
2175 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
2176 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
2181 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
2191 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
2202URL of the defaultService resource to which traffic is directed if none of the hostRules match. If…
2203URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or default…
2205set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
2207 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
2208- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
2209set to true, any accompanying query portion of the original URL is removed before redirecting the …
2212 …n optimistic locking. This field is ignored when inserting a UrlMap. An up-to-date fingerprint mus…
2213 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
2218 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
2228 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
2235 &quot;hostRules&quot;: [ # The list of host rules to use against the URL.
2236 …{ # UrlMaps A host-matching rule for a URL. If matched, will use the named PathMatcher to select t…
2238-z0-9-.]*). In that case, * must be the first character and must be followed in the pattern by eit…
2241 …of the PathMatcher to use to match the path portion of the URL if the hostRule matches the URL&#x2…
2245 …ot;compute#urlMap&quot;, # [Output Only] Type of the resource. Always compute#urlMaps for url maps.
2246-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long …
2247 &quot;pathMatchers&quot;: [ # The list of named PathMatchers to use against the URL.
2248 …# A matcher for the path portion of the URL. The BackendService from the longest-matched rule will…
2249URL rewrites and header transformations, before forwarding the request to the selected backend. If…
2250-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
2251 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
2252 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
2255 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
2265 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
2268 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
2276 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
2283-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
2287-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
2288 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
2292-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
2296- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
2300-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
2304URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
2308set to a non-zero number. After a backend service is identified and before forwarding the request …
2310 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
2311 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
2316 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
2326 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
2337URL to the BackendService resource. This URL is used if none of the pathRules or routeRules define…
2338URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or default…
2340set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
2342 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
2343- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
2344set to true, any accompanying query portion of the original URL is removed before redirecting the …
2347 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
2352 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
2362 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
2370-path-first basis. For example: a pathRule with a path /a/b/c/* will match before /a/b/* irrespect…
2371 …{ # A path-matching rule for a URL. If matched, will use the specified BackendService to handle th…
2375URL rewrites and header transformations, before forwarding the request to the selected backend. If…
2376-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
2377 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
2378 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
2381 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
2391 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
2394 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
2402 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
2409-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
2413-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
2414 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
2418-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
2422- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
2426-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
2430URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
2434set to a non-zero number. After a backend service is identified and before forwarding the request …
2436 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
2437 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
2442 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
2452 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
2463URL of the backend service resource to which traffic is directed if this rule is matched. If route…
2464 …directed to a URL specified by urlRedirect. If urlRedirect is specified, service or routeAction mu…
2466set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
2468 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
2469- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
2470set to true, any accompanying query portion of the original URL is removed before redirecting the …
2474 …ty, from the lowest to highest number. Within a given pathMatcher, you can set only one of pathRul…
2477 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
2482 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
2492 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
2499set to INTERNAL_SELF_MANAGED. See ForwardingRule for more details. Not supported when the URL map …
2502 …l&quot;: &quot;A String&quot;, # The fully qualified versioned proto3 type url of the protobuf tha…
2506set to INTERNAL_SELF_MANAGED. See ForwardingRule for more details. The only configTypeUrl supporte…
2509 …l&quot;: &quot;A String&quot;, # The fully qualified versioned proto3 type url of the protobuf tha…
2514 …{ # HttpRouteRuleMatch specifies a set of criteria for matching requests to an HttpRouteRule. All …
2515 … removing any query parameters and anchor that may be part of the original URL. fullPathMatch must…
2518 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
2519URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true, only …
2520 …quot;: True or False, # If set to false, the headerMatch is considered a match if the preceding ma…
2521 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
2522 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
2523-5, 0] - -3 will match. - 0 will not match. - 0.25 will not match. - -3someString will not match. …
2527set to PORT and a regular expression that satisfies the RFC2616 Host header&#x27;s port specifier.…
2528 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
2531 …false. ignoreCase must not be used with regexMatch. Not supported when the URL map is bound to a t…
2532set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node…
2533set of load balancing proxies. Proxies and sidecars involved in load balancing would typically pre…
2540 …ch. Supported values are: - MATCH_ANY: at least one of the filterLabels must have a matching label…
2544 …atch corresponding query parameters in the request. Not supported when the URL map is bound to a t…
2546 …atches the contents of exactMatch. Only one of presentMatch, exactMatch, or regexMatch must be set.
2548 … the parameter has a value or not. Only one of presentMatch, exactMatch, or regexMatch must be set.
2549 …entMatch, exactMatch, or regexMatch must be set. regexMatch only applies when the loadBalancingSch…
2552URL. For more information about regular expression syntax, see Syntax. Only one of prefixMatch, fu…
2555 … or more routeRules with the same priority. Priority for each rule must be set to a number from 0 …
2556URL rewrites and header transformations, before forwarding the request to the selected backend. If…
2557-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
2558 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
2559 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
2562 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
2572 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
2575 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
2583 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
2590-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
2594-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
2595 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
2599-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
2603- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
2607-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
2611URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
2615set to a non-zero number. After a backend service is identified and before forwarding the request …
2617 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
2618 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
2623 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
2633 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
2644URL of the backend service resource to which traffic is directed if this rule is matched. If route…
2645 …directed to a URL specified by urlRedirect. If urlRedirect is specified, service or routeAction mu…
2647set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
2649 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
2650- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
2651set to true, any accompanying query portion of the original URL is removed before redirecting the …
2657URL of the region where the regional URL map resides. This field is not applicable to global URL m…
2658 &quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
2659URL mapping tests. Request to update the UrlMap succeeds only if all test cases pass. You can spec…
2660 { # Message for the expected URL mappings.
2663URL evaluated by the load balancer containing the scheme, host, path and query parameters. For rul…
2664 … balancer&#x27;s redirect response. expectedRedirectResponseCode cannot be set when service is set.
2665 …&quot;expectedUrlRedirect&quot;: &quot;A String&quot;, # The expected URL that should be redirecte…
2672 …&quot;host&quot;: &quot;A String&quot;, # Host portion of the URL. If headers contains a host head…
2673 &quot;path&quot;: &quot;A String&quot;, # Path portion of the URL.
2674 …endBucket resource the given URL should be mapped to. The service field cannot be set if expectedR…
2682 1 - v1 error format
2683 2 - v2 error format
2688 …al or zonal. - For global operations, use the `globalOperations` resource. - For regional operatio…
2691 …ng&quot;, # [Output Only] A textual description of the operation, which is set when the operation …
2698 …&quot;message&quot;: &quot;A String&quot;, # [Output Only] An optional, human-readable error messa…
2707 &quot;metadata&quot;: { # [Output Only] Service-specific metadata attached to this operation.
2708 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
2714 …&quot;region&quot;: &quot;A String&quot;, # [Output Only] The URL of the region where the operatio…
2715 &quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
2716 …&quot;selfLinkWithId&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for this reso…
2721 …&quot;targetLink&quot;: &quot;A String&quot;, # [Output Only] The URL of the resource that the ope…
2726 …ta&quot;: [ { &quot;key&quot;: &quot;scope&quot;, &quot;value&quot;: &quot;zones/us-east1-d&quot; }
2732 …&quot;message&quot;: &quot;A String&quot;, # [Output Only] A human-readable description of the war…
2735 …A String&quot;, # [Output Only] The URL of the zone where the operation resides. Only applicable w…
2751 …&quot;permissions&quot;: [ # The set of permissions to check for the &#x27;resource&#x27;. Permiss…
2758 1 - v1 error format
2759 2 - v2 error format
2782URL Map resource. Compute Engine has two URL Map resources: * [Global](/compute/docs/reference/res…
2784URL rewrites and header transformations, before forwarding the request to the selected backend. If…
2785-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
2786 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
2787 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
2790 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
2800 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
2803 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
2811 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
2818-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
2822-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
2823 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
2827-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
2831- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
2835-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
2839URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
2843set to a non-zero number. After a backend service is identified and before forwarding the request …
2845 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
2846 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
2851 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
2861 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
2872URL of the defaultService resource to which traffic is directed if none of the hostRules match. If…
2873URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or default…
2875set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
2877 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
2878- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
2879set to true, any accompanying query portion of the original URL is removed before redirecting the …
2882 …n optimistic locking. This field is ignored when inserting a UrlMap. An up-to-date fingerprint mus…
2883 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
2888 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
2898 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
2905 &quot;hostRules&quot;: [ # The list of host rules to use against the URL.
2906 …{ # UrlMaps A host-matching rule for a URL. If matched, will use the named PathMatcher to select t…
2908-z0-9-.]*). In that case, * must be the first character and must be followed in the pattern by eit…
2911 …of the PathMatcher to use to match the path portion of the URL if the hostRule matches the URL&#x2…
2915 …ot;compute#urlMap&quot;, # [Output Only] Type of the resource. Always compute#urlMaps for url maps.
2916-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long …
2917 &quot;pathMatchers&quot;: [ # The list of named PathMatchers to use against the URL.
2918 …# A matcher for the path portion of the URL. The BackendService from the longest-matched rule will…
2919URL rewrites and header transformations, before forwarding the request to the selected backend. If…
2920-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
2921 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
2922 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
2925 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
2935 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
2938 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
2946 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
2953-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
2957-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
2958 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
2962-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
2966- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
2970-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
2974URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
2978set to a non-zero number. After a backend service is identified and before forwarding the request …
2980 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
2981 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
2986 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
2996 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
3007URL to the BackendService resource. This URL is used if none of the pathRules or routeRules define…
3008URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or default…
3010set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
3012 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
3013- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
3014set to true, any accompanying query portion of the original URL is removed before redirecting the …
3017 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
3022 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
3032 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
3040-path-first basis. For example: a pathRule with a path /a/b/c/* will match before /a/b/* irrespect…
3041 …{ # A path-matching rule for a URL. If matched, will use the specified BackendService to handle th…
3045URL rewrites and header transformations, before forwarding the request to the selected backend. If…
3046-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
3047 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
3048 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
3051 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
3061 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
3064 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
3072 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
3079-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
3083-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
3084 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
3088-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
3092- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
3096-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
3100URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
3104set to a non-zero number. After a backend service is identified and before forwarding the request …
3106 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
3107 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
3112 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
3122 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
3133URL of the backend service resource to which traffic is directed if this rule is matched. If route…
3134 …directed to a URL specified by urlRedirect. If urlRedirect is specified, service or routeAction mu…
3136set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
3138 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
3139- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
3140set to true, any accompanying query portion of the original URL is removed before redirecting the …
3144 …ty, from the lowest to highest number. Within a given pathMatcher, you can set only one of pathRul…
3147 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
3152 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
3162 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
3169set to INTERNAL_SELF_MANAGED. See ForwardingRule for more details. Not supported when the URL map …
3172 …l&quot;: &quot;A String&quot;, # The fully qualified versioned proto3 type url of the protobuf tha…
3176set to INTERNAL_SELF_MANAGED. See ForwardingRule for more details. The only configTypeUrl supporte…
3179 …l&quot;: &quot;A String&quot;, # The fully qualified versioned proto3 type url of the protobuf tha…
3184 …{ # HttpRouteRuleMatch specifies a set of criteria for matching requests to an HttpRouteRule. All …
3185 … removing any query parameters and anchor that may be part of the original URL. fullPathMatch must…
3188 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
3189URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true, only …
3190 …quot;: True or False, # If set to false, the headerMatch is considered a match if the preceding ma…
3191 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
3192 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
3193-5, 0] - -3 will match. - 0 will not match. - 0.25 will not match. - -3someString will not match. …
3197set to PORT and a regular expression that satisfies the RFC2616 Host header&#x27;s port specifier.…
3198 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
3201 …false. ignoreCase must not be used with regexMatch. Not supported when the URL map is bound to a t…
3202set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node…
3203set of load balancing proxies. Proxies and sidecars involved in load balancing would typically pre…
3210 …ch. Supported values are: - MATCH_ANY: at least one of the filterLabels must have a matching label…
3214 …atch corresponding query parameters in the request. Not supported when the URL map is bound to a t…
3216 …atches the contents of exactMatch. Only one of presentMatch, exactMatch, or regexMatch must be set.
3218 … the parameter has a value or not. Only one of presentMatch, exactMatch, or regexMatch must be set.
3219 …entMatch, exactMatch, or regexMatch must be set. regexMatch only applies when the loadBalancingSch…
3222URL. For more information about regular expression syntax, see Syntax. Only one of prefixMatch, fu…
3225 … or more routeRules with the same priority. Priority for each rule must be set to a number from 0 …
3226URL rewrites and header transformations, before forwarding the request to the selected backend. If…
3227-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
3228 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
3229 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
3232 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
3242 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
3245 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
3253 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
3260-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
3264-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
3265 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
3269-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
3273- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
3277-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
3281URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
3285set to a non-zero number. After a backend service is identified and before forwarding the request …
3287 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
3288 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
3293 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
3303 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
3314URL of the backend service resource to which traffic is directed if this rule is matched. If route…
3315 …directed to a URL specified by urlRedirect. If urlRedirect is specified, service or routeAction mu…
3317set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
3319 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
3320- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
3321set to true, any accompanying query portion of the original URL is removed before redirecting the …
3327URL of the region where the regional URL map resides. This field is not applicable to global URL m…
3328 &quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
3329URL mapping tests. Request to update the UrlMap succeeds only if all test cases pass. You can spec…
3330 { # Message for the expected URL mappings.
3333URL evaluated by the load balancer containing the scheme, host, path and query parameters. For rul…
3334 … balancer&#x27;s redirect response. expectedRedirectResponseCode cannot be set when service is set.
3335 …&quot;expectedUrlRedirect&quot;: &quot;A String&quot;, # The expected URL that should be redirecte…
3342 …&quot;host&quot;: &quot;A String&quot;, # Host portion of the URL. If headers contains a host head…
3343 &quot;path&quot;: &quot;A String&quot;, # Path portion of the URL.
3344 …endBucket resource the given URL should be mapped to. The service field cannot be set if expectedR…
3352 1 - v1 error format
3353 2 - v2 error format
3358 …al or zonal. - For global operations, use the `globalOperations` resource. - For regional operatio…
3361 …ng&quot;, # [Output Only] A textual description of the operation, which is set when the operation …
3368 …&quot;message&quot;: &quot;A String&quot;, # [Output Only] An optional, human-readable error messa…
3377 &quot;metadata&quot;: { # [Output Only] Service-specific metadata attached to this operation.
3378 &quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
3384 …&quot;region&quot;: &quot;A String&quot;, # [Output Only] The URL of the region where the operatio…
3385 &quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
3386 …&quot;selfLinkWithId&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for this reso…
3391 …&quot;targetLink&quot;: &quot;A String&quot;, # [Output Only] The URL of the resource that the ope…
3396 …ta&quot;: [ { &quot;key&quot;: &quot;scope&quot;, &quot;value&quot;: &quot;zones/us-east1-d&quot; }
3402 …&quot;message&quot;: &quot;A String&quot;, # [Output Only] A human-readable description of the war…
3405 …A String&quot;, # [Output Only] The URL of the zone where the operation resides. Only applicable w…
3421URL Map resource. Compute Engine has two URL Map resources: * [Global](/compute/docs/reference/res…
3423URL rewrites and header transformations, before forwarding the request to the selected backend. If…
3424-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
3425 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
3426 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
3429 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
3439 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
3442 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
3450 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
3457-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
3461-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
3462 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
3466-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
3470- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
3474-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
3478URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
3482set to a non-zero number. After a backend service is identified and before forwarding the request …
3484 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
3485 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
3490 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
3500 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
3511URL of the defaultService resource to which traffic is directed if none of the hostRules match. If…
3512URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or default…
3514set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
3516 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
3517- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
3518set to true, any accompanying query portion of the original URL is removed before redirecting the …
3521 …n optimistic locking. This field is ignored when inserting a UrlMap. An up-to-date fingerprint mus…
3522 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
3527 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
3537 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
3544 &quot;hostRules&quot;: [ # The list of host rules to use against the URL.
3545 …{ # UrlMaps A host-matching rule for a URL. If matched, will use the named PathMatcher to select t…
3547-z0-9-.]*). In that case, * must be the first character and must be followed in the pattern by eit…
3550 …of the PathMatcher to use to match the path portion of the URL if the hostRule matches the URL&#x2…
3554 …ot;compute#urlMap&quot;, # [Output Only] Type of the resource. Always compute#urlMaps for url maps.
3555-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long …
3556 &quot;pathMatchers&quot;: [ # The list of named PathMatchers to use against the URL.
3557 …# A matcher for the path portion of the URL. The BackendService from the longest-matched rule will…
3558URL rewrites and header transformations, before forwarding the request to the selected backend. If…
3559-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
3560 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
3561 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
3564 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
3574 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
3577 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
3585 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
3592-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
3596-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
3597 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
3601-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
3605- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
3609-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
3613URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
3617set to a non-zero number. After a backend service is identified and before forwarding the request …
3619 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
3620 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
3625 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
3635 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
3646URL to the BackendService resource. This URL is used if none of the pathRules or routeRules define…
3647URL specified by defaultUrlRedirect. If defaultUrlRedirect is specified, defaultService or default…
3649set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
3651 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
3652- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
3653set to true, any accompanying query portion of the original URL is removed before redirecting the …
3656 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
3661 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
3671 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
3679-path-first basis. For example: a pathRule with a path /a/b/c/* will match before /a/b/* irrespect…
3680 …{ # A path-matching rule for a URL. If matched, will use the specified BackendService to handle th…
3684URL rewrites and header transformations, before forwarding the request to the selected backend. If…
3685-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
3686 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
3687 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
3690 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
3700 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
3703 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
3711 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
3718-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
3722-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
3723 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
3727-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
3731- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
3735-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
3739URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
3743set to a non-zero number. After a backend service is identified and before forwarding the request …
3745 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
3746 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
3751 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
3761 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
3772URL of the backend service resource to which traffic is directed if this rule is matched. If route…
3773 …directed to a URL specified by urlRedirect. If urlRedirect is specified, service or routeAction mu…
3775set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
3777 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
3778- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
3779set to true, any accompanying query portion of the original URL is removed before redirecting the …
3783 …ty, from the lowest to highest number. Within a given pathMatcher, you can set only one of pathRul…
3786 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
3791 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
3801 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
3808set to INTERNAL_SELF_MANAGED. See ForwardingRule for more details. Not supported when the URL map …
3811 …l&quot;: &quot;A String&quot;, # The fully qualified versioned proto3 type url of the protobuf tha…
3815set to INTERNAL_SELF_MANAGED. See ForwardingRule for more details. The only configTypeUrl supporte…
3818 …l&quot;: &quot;A String&quot;, # The fully qualified versioned proto3 type url of the protobuf tha…
3823 …{ # HttpRouteRuleMatch specifies a set of criteria for matching requests to an HttpRouteRule. All …
3824 … removing any query parameters and anchor that may be part of the original URL. fullPathMatch must…
3827 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
3828URL map is bound to a target gRPC proxy that has the validateForProxyless field set to true, only …
3829 …quot;: True or False, # If set to false, the headerMatch is considered a match if the preceding ma…
3830 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
3831 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
3832-5, 0] - -3 will match. - 0 will not match. - 0.25 will not match. - -3someString will not match. …
3836set to PORT and a regular expression that satisfies the RFC2616 Host header&#x27;s port specifier.…
3837 …ly one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or rangeMatch must be set.
3840 …false. ignoreCase must not be used with regexMatch. Not supported when the URL map is bound to a t…
3841set of xDS compliant clients. In their xDS requests to the load balancer, xDS clients present node…
3842set of load balancing proxies. Proxies and sidecars involved in load balancing would typically pre…
3849 …ch. Supported values are: - MATCH_ANY: at least one of the filterLabels must have a matching label…
3853 …atch corresponding query parameters in the request. Not supported when the URL map is bound to a t…
3855 …atches the contents of exactMatch. Only one of presentMatch, exactMatch, or regexMatch must be set.
3857 … the parameter has a value or not. Only one of presentMatch, exactMatch, or regexMatch must be set.
3858 …entMatch, exactMatch, or regexMatch must be set. regexMatch only applies when the loadBalancingSch…
3861URL. For more information about regular expression syntax, see Syntax. Only one of prefixMatch, fu…
3864 … or more routeRules with the same priority. Priority for each rule must be set to a number from 0 …
3865URL rewrites and header transformations, before forwarding the request to the selected backend. If…
3866-side cross-origin requests. For more information about the W3C recommendation for cross-origin re…
3867 …est can include user credentials. This field translates to the Access-Control-Allow-Credentials he…
3868 … &quot;allowHeaders&quot;: [ # Specifies the content for the Access-Control-Allow-Headers header.
3871 … &quot;allowMethods&quot;: [ # Specifies the content for the Access-Control-Allow-Methods header.
3881 … &quot;exposeHeaders&quot;: [ # Specifies the content for the Access-Control-Expose-Headers header.
3884 …light request can be cached in seconds. This field translates to the Access-Control-Max-Age header.
3892 …&quot;fixedDelay&quot;: { # A Duration represents a fixed-length span of time represented as a cou…
3899-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
3903-shadow. # Specifies the policy on how requests intended for the route&#x27;s backends are shadowe…
3904 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the BackendService …
3908-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
3912- 5xx: retry is attempted if the instance or endpoint responds with any 5xx response code, or if t…
3916-length span of time represented as a count of seconds and fractions of seconds at nanosecond reso…
3920URL of the request, before forwarding the request to the matched service. urlRewrite is the only a…
3924set to a non-zero number. After a backend service is identified and before forwarding the request …
3926 …&quot;backendService&quot;: &quot;A String&quot;, # The full or partial URL to the default Backend…
3927 …dBalancingScheme set to EXTERNAL. Not supported when the URL map is bound to a target gRPC proxy t…
3932 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
3942 …dy exist for the header. If true, headerValue is set for the header, discarding any values that we…
3953URL of the backend service resource to which traffic is directed if this rule is matched. If route…
3954 …directed to a URL specified by urlRedirect. If urlRedirect is specified, service or routeAction mu…
3956set to true, the URL scheme in the redirected request is set to HTTPS. If set to false, the URL sc…
3958 …pecified in the HttpRouteRuleMatch, retaining the remaining portion of the URL before redirecting …
3959- MOVED_PERMANENTLY_DEFAULT, which is the default value and corresponds to 301. - FOUND, which cor…
3960set to true, any accompanying query portion of the original URL is removed before redirecting the …
3966URL of the region where the regional URL map resides. This field is not applicable to global URL m…
3967 &quot;selfLink&quot;: &quot;A String&quot;, # [Output Only] Server-defined URL for the resource.
3968URL mapping tests. Request to update the UrlMap succeeds only if all test cases pass. You can spec…
3969 { # Message for the expected URL mappings.
3972URL evaluated by the load balancer containing the scheme, host, path and query parameters. For rul…
3973 … balancer&#x27;s redirect response. expectedRedirectResponseCode cannot be set when service is set.
3974 …&quot;expectedUrlRedirect&quot;: &quot;A String&quot;, # The expected URL that should be redirecte…
3981 …&quot;host&quot;: &quot;A String&quot;, # Host portion of the URL. If headers contains a host head…
3982 &quot;path&quot;: &quot;A String&quot;, # Path portion of the URL.
3983 …endBucket resource the given URL should be mapped to. The service field cannot be set if expectedR…
3991 1 - v1 error format
3992 2 - v2 error format
4005 …&quot;actualOutputUrl&quot;: &quot;A String&quot;, # The actual output URL evaluated by a load bal…
4008 …&quot;expectedOutputUrl&quot;: &quot;A String&quot;, # The expected output URL evaluated by a load…
4010 …tring&quot;, # Expected BackendService or BackendBucket resource the given URL should be mapped to.
4017 &quot;host&quot;: &quot;A String&quot;, # Host portion of the URL.
4018 … &quot;path&quot;: &quot;A String&quot;, # Path portion including query parameters in the URL.