Uses of Class
org.yamcs.studio.spell.api.ListProceduresResponse
Packages that use ListProceduresResponse
-
Uses of ListProceduresResponse in org.yamcs.studio.spell.api
Fields in org.yamcs.studio.spell.api with type parameters of type ListProceduresResponseModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<ListProceduresResponse>
ListProceduresResponse.PARSER
Deprecated.Methods in org.yamcs.studio.spell.api that return ListProceduresResponseModifier and TypeMethodDescriptionListProceduresResponse.Builder.build()
ListProceduresResponse.Builder.buildPartial()
static ListProceduresResponse
ListProceduresResponse.getDefaultInstance()
ListProceduresResponse.Builder.getDefaultInstanceForType()
ListProceduresResponse.getDefaultInstanceForType()
static ListProceduresResponse
ListProceduresResponse.parseDelimitedFrom
(InputStream input) static ListProceduresResponse
ListProceduresResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListProceduresResponse
ListProceduresResponse.parseFrom
(byte[] data) static ListProceduresResponse
ListProceduresResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListProceduresResponse
ListProceduresResponse.parseFrom
(com.google.protobuf.ByteString data) static ListProceduresResponse
ListProceduresResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListProceduresResponse
ListProceduresResponse.parseFrom
(com.google.protobuf.CodedInputStream input) static ListProceduresResponse
ListProceduresResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListProceduresResponse
ListProceduresResponse.parseFrom
(InputStream input) static ListProceduresResponse
ListProceduresResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListProceduresResponse
ListProceduresResponse.parseFrom
(ByteBuffer data) static ListProceduresResponse
ListProceduresResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.yamcs.studio.spell.api that return types with arguments of type ListProceduresResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ListProceduresResponse>
ListProceduresResponse.getParserForType()
static com.google.protobuf.Parser<ListProceduresResponse>
ListProceduresResponse.parser()
Methods in org.yamcs.studio.spell.api with parameters of type ListProceduresResponseModifier and TypeMethodDescriptionListProceduresResponse.Builder.mergeFrom
(ListProceduresResponse other) ListProceduresResponse.newBuilder
(ListProceduresResponse prototype) Method parameters in org.yamcs.studio.spell.api with type arguments of type ListProceduresResponseModifier and TypeMethodDescriptionabstract void
AbstractStudioSpellApi.listProcedures
(T ctx, ListProceduresRequest request, Observer<ListProceduresResponse> observer) final void
StudioSpellApiClient.listProcedures
(Void ctx, ListProceduresRequest request, Observer<ListProceduresResponse> observer)