io.envoyproxy.envoy.service.status.v3.ClientConfigOrBuilder 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 ClientConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.status.v3.ClientConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
* Node for a particular client.
*
*
* .envoy.config.core.v3.Node node = 1;
* @return Whether the node field is set.
*/
boolean hasNode();
/**
*
* Node for a particular client.
*
*
* .envoy.config.core.v3.Node node = 1;
* @return The node.
*/
io.envoyproxy.envoy.config.core.v3.Node getNode();
/**
*
* Node for a particular client.
*
*
* .envoy.config.core.v3.Node node = 1;
*/
io.envoyproxy.envoy.config.core.v3.NodeOrBuilder getNodeOrBuilder();
/**
*
* This field is deprecated in favor of generic_xds_configs which is
* much simpler and uniform in structure.
*
*
* repeated .envoy.service.status.v3.PerXdsConfig xds_config = 2 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
*/
@java.lang.Deprecated java.util.List
getXdsConfigList();
/**
*
* This field is deprecated in favor of generic_xds_configs which is
* much simpler and uniform in structure.
*
*
* repeated .envoy.service.status.v3.PerXdsConfig xds_config = 2 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
*/
@java.lang.Deprecated io.envoyproxy.envoy.service.status.v3.PerXdsConfig getXdsConfig(int index);
/**
*
* This field is deprecated in favor of generic_xds_configs which is
* much simpler and uniform in structure.
*
*
* repeated .envoy.service.status.v3.PerXdsConfig xds_config = 2 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
*/
@java.lang.Deprecated int getXdsConfigCount();
/**
*
* This field is deprecated in favor of generic_xds_configs which is
* much simpler and uniform in structure.
*
*
* repeated .envoy.service.status.v3.PerXdsConfig xds_config = 2 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
*/
@java.lang.Deprecated java.util.List extends io.envoyproxy.envoy.service.status.v3.PerXdsConfigOrBuilder>
getXdsConfigOrBuilderList();
/**
*
* This field is deprecated in favor of generic_xds_configs which is
* much simpler and uniform in structure.
*
*
* repeated .envoy.service.status.v3.PerXdsConfig xds_config = 2 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"];
*/
@java.lang.Deprecated io.envoyproxy.envoy.service.status.v3.PerXdsConfigOrBuilder getXdsConfigOrBuilder(
int index);
/**
*
* Represents generic xDS config and the exact config structure depends on
* the type URL (like Cluster if it is CDS)
*
*
* repeated .envoy.service.status.v3.ClientConfig.GenericXdsConfig generic_xds_configs = 3;
*/
java.util.List
getGenericXdsConfigsList();
/**
*
* Represents generic xDS config and the exact config structure depends on
* the type URL (like Cluster if it is CDS)
*
*
* repeated .envoy.service.status.v3.ClientConfig.GenericXdsConfig generic_xds_configs = 3;
*/
io.envoyproxy.envoy.service.status.v3.ClientConfig.GenericXdsConfig getGenericXdsConfigs(int index);
/**
*
* Represents generic xDS config and the exact config structure depends on
* the type URL (like Cluster if it is CDS)
*
*
* repeated .envoy.service.status.v3.ClientConfig.GenericXdsConfig generic_xds_configs = 3;
*/
int getGenericXdsConfigsCount();
/**
*
* Represents generic xDS config and the exact config structure depends on
* the type URL (like Cluster if it is CDS)
*
*
* repeated .envoy.service.status.v3.ClientConfig.GenericXdsConfig generic_xds_configs = 3;
*/
java.util.List extends io.envoyproxy.envoy.service.status.v3.ClientConfig.GenericXdsConfigOrBuilder>
getGenericXdsConfigsOrBuilderList();
/**
*
* Represents generic xDS config and the exact config structure depends on
* the type URL (like Cluster if it is CDS)
*
*
* repeated .envoy.service.status.v3.ClientConfig.GenericXdsConfig generic_xds_configs = 3;
*/
io.envoyproxy.envoy.service.status.v3.ClientConfig.GenericXdsConfigOrBuilder getGenericXdsConfigsOrBuilder(
int index);
}