接口 VirtualServiceOuterClass.HeadersOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
VirtualServiceOuterClass.Headers, VirtualServiceOuterClass.Headers.Builder
封闭类:
VirtualServiceOuterClass

public static interface VirtualServiceOuterClass.HeadersOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法详细资料

    • 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

       Header manipulation rules to apply before forwarding a request
       to the destination service
       
      .istio.networking.v1alpha3.Headers.HeaderOperations request = 1;
      返回:
      The request.
    • 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

       Header manipulation rules to apply before returning a response
       to the caller
       
      .istio.networking.v1alpha3.Headers.HeaderOperations response = 2;
      返回:
      The response.
    • getResponseOrBuilder

       Header manipulation rules to apply before returning a response
       to the caller
       
      .istio.networking.v1alpha3.Headers.HeaderOperations response = 2;