public static interface VirtualServiceOuterClass.HeadersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
VirtualServiceOuterClass.Headers.HeaderOperations |
getRequest()
Header manipulation rules to apply before forwarding a request
to the destination service
.istio.networking.v1alpha3.Headers.HeaderOperations request = 1; |
VirtualServiceOuterClass.Headers.HeaderOperationsOrBuilder |
getRequestOrBuilder()
Header manipulation rules to apply before forwarding a request
to the destination service
.istio.networking.v1alpha3.Headers.HeaderOperations request = 1; |
VirtualServiceOuterClass.Headers.HeaderOperations |
getResponse()
Header manipulation rules to apply before returning a response
to the caller
.istio.networking.v1alpha3.Headers.HeaderOperations response = 2; |
VirtualServiceOuterClass.Headers.HeaderOperationsOrBuilder |
getResponseOrBuilder()
Header manipulation rules to apply before returning a response
to the caller
.istio.networking.v1alpha3.Headers.HeaderOperations response = 2; |
boolean |
hasRequest()
Header manipulation rules to apply before forwarding a request
to the destination service
.istio.networking.v1alpha3.Headers.HeaderOperations request = 1; |
boolean |
hasResponse()
Header manipulation rules to apply before returning a response
to the caller
.istio.networking.v1alpha3.Headers.HeaderOperations response = 2; |
boolean hasRequest()
Header manipulation rules to apply before forwarding a request to the destination service
.istio.networking.v1alpha3.Headers.HeaderOperations request = 1;VirtualServiceOuterClass.Headers.HeaderOperations getRequest()
Header manipulation rules to apply before forwarding a request to the destination service
.istio.networking.v1alpha3.Headers.HeaderOperations request = 1;VirtualServiceOuterClass.Headers.HeaderOperationsOrBuilder getRequestOrBuilder()
Header manipulation rules to apply before forwarding a request to the destination service
.istio.networking.v1alpha3.Headers.HeaderOperations request = 1;boolean hasResponse()
Header manipulation rules to apply before returning a response to the caller
.istio.networking.v1alpha3.Headers.HeaderOperations response = 2;VirtualServiceOuterClass.Headers.HeaderOperations getResponse()
Header manipulation rules to apply before returning a response to the caller
.istio.networking.v1alpha3.Headers.HeaderOperations response = 2;VirtualServiceOuterClass.Headers.HeaderOperationsOrBuilder getResponseOrBuilder()
Header manipulation rules to apply before returning a response to the caller
.istio.networking.v1alpha3.Headers.HeaderOperations response = 2;Copyright © 2018–2023 Alibaba Group. All rights reserved.