public interface ClientStatusResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ClientConfig |
getConfig(int index)
Client configs for the clients specified in the ClientStatusRequest.
|
int |
getConfigCount()
Client configs for the clients specified in the ClientStatusRequest.
|
List<ClientConfig> |
getConfigList()
Client configs for the clients specified in the ClientStatusRequest.
|
ClientConfigOrBuilder |
getConfigOrBuilder(int index)
Client configs for the clients specified in the ClientStatusRequest.
|
List<? extends ClientConfigOrBuilder> |
getConfigOrBuilderList()
Client configs for the clients specified in the ClientStatusRequest.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<ClientConfig> getConfigList()
Client configs for the clients specified in the ClientStatusRequest.
repeated .envoy.service.status.v4alpha.ClientConfig config = 1;ClientConfig getConfig(int index)
Client configs for the clients specified in the ClientStatusRequest.
repeated .envoy.service.status.v4alpha.ClientConfig config = 1;int getConfigCount()
Client configs for the clients specified in the ClientStatusRequest.
repeated .envoy.service.status.v4alpha.ClientConfig config = 1;List<? extends ClientConfigOrBuilder> getConfigOrBuilderList()
Client configs for the clients specified in the ClientStatusRequest.
repeated .envoy.service.status.v4alpha.ClientConfig config = 1;ClientConfigOrBuilder getConfigOrBuilder(int index)
Client configs for the clients specified in the ClientStatusRequest.
repeated .envoy.service.status.v4alpha.ClientConfig config = 1;Copyright © 2018–2021 The Envoy Project. All rights reserved.