io.envoyproxy.envoy.service.status.v3.ClientStatusRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/service/status/v3/csds.proto
package io.envoyproxy.envoy.service.status.v3;
public interface ClientStatusRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.status.v3.ClientStatusRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Management server can use these match criteria to identify clients.
* The match follows OR semantics.
*
*
* repeated .envoy.type.matcher.v3.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.v3.NodeMatcher node_matchers = 1;
*/
io.envoyproxy.envoy.type.matcher.v3.NodeMatcher getNodeMatchers(int index);
/**
*
* Management server can use these match criteria to identify clients.
* The match follows OR semantics.
*
*
* repeated .envoy.type.matcher.v3.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.v3.NodeMatcher node_matchers = 1;
*/
java.util.List extends io.envoyproxy.envoy.type.matcher.v3.NodeMatcherOrBuilder>
getNodeMatchersOrBuilderList();
/**
*
* Management server can use these match criteria to identify clients.
* The match follows OR semantics.
*
*
* repeated .envoy.type.matcher.v3.NodeMatcher node_matchers = 1;
*/
io.envoyproxy.envoy.type.matcher.v3.NodeMatcherOrBuilder getNodeMatchersOrBuilder(
int index);
/**
*
* The node making the csds request.
*
*
* .envoy.config.core.v3.Node node = 2;
* @return Whether the node field is set.
*/
boolean hasNode();
/**
*
* The node making the csds request.
*
*
* .envoy.config.core.v3.Node node = 2;
* @return The node.
*/
io.envoyproxy.envoy.config.core.v3.Node getNode();
/**
*
* The node making the csds request.
*
*
* .envoy.config.core.v3.Node node = 2;
*/
io.envoyproxy.envoy.config.core.v3.NodeOrBuilder getNodeOrBuilder();
/**
*
* If true, the server will not include the resource contents in the response
* (i.e., the generic_xds_configs.xds_config field will not be populated).
* [#not-implemented-hide:]
*
*
* bool exclude_resource_contents = 3;
* @return The excludeResourceContents.
*/
boolean getExcludeResourceContents();
}