Uses of Class
org.yamcs.protobuf.ClientInfo
-
Packages that use ClientInfo Package Description org.yamcs.protobuf -
-
Uses of ClientInfo in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type ClientInfo Modifier and Type Field Description static com.google.protobuf.Parser<ClientInfo>ClientInfo. PARSERDeprecated.Methods in org.yamcs.protobuf that return ClientInfo Modifier and Type Method Description ClientInfoClientInfo.Builder. build()ClientInfoClientInfo.Builder. buildPartial()ClientInfoListClientsResponse.Builder. getClients(int index)repeated .yamcs.protobuf.clients.ClientInfo clients = 1;ClientInfoListClientsResponse. getClients(int index)repeated .yamcs.protobuf.clients.ClientInfo clients = 1;ClientInfoListClientsResponseOrBuilder. getClients(int index)repeated .yamcs.protobuf.clients.ClientInfo clients = 1;static ClientInfoClientInfo. getDefaultInstance()ClientInfoClientInfo.Builder. getDefaultInstanceForType()ClientInfoClientInfo. getDefaultInstanceForType()static ClientInfoClientInfo. parseDelimitedFrom(InputStream input)static ClientInfoClientInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientInfoClientInfo. parseFrom(byte[] data)static ClientInfoClientInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientInfoClientInfo. parseFrom(com.google.protobuf.ByteString data)static ClientInfoClientInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientInfoClientInfo. parseFrom(com.google.protobuf.CodedInputStream input)static ClientInfoClientInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientInfoClientInfo. parseFrom(InputStream input)static ClientInfoClientInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ClientInfoClientInfo. parseFrom(ByteBuffer data)static ClientInfoClientInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type ClientInfo Modifier and Type Method Description List<ClientInfo>ListClientsResponse.Builder. getClientsList()repeated .yamcs.protobuf.clients.ClientInfo clients = 1;List<ClientInfo>ListClientsResponse. getClientsList()repeated .yamcs.protobuf.clients.ClientInfo clients = 1;List<ClientInfo>ListClientsResponseOrBuilder. getClientsList()repeated .yamcs.protobuf.clients.ClientInfo clients = 1;com.google.protobuf.Parser<ClientInfo>ClientInfo. getParserForType()static com.google.protobuf.Parser<ClientInfo>ClientInfo. parser()Methods in org.yamcs.protobuf with parameters of type ClientInfo Modifier and Type Method Description ListClientsResponse.BuilderListClientsResponse.Builder. addClients(int index, ClientInfo value)repeated .yamcs.protobuf.clients.ClientInfo clients = 1;ListClientsResponse.BuilderListClientsResponse.Builder. addClients(ClientInfo value)repeated .yamcs.protobuf.clients.ClientInfo clients = 1;ClientInfo.BuilderClientInfo.Builder. mergeFrom(ClientInfo other)static ClientInfo.BuilderClientInfo. newBuilder(ClientInfo prototype)ListClientsResponse.BuilderListClientsResponse.Builder. setClients(int index, ClientInfo value)repeated .yamcs.protobuf.clients.ClientInfo clients = 1;Method parameters in org.yamcs.protobuf with type arguments of type ClientInfo Modifier and Type Method Description ListClientsResponse.BuilderListClientsResponse.Builder. addAllClients(Iterable<? extends ClientInfo> values)repeated .yamcs.protobuf.clients.ClientInfo clients = 1;abstract voidAbstractClientsApi. getClient(T ctx, GetClientRequest request, Observer<ClientInfo> observer)Get a client .. warning:: It is recommended to avoid using this method.voidClientsApiClient. getClient(Void ctx, GetClientRequest request, Observer<ClientInfo> observer)Get a client .. warning:: It is recommended to avoid using this method.
-