io.envoyproxy.envoy.service.status.v2.ClientConfigOrBuilder Maven / Gradle / Ivy
// 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 ClientConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.status.v2.ClientConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
* Node for a particular client.
*
*
* .envoy.api.v2.core.Node node = 1;
* @return Whether the node field is set.
*/
boolean hasNode();
/**
*
* Node for a particular client.
*
*
* .envoy.api.v2.core.Node node = 1;
* @return The node.
*/
io.envoyproxy.envoy.api.v2.core.Node getNode();
/**
*
* Node for a particular client.
*
*
* .envoy.api.v2.core.Node node = 1;
*/
io.envoyproxy.envoy.api.v2.core.NodeOrBuilder getNodeOrBuilder();
/**
* repeated .envoy.service.status.v2.PerXdsConfig xds_config = 2;
*/
java.util.List
getXdsConfigList();
/**
* repeated .envoy.service.status.v2.PerXdsConfig xds_config = 2;
*/
io.envoyproxy.envoy.service.status.v2.PerXdsConfig getXdsConfig(int index);
/**
* repeated .envoy.service.status.v2.PerXdsConfig xds_config = 2;
*/
int getXdsConfigCount();
/**
* repeated .envoy.service.status.v2.PerXdsConfig xds_config = 2;
*/
java.util.List extends io.envoyproxy.envoy.service.status.v2.PerXdsConfigOrBuilder>
getXdsConfigOrBuilderList();
/**
* repeated .envoy.service.status.v2.PerXdsConfig xds_config = 2;
*/
io.envoyproxy.envoy.service.status.v2.PerXdsConfigOrBuilder getXdsConfigOrBuilder(
int index);
}