Uses of Class
org.yamcs.protobuf.DeleteTimeOfFlightIntervalsRequest
Packages that use DeleteTimeOfFlightIntervalsRequest
-
Uses of DeleteTimeOfFlightIntervalsRequest in org.yamcs.http.api
Methods in org.yamcs.http.api with parameters of type DeleteTimeOfFlightIntervalsRequestModifier and TypeMethodDescriptionvoid
TimeCorrelationApi.deleteTimeOfFlightIntervals
(Context ctx, DeleteTimeOfFlightIntervalsRequest request, Observer<com.google.protobuf.Empty> observer) -
Uses of DeleteTimeOfFlightIntervalsRequest in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type DeleteTimeOfFlightIntervalsRequestModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<DeleteTimeOfFlightIntervalsRequest>
DeleteTimeOfFlightIntervalsRequest.PARSER
Deprecated.Methods in org.yamcs.protobuf that return DeleteTimeOfFlightIntervalsRequestModifier and TypeMethodDescriptionDeleteTimeOfFlightIntervalsRequest.Builder.build()
DeleteTimeOfFlightIntervalsRequest.Builder.buildPartial()
DeleteTimeOfFlightIntervalsRequest.getDefaultInstance()
DeleteTimeOfFlightIntervalsRequest.Builder.getDefaultInstanceForType()
DeleteTimeOfFlightIntervalsRequest.getDefaultInstanceForType()
DeleteTimeOfFlightIntervalsRequest.parseDelimitedFrom
(InputStream input) DeleteTimeOfFlightIntervalsRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DeleteTimeOfFlightIntervalsRequest.parseFrom
(byte[] data) DeleteTimeOfFlightIntervalsRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DeleteTimeOfFlightIntervalsRequest.parseFrom
(com.google.protobuf.ByteString data) DeleteTimeOfFlightIntervalsRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DeleteTimeOfFlightIntervalsRequest.parseFrom
(com.google.protobuf.CodedInputStream input) DeleteTimeOfFlightIntervalsRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DeleteTimeOfFlightIntervalsRequest.parseFrom
(InputStream input) DeleteTimeOfFlightIntervalsRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DeleteTimeOfFlightIntervalsRequest.parseFrom
(ByteBuffer data) DeleteTimeOfFlightIntervalsRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.yamcs.protobuf that return types with arguments of type DeleteTimeOfFlightIntervalsRequestModifier and TypeMethodDescriptioncom.google.protobuf.Parser<DeleteTimeOfFlightIntervalsRequest>
DeleteTimeOfFlightIntervalsRequest.getParserForType()
static com.google.protobuf.Parser<DeleteTimeOfFlightIntervalsRequest>
DeleteTimeOfFlightIntervalsRequest.parser()
Methods in org.yamcs.protobuf with parameters of type DeleteTimeOfFlightIntervalsRequestModifier and TypeMethodDescriptionabstract void
AbstractTimeCorrelationApi.deleteTimeOfFlightIntervals
(T ctx, DeleteTimeOfFlightIntervalsRequest request, Observer<com.google.protobuf.Empty> observer) Delete intervals for the time of flight calculation.final void
TimeCorrelationApiClient.deleteTimeOfFlightIntervals
(Void ctx, DeleteTimeOfFlightIntervalsRequest request, Observer<com.google.protobuf.Empty> observer) Delete intervals for the time of flight calculation.DeleteTimeOfFlightIntervalsRequest.Builder.mergeFrom
(DeleteTimeOfFlightIntervalsRequest other) DeleteTimeOfFlightIntervalsRequest.newBuilder
(DeleteTimeOfFlightIntervalsRequest prototype)