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

io.envoyproxy.envoy.service.load_stats.v2.LoadStatsRequestOrBuilder 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/load_stats/v2/lrs.proto

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

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

  /**
   * 
   * Node identifier for Envoy instance.
   * 
* * .envoy.api.v2.core.Node node = 1; */ boolean hasNode(); /** *
   * Node identifier for Envoy instance.
   * 
* * .envoy.api.v2.core.Node node = 1; */ io.envoyproxy.envoy.api.v2.core.Node getNode(); /** *
   * Node identifier for Envoy instance.
   * 
* * .envoy.api.v2.core.Node node = 1; */ io.envoyproxy.envoy.api.v2.core.NodeOrBuilder getNodeOrBuilder(); /** *
   * A list of load stats to report.
   * 
* * repeated .envoy.api.v2.endpoint.ClusterStats cluster_stats = 2; */ java.util.List getClusterStatsList(); /** *
   * A list of load stats to report.
   * 
* * repeated .envoy.api.v2.endpoint.ClusterStats cluster_stats = 2; */ io.envoyproxy.envoy.api.v2.endpoint.ClusterStats getClusterStats(int index); /** *
   * A list of load stats to report.
   * 
* * repeated .envoy.api.v2.endpoint.ClusterStats cluster_stats = 2; */ int getClusterStatsCount(); /** *
   * A list of load stats to report.
   * 
* * repeated .envoy.api.v2.endpoint.ClusterStats cluster_stats = 2; */ java.util.List getClusterStatsOrBuilderList(); /** *
   * A list of load stats to report.
   * 
* * repeated .envoy.api.v2.endpoint.ClusterStats cluster_stats = 2; */ io.envoyproxy.envoy.api.v2.endpoint.ClusterStatsOrBuilder getClusterStatsOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy