Interface ClientStatusRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ClientStatusRequest, ClientStatusRequest.Builder

    public interface ClientStatusRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      NodeMatcher getNodeMatchers​(int index)
      Management server can use these match criteria to identify clients.
      int getNodeMatchersCount()
      Management server can use these match criteria to identify clients.
      List<NodeMatcher> getNodeMatchersList()
      Management server can use these match criteria to identify clients.
      NodeMatcherOrBuilder getNodeMatchersOrBuilder​(int index)
      Management server can use these match criteria to identify clients.
      List<? extends NodeMatcherOrBuilder> getNodeMatchersOrBuilderList()
      Management server can use these match criteria to identify clients.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getNodeMatchersList

        List<NodeMatcher> getNodeMatchersList()
         Management server can use these match criteria to identify clients.
         The match follows OR semantics.
         
        repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;
      • getNodeMatchers

        NodeMatcher getNodeMatchers​(int index)
         Management server can use these match criteria to identify clients.
         The match follows OR semantics.
         
        repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;
      • getNodeMatchersCount

        int getNodeMatchersCount()
         Management server can use these match criteria to identify clients.
         The match follows OR semantics.
         
        repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;
      • getNodeMatchersOrBuilderList

        List<? extends NodeMatcherOrBuilder> getNodeMatchersOrBuilderList()
         Management server can use these match criteria to identify clients.
         The match follows OR semantics.
         
        repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;
      • getNodeMatchersOrBuilder

        NodeMatcherOrBuilder getNodeMatchersOrBuilder​(int index)
         Management server can use these match criteria to identify clients.
         The match follows OR semantics.
         
        repeated .envoy.type.matcher.NodeMatcher node_matchers = 1;