Uses of Class
org.yamcs.protobuf.UpdateAlgorithmRequest
-
Uses of UpdateAlgorithmRequest in org.yamcs.http.api
Modifier and TypeMethodDescriptionvoid
MdbOverrideApi.updateAlgorithm
(Context ctx, UpdateAlgorithmRequest request, Observer<com.google.protobuf.Empty> observer) -
Uses of UpdateAlgorithmRequest in org.yamcs.protobuf
Modifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<UpdateAlgorithmRequest>
UpdateAlgorithmRequest.PARSER
Deprecated.Modifier 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) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<UpdateAlgorithmRequest>
UpdateAlgorithmRequest.getParserForType()
static com.google.protobuf.Parser<UpdateAlgorithmRequest>
UpdateAlgorithmRequest.parser()
Modifier 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