Package org.yamcs.protobuf
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 ClientInfogetClients(int index)repeated .yamcs.protobuf.clients.ClientInfo clients = 1;intgetClientsCount()repeated .yamcs.protobuf.clients.ClientInfo clients = 1;List<ClientInfo>getClientsList()repeated .yamcs.protobuf.clients.ClientInfo clients = 1;ClientInfoOrBuildergetClientsOrBuilder(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.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;
-
-