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

io.envoyproxy.envoy.service.status.v3.ClientConfigOrBuilder 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/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 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 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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy