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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      java.util.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.
      java.util.List<? extends ClientConfigOrBuilder> getConfigOrBuilderList()
      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 Detail

      • getConfigList

        java.util.List<ClientConfig> getConfigList()
         Client configs for the clients specified in the ClientStatusRequest.
         
        repeated .envoy.service.status.v3.ClientConfig config = 1;
      • getConfig

        ClientConfig getConfig​(int index)
         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

        java.util.List<? extends ClientConfigOrBuilder> getConfigOrBuilderList()
         Client configs for the clients specified in the ClientStatusRequest.
         
        repeated .envoy.service.status.v3.ClientConfig config = 1;
      • getConfigOrBuilder

        ClientConfigOrBuilder getConfigOrBuilder​(int index)
         Client configs for the clients specified in the ClientStatusRequest.
         
        repeated .envoy.service.status.v3.ClientConfig config = 1;