接口 VirtualServiceOuterClass.HeadersOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public static interface VirtualServiceOuterClass.HeadersOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明Header manipulation rules to apply before forwarding a request to the destination serviceHeader manipulation rules to apply before forwarding a request to the destination serviceHeader manipulation rules to apply before returning a response to the callerHeader manipulation rules to apply before returning a response to the callerbooleanHeader manipulation rules to apply before forwarding a request to the destination servicebooleanHeader manipulation rules to apply before returning a response to the caller从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
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;
-