接口 VirtualServiceOuterClass.HTTPFaultInjectionOrBuilder

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

public static interface VirtualServiceOuterClass.HTTPFaultInjectionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    Abort Http request attempts and return error codes back to downstream service, giving the impression that the upstream service is faulty.
    Abort Http request attempts and return error codes back to downstream service, giving the impression that the upstream service is faulty.
    Delay requests before forwarding, emulating various failures such as network issues, overloaded upstream service, etc.
    Delay requests before forwarding, emulating various failures such as network issues, overloaded upstream service, etc.
    boolean
    Abort Http request attempts and return error codes back to downstream service, giving the impression that the upstream service is faulty.
    boolean
    Delay requests before forwarding, emulating various failures such as network issues, overloaded upstream service, etc.

    从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    从接口继承的方法 com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 方法详细资料

    • hasDelay

      boolean hasDelay()
       Delay requests before forwarding, emulating various failures such as
       network issues, overloaded upstream service, etc.
       
      .istio.networking.v1alpha3.HTTPFaultInjection.Delay delay = 1;
      返回:
      Whether the delay field is set.
    • getDelay

       Delay requests before forwarding, emulating various failures such as
       network issues, overloaded upstream service, etc.
       
      .istio.networking.v1alpha3.HTTPFaultInjection.Delay delay = 1;
      返回:
      The delay.
    • getDelayOrBuilder

       Delay requests before forwarding, emulating various failures such as
       network issues, overloaded upstream service, etc.
       
      .istio.networking.v1alpha3.HTTPFaultInjection.Delay delay = 1;
    • hasAbort

      boolean hasAbort()
       Abort Http request attempts and return error codes back to downstream
       service, giving the impression that the upstream service is faulty.
       
      .istio.networking.v1alpha3.HTTPFaultInjection.Abort abort = 2;
      返回:
      Whether the abort field is set.
    • getAbort

       Abort Http request attempts and return error codes back to downstream
       service, giving the impression that the upstream service is faulty.
       
      .istio.networking.v1alpha3.HTTPFaultInjection.Abort abort = 2;
      返回:
      The abort.
    • getAbortOrBuilder

       Abort Http request attempts and return error codes back to downstream
       service, giving the impression that the upstream service is faulty.
       
      .istio.networking.v1alpha3.HTTPFaultInjection.Abort abort = 2;