接口 VirtualServiceOuterClass.HeadersOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface VirtualServiceOuterClass.HeadersOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 VirtualServiceOuterClass.Headers.HeaderOperationsgetRequest()Header manipulation rules to apply before forwarding a request to the destination serviceVirtualServiceOuterClass.Headers.HeaderOperationsOrBuildergetRequestOrBuilder()Header manipulation rules to apply before forwarding a request to the destination serviceVirtualServiceOuterClass.Headers.HeaderOperationsgetResponse()Header manipulation rules to apply before returning a response to the callerVirtualServiceOuterClass.Headers.HeaderOperationsOrBuildergetResponseOrBuilder()Header manipulation rules to apply before returning a response to the callerbooleanhasRequest()Header manipulation rules to apply before forwarding a request to the destination servicebooleanhasResponse()Header manipulation rules to apply before returning a response to the caller
-
-
-
方法详细资料
-
hasRequest
boolean hasRequest()
Header manipulation rules to apply before forwarding a request to the destination service
.istio.networking.v1alpha3.Headers.HeaderOperations request = 1;- 返回:
- Whether the request field is set.
-
getRequest
VirtualServiceOuterClass.Headers.HeaderOperations getRequest()
Header manipulation rules to apply before forwarding a request to the destination service
.istio.networking.v1alpha3.Headers.HeaderOperations request = 1;- 返回:
- The request.
-
getRequestOrBuilder
VirtualServiceOuterClass.Headers.HeaderOperationsOrBuilder getRequestOrBuilder()
Header manipulation rules to apply before forwarding a request to the destination service
.istio.networking.v1alpha3.Headers.HeaderOperations request = 1;
-
hasResponse
boolean hasResponse()
Header manipulation rules to apply before returning a response to the caller
.istio.networking.v1alpha3.Headers.HeaderOperations response = 2;- 返回:
- Whether the response field is set.
-
getResponse
VirtualServiceOuterClass.Headers.HeaderOperations getResponse()
Header manipulation rules to apply before returning a response to the caller
.istio.networking.v1alpha3.Headers.HeaderOperations response = 2;- 返回:
- The response.
-
getResponseOrBuilder
VirtualServiceOuterClass.Headers.HeaderOperationsOrBuilder getResponseOrBuilder()
Header manipulation rules to apply before returning a response to the caller
.istio.networking.v1alpha3.Headers.HeaderOperations response = 2;
-
-