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