io.envoyproxy.envoy.service.status.v3.ClientStatusResponseOrBuilder 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 ClientStatusResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.service.status.v3.ClientStatusResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* Client configs for the clients specified in the ClientStatusRequest.
*
*
* repeated .envoy.service.status.v3.ClientConfig config = 1;
*/
java.util.List
getConfigList();
/**
*
* Client configs for the clients specified in the ClientStatusRequest.
*
*
* repeated .envoy.service.status.v3.ClientConfig config = 1;
*/
io.envoyproxy.envoy.service.status.v3.ClientConfig getConfig(int index);
/**
*
* Client configs for the clients specified in the ClientStatusRequest.
*
*
* repeated .envoy.service.status.v3.ClientConfig config = 1;
*/
int getConfigCount();
/**
*
* Client configs for the clients specified in the ClientStatusRequest.
*
*
* repeated .envoy.service.status.v3.ClientConfig config = 1;
*/
java.util.List extends io.envoyproxy.envoy.service.status.v3.ClientConfigOrBuilder>
getConfigOrBuilderList();
/**
*
* Client configs for the clients specified in the ClientStatusRequest.
*
*
* repeated .envoy.service.status.v3.ClientConfig config = 1;
*/
io.envoyproxy.envoy.service.status.v3.ClientConfigOrBuilder getConfigOrBuilder(
int index);
}