Uses of Class
org.yamcs.protobuf.UpdateAlgorithmRequest
Packages that use UpdateAlgorithmRequest
-
Uses of UpdateAlgorithmRequest in org.yamcs.http.api
Methods in org.yamcs.http.api with parameters of type UpdateAlgorithmRequestModifier and TypeMethodDescriptionvoid
MdbOverrideApi.updateAlgorithm
(Context ctx, UpdateAlgorithmRequest request, Observer<com.google.protobuf.Empty> observer) -
Uses of UpdateAlgorithmRequest in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type UpdateAlgorithmRequestModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UpdateAlgorithmRequest>
UpdateAlgorithmRequest.PARSER
Deprecated.Methods in org.yamcs.protobuf that return UpdateAlgorithmRequestModifier and TypeMethodDescriptionUpdateAlgorithmRequest.Builder.build()
UpdateAlgorithmRequest.Builder.buildPartial()
static UpdateAlgorithmRequest
UpdateAlgorithmRequest.getDefaultInstance()
UpdateAlgorithmRequest.Builder.getDefaultInstanceForType()
UpdateAlgorithmRequest.getDefaultInstanceForType()
static UpdateAlgorithmRequest
UpdateAlgorithmRequest.parseDelimitedFrom
(InputStream input) static UpdateAlgorithmRequest
UpdateAlgorithmRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UpdateAlgorithmRequest
UpdateAlgorithmRequest.parseFrom
(byte[] data) static UpdateAlgorithmRequest
UpdateAlgorithmRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UpdateAlgorithmRequest
UpdateAlgorithmRequest.parseFrom
(com.google.protobuf.ByteString data) static UpdateAlgorithmRequest
UpdateAlgorithmRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UpdateAlgorithmRequest
UpdateAlgorithmRequest.parseFrom
(com.google.protobuf.CodedInputStream input) static UpdateAlgorithmRequest
UpdateAlgorithmRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UpdateAlgorithmRequest
UpdateAlgorithmRequest.parseFrom
(InputStream input) static UpdateAlgorithmRequest
UpdateAlgorithmRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static UpdateAlgorithmRequest
UpdateAlgorithmRequest.parseFrom
(ByteBuffer data) static UpdateAlgorithmRequest
UpdateAlgorithmRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.yamcs.protobuf that return types with arguments of type UpdateAlgorithmRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<UpdateAlgorithmRequest>
UpdateAlgorithmRequest.getParserForType()
static com.google.protobuf.Parser<UpdateAlgorithmRequest>
UpdateAlgorithmRequest.parser()
Methods in org.yamcs.protobuf with parameters of type UpdateAlgorithmRequestModifier and TypeMethodDescriptionUpdateAlgorithmRequest.Builder.mergeFrom
(UpdateAlgorithmRequest other) UpdateAlgorithmRequest.newBuilder
(UpdateAlgorithmRequest prototype) abstract void
AbstractMdbOverrideApi.updateAlgorithm
(T ctx, UpdateAlgorithmRequest request, Observer<com.google.protobuf.Empty> observer) Update an algorithm's definitionfinal void
MdbOverrideApiClient.updateAlgorithm
(Void ctx, UpdateAlgorithmRequest request, Observer<com.google.protobuf.Empty> observer) Update an algorithm's definition