Interface ListClientsResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ListClientsResponse, ListClientsResponse.Builder

    public interface ListClientsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ClientInfo getClients​(int index)
      repeated .yamcs.protobuf.clients.ClientInfo clients = 1;
      int getClientsCount()
      repeated .yamcs.protobuf.clients.ClientInfo clients = 1;
      List<ClientInfo> getClientsList()
      repeated .yamcs.protobuf.clients.ClientInfo clients = 1;
      ClientInfoOrBuilder getClientsOrBuilder​(int index)
      repeated .yamcs.protobuf.clients.ClientInfo clients = 1;
      List<? extends ClientInfoOrBuilder> getClientsOrBuilderList()
      repeated .yamcs.protobuf.clients.ClientInfo clients = 1;
      • 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

      • getClientsList

        List<ClientInfo> getClientsList()
        repeated .yamcs.protobuf.clients.ClientInfo clients = 1;
      • getClients

        ClientInfo getClients​(int index)
        repeated .yamcs.protobuf.clients.ClientInfo clients = 1;
      • getClientsCount

        int getClientsCount()
        repeated .yamcs.protobuf.clients.ClientInfo clients = 1;
      • getClientsOrBuilderList

        List<? extends ClientInfoOrBuilder> getClientsOrBuilderList()
        repeated .yamcs.protobuf.clients.ClientInfo clients = 1;
      • getClientsOrBuilder

        ClientInfoOrBuilder getClientsOrBuilder​(int index)
        repeated .yamcs.protobuf.clients.ClientInfo clients = 1;