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

    Modifier and Type
    Method
    Description
    getNodeMatchers(int index)
    Management server can use these match criteria to identify clients.
    int
    Management server can use these match criteria to identify clients.
    Management server can use these match criteria to identify clients.
    Management server can use these match criteria to identify clients.
    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 Details

    • 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;