Uses of Class
org.yamcs.protobuf.GetClientRequest
-
Packages that use GetClientRequest Package Description org.yamcs.protobuf -
-
Uses of GetClientRequest in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type GetClientRequest Modifier and Type Field Description static com.google.protobuf.Parser<GetClientRequest>GetClientRequest. PARSERDeprecated.Methods in org.yamcs.protobuf that return GetClientRequest Modifier and Type Method Description GetClientRequestGetClientRequest.Builder. build()GetClientRequestGetClientRequest.Builder. buildPartial()static GetClientRequestGetClientRequest. getDefaultInstance()GetClientRequestGetClientRequest.Builder. getDefaultInstanceForType()GetClientRequestGetClientRequest. getDefaultInstanceForType()static GetClientRequestGetClientRequest. parseDelimitedFrom(InputStream input)static GetClientRequestGetClientRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetClientRequestGetClientRequest. parseFrom(byte[] data)static GetClientRequestGetClientRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetClientRequestGetClientRequest. parseFrom(com.google.protobuf.ByteString data)static GetClientRequestGetClientRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetClientRequestGetClientRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetClientRequestGetClientRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetClientRequestGetClientRequest. parseFrom(InputStream input)static GetClientRequestGetClientRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetClientRequestGetClientRequest. parseFrom(ByteBuffer data)static GetClientRequestGetClientRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type GetClientRequest Modifier and Type Method Description com.google.protobuf.Parser<GetClientRequest>GetClientRequest. getParserForType()static com.google.protobuf.Parser<GetClientRequest>GetClientRequest. parser()Methods in org.yamcs.protobuf with parameters of type GetClientRequest Modifier and Type Method Description 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.GetClientRequest.BuilderGetClientRequest.Builder. mergeFrom(GetClientRequest other)static GetClientRequest.BuilderGetClientRequest. newBuilder(GetClientRequest prototype)
-