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.PARSERDeprecated.Methods in org.yamcs.studio.spell.api that return ListProceduresResponseModifier and TypeMethodDescriptionListProceduresResponse.Builder.build()ListProceduresResponse.Builder.buildPartial()static ListProceduresResponseListProceduresResponse.getDefaultInstance()ListProceduresResponse.Builder.getDefaultInstanceForType()ListProceduresResponse.getDefaultInstanceForType()static ListProceduresResponseListProceduresResponse.parseDelimitedFrom(InputStream input) static ListProceduresResponseListProceduresResponse.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListProceduresResponseListProceduresResponse.parseFrom(byte[] data) static ListProceduresResponseListProceduresResponse.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListProceduresResponseListProceduresResponse.parseFrom(com.google.protobuf.ByteString data) static ListProceduresResponseListProceduresResponse.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListProceduresResponseListProceduresResponse.parseFrom(com.google.protobuf.CodedInputStream input) static ListProceduresResponseListProceduresResponse.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListProceduresResponseListProceduresResponse.parseFrom(InputStream input) static ListProceduresResponseListProceduresResponse.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ListProceduresResponseListProceduresResponse.parseFrom(ByteBuffer data) static ListProceduresResponseListProceduresResponse.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 voidAbstractStudioSpellApi.listProcedures(T ctx, ListProceduresRequest request, Observer<ListProceduresResponse> observer) final voidStudioSpellApiClient.listProcedures(Void ctx, ListProceduresRequest request, Observer<ListProceduresResponse> observer)