接口 EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.RouteMatchOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      EnvoyFilterOuterClass.EnvoyFilter.RouteConfigurationMatch.RouteMatch.Action getAction()
      Match a route with specific action type.
      int getActionValue()
      Match a route with specific action type.
      java.lang.String getName()
      The Route objects generated by default are named as default.
      com.google.protobuf.ByteString getNameBytes()
      The Route objects generated by default are named as default.
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

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

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

      • getName

        java.lang.String getName()
         The Route objects generated by default are named as
         default.  Route objects generated using a virtual service
         will carry the name used in the virtual service's HTTP
         routes.
         
        string name = 1;
        返回:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         The Route objects generated by default are named as
         default.  Route objects generated using a virtual service
         will carry the name used in the virtual service's HTTP
         routes.
         
        string name = 1;
        返回:
        The bytes for name.
      • getActionValue

        int getActionValue()
         Match a route with specific action type.
         
        .istio.networking.v1alpha3.EnvoyFilter.RouteConfigurationMatch.RouteMatch.Action action = 2;
        返回:
        The enum numeric value on the wire for action.