Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
CustomErrorResponsePolicy |
CustomErrorResponsePolicy.clone() |
CustomErrorResponsePolicy |
PathRule.getCustomErrorResponsePolicy()
customErrorResponsePolicy specifies how the Load Balancer returns error responses when
BackendServiceor BackendBucket responds with an error.
|
CustomErrorResponsePolicy |
HttpRouteRule.getCustomErrorResponsePolicy()
customErrorResponsePolicy specifies how the Load Balancer returns error responses when
BackendServiceor BackendBucket responds with an error.
|
CustomErrorResponsePolicy |
PathMatcher.getDefaultCustomErrorResponsePolicy()
defaultCustomErrorResponsePolicy specifies how the Load Balancer returns error responses when
BackendServiceor BackendBucket responds with an error.
|
CustomErrorResponsePolicy |
UrlMap.getDefaultCustomErrorResponsePolicy()
defaultCustomErrorResponsePolicy specifies how the Load Balancer returns error responses when
BackendServiceor BackendBucket responds with an error.
|
CustomErrorResponsePolicy |
CustomErrorResponsePolicy.set(String fieldName,
Object value) |
CustomErrorResponsePolicy |
CustomErrorResponsePolicy.setErrorResponseRules(List<CustomErrorResponsePolicyCustomErrorResponseRule> errorResponseRules)
Specifies rules for returning error responses.
|
CustomErrorResponsePolicy |
CustomErrorResponsePolicy.setErrorService(String errorService)
The full or partial URL to the BackendBucket resource that contains the custom error content.
|
Modifier and Type | Method and Description |
---|---|
PathRule |
PathRule.setCustomErrorResponsePolicy(CustomErrorResponsePolicy customErrorResponsePolicy)
customErrorResponsePolicy specifies how the Load Balancer returns error responses when
BackendServiceor BackendBucket responds with an error.
|
HttpRouteRule |
HttpRouteRule.setCustomErrorResponsePolicy(CustomErrorResponsePolicy customErrorResponsePolicy)
customErrorResponsePolicy specifies how the Load Balancer returns error responses when
BackendServiceor BackendBucket responds with an error.
|
PathMatcher |
PathMatcher.setDefaultCustomErrorResponsePolicy(CustomErrorResponsePolicy defaultCustomErrorResponsePolicy)
defaultCustomErrorResponsePolicy specifies how the Load Balancer returns error responses when
BackendServiceor BackendBucket responds with an error.
|
UrlMap |
UrlMap.setDefaultCustomErrorResponsePolicy(CustomErrorResponsePolicy defaultCustomErrorResponsePolicy)
defaultCustomErrorResponsePolicy specifies how the Load Balancer returns error responses when
BackendServiceor BackendBucket responds with an error.
|
Copyright © 2011–2024 Google. All rights reserved.