Interface ListClientConnectionsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getConnections(int index)
    repeated .yamcs.protobuf.web.ClientConnectionInfo connections = 1;
    int
    repeated .yamcs.protobuf.web.ClientConnectionInfo connections = 1;
    repeated .yamcs.protobuf.web.ClientConnectionInfo connections = 1;
    repeated .yamcs.protobuf.web.ClientConnectionInfo connections = 1;
    repeated .yamcs.protobuf.web.ClientConnectionInfo connections = 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 Details

    • getConnectionsList

      List<ClientConnectionInfo> getConnectionsList()
      repeated .yamcs.protobuf.web.ClientConnectionInfo connections = 1;
    • getConnections

      ClientConnectionInfo getConnections(int index)
      repeated .yamcs.protobuf.web.ClientConnectionInfo connections = 1;
    • getConnectionsCount

      int getConnectionsCount()
      repeated .yamcs.protobuf.web.ClientConnectionInfo connections = 1;
    • getConnectionsOrBuilderList

      List<? extends ClientConnectionInfoOrBuilder> getConnectionsOrBuilderList()
      repeated .yamcs.protobuf.web.ClientConnectionInfo connections = 1;
    • getConnectionsOrBuilder

      ClientConnectionInfoOrBuilder getConnectionsOrBuilder(int index)
      repeated .yamcs.protobuf.web.ClientConnectionInfo connections = 1;