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

io.envoyproxy.envoy.service.load_stats.v3.LoadStatsRequestOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/service/load_stats/v3/lrs.proto

package io.envoyproxy.envoy.service.load_stats.v3;

public interface LoadStatsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.service.load_stats.v3.LoadStatsRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Node identifier for Envoy instance.
   * 
* * .envoy.config.core.v3.Node node = 1; * @return Whether the node field is set. */ boolean hasNode(); /** *
   * Node identifier for Envoy instance.
   * 
* * .envoy.config.core.v3.Node node = 1; * @return The node. */ io.envoyproxy.envoy.config.core.v3.Node getNode(); /** *
   * Node identifier for Envoy instance.
   * 
* * .envoy.config.core.v3.Node node = 1; */ io.envoyproxy.envoy.config.core.v3.NodeOrBuilder getNodeOrBuilder(); /** *
   * A list of load stats to report.
   * 
* * repeated .envoy.config.endpoint.v3.ClusterStats cluster_stats = 2; */ java.util.List getClusterStatsList(); /** *
   * A list of load stats to report.
   * 
* * repeated .envoy.config.endpoint.v3.ClusterStats cluster_stats = 2; */ io.envoyproxy.envoy.config.endpoint.v3.ClusterStats getClusterStats(int index); /** *
   * A list of load stats to report.
   * 
* * repeated .envoy.config.endpoint.v3.ClusterStats cluster_stats = 2; */ int getClusterStatsCount(); /** *
   * A list of load stats to report.
   * 
* * repeated .envoy.config.endpoint.v3.ClusterStats cluster_stats = 2; */ java.util.List getClusterStatsOrBuilderList(); /** *
   * A list of load stats to report.
   * 
* * repeated .envoy.config.endpoint.v3.ClusterStats cluster_stats = 2; */ io.envoyproxy.envoy.config.endpoint.v3.ClusterStatsOrBuilder getClusterStatsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy