All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.envoyproxy.envoy.service.status.v2.ClientStatusRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/service/status/v2/csds.proto

package io.envoyproxy.envoy.service.status.v2;

public interface ClientStatusRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.service.status.v2.ClientStatusRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Management server can use these match criteria to identify clients.
   * The match follows OR semantics.
   * 
* * repeated .envoy.type.matcher.NodeMatcher node_matchers = 1; */ java.util.List getNodeMatchersList(); /** *
   * Management server can use these match criteria to identify clients.
   * The match follows OR semantics.
   * 
* * repeated .envoy.type.matcher.NodeMatcher node_matchers = 1; */ io.envoyproxy.envoy.type.matcher.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; */ 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; */ java.util.List getNodeMatchersOrBuilderList(); /** *
   * Management server can use these match criteria to identify clients.
   * The match follows OR semantics.
   * 
* * repeated .envoy.type.matcher.NodeMatcher node_matchers = 1; */ io.envoyproxy.envoy.type.matcher.NodeMatcherOrBuilder getNodeMatchersOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy