Uses of Class
org.yamcs.protobuf.ListLinksRequest
-
Packages that use ListLinksRequest Package Description org.yamcs.protobuf -
-
Uses of ListLinksRequest in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type ListLinksRequest Modifier and Type Field Description static com.google.protobuf.Parser<ListLinksRequest>ListLinksRequest. PARSERDeprecated.Methods in org.yamcs.protobuf that return ListLinksRequest Modifier and Type Method Description ListLinksRequestListLinksRequest.Builder. build()ListLinksRequestListLinksRequest.Builder. buildPartial()static ListLinksRequestListLinksRequest. getDefaultInstance()ListLinksRequestListLinksRequest.Builder. getDefaultInstanceForType()ListLinksRequestListLinksRequest. getDefaultInstanceForType()static ListLinksRequestListLinksRequest. parseDelimitedFrom(InputStream input)static ListLinksRequestListLinksRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinksRequestListLinksRequest. parseFrom(byte[] data)static ListLinksRequestListLinksRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinksRequestListLinksRequest. parseFrom(com.google.protobuf.ByteString data)static ListLinksRequestListLinksRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinksRequestListLinksRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListLinksRequestListLinksRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinksRequestListLinksRequest. parseFrom(InputStream input)static ListLinksRequestListLinksRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListLinksRequestListLinksRequest. parseFrom(ByteBuffer data)static ListLinksRequestListLinksRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type ListLinksRequest Modifier and Type Method Description com.google.protobuf.Parser<ListLinksRequest>ListLinksRequest. getParserForType()static com.google.protobuf.Parser<ListLinksRequest>ListLinksRequest. parser()Methods in org.yamcs.protobuf with parameters of type ListLinksRequest Modifier and Type Method Description abstract voidAbstractManagementApi. listLinks(T ctx, ListLinksRequest request, Observer<ListLinksResponse> observer)List linksvoidManagementApiClient. listLinks(Void ctx, ListLinksRequest request, Observer<ListLinksResponse> observer)List linksListLinksRequest.BuilderListLinksRequest.Builder. mergeFrom(ListLinksRequest other)static ListLinksRequest.BuilderListLinksRequest. newBuilder(ListLinksRequest prototype)
-