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

io.envoyproxy.envoy.service.status.v2.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/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 getXdsConfigOrBuilderList(); /** * repeated .envoy.service.status.v2.PerXdsConfig xds_config = 2; */ io.envoyproxy.envoy.service.status.v2.PerXdsConfigOrBuilder getXdsConfigOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy