Interface ClientStatusResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClientStatusResponse
,ClientStatusResponse.Builder
public interface ClientStatusResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetConfig
(int index) Client configs for the clients specified in the ClientStatusRequest.int
Client configs for the clients specified in the ClientStatusRequest.Client configs for the clients specified in the ClientStatusRequest.getConfigOrBuilder
(int index) Client configs for the clients specified in the ClientStatusRequest.List
<? extends ClientConfigOrBuilder> Client configs for the clients specified in the ClientStatusRequest.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getConfigList
List<ClientConfig> getConfigList()Client configs for the clients specified in the ClientStatusRequest.
repeated .envoy.service.status.v3.ClientConfig config = 1;
-
getConfig
Client configs for the clients specified in the ClientStatusRequest.
repeated .envoy.service.status.v3.ClientConfig config = 1;
-
getConfigCount
int getConfigCount()Client configs for the clients specified in the ClientStatusRequest.
repeated .envoy.service.status.v3.ClientConfig config = 1;
-
getConfigOrBuilderList
List<? extends ClientConfigOrBuilder> getConfigOrBuilderList()Client configs for the clients specified in the ClientStatusRequest.
repeated .envoy.service.status.v3.ClientConfig config = 1;
-
getConfigOrBuilder
Client configs for the clients specified in the ClientStatusRequest.
repeated .envoy.service.status.v3.ClientConfig config = 1;
-