Uses of Class
org.yamcs.protobuf.TimelineItemLog
Packages that use TimelineItemLog
Package
Description
-
Uses of TimelineItemLog in org.yamcs.client.timeline
Methods in org.yamcs.client.timeline that return types with arguments of type TimelineItemLog -
Uses of TimelineItemLog in org.yamcs.http.api
Method parameters in org.yamcs.http.api with type arguments of type TimelineItemLogModifier and TypeMethodDescriptionvoid
TimelineApi.getItemLog
(Context ctx, GetItemLogRequest request, Observer<TimelineItemLog> observer) -
Uses of TimelineItemLog in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type TimelineItemLogModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<TimelineItemLog>
TimelineItemLog.PARSER
Deprecated.Methods in org.yamcs.protobuf that return TimelineItemLogModifier and TypeMethodDescriptionTimelineItemLog.Builder.build()
TimelineItemLog.Builder.buildPartial()
static TimelineItemLog
TimelineItemLog.getDefaultInstance()
TimelineItemLog.Builder.getDefaultInstanceForType()
TimelineItemLog.getDefaultInstanceForType()
static TimelineItemLog
TimelineItemLog.parseDelimitedFrom
(InputStream input) static TimelineItemLog
TimelineItemLog.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimelineItemLog
TimelineItemLog.parseFrom
(byte[] data) static TimelineItemLog
TimelineItemLog.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimelineItemLog
TimelineItemLog.parseFrom
(com.google.protobuf.ByteString data) static TimelineItemLog
TimelineItemLog.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimelineItemLog
TimelineItemLog.parseFrom
(com.google.protobuf.CodedInputStream input) static TimelineItemLog
TimelineItemLog.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimelineItemLog
TimelineItemLog.parseFrom
(InputStream input) static TimelineItemLog
TimelineItemLog.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimelineItemLog
TimelineItemLog.parseFrom
(ByteBuffer data) static TimelineItemLog
TimelineItemLog.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.yamcs.protobuf that return types with arguments of type TimelineItemLogModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TimelineItemLog>
TimelineItemLog.getParserForType()
static com.google.protobuf.Parser<TimelineItemLog>
TimelineItemLog.parser()
Methods in org.yamcs.protobuf with parameters of type TimelineItemLogModifier and TypeMethodDescriptionTimelineItemLog.Builder.mergeFrom
(TimelineItemLog other) static TimelineItemLog.Builder
TimelineItemLog.newBuilder
(TimelineItemLog prototype) Method parameters in org.yamcs.protobuf with type arguments of type TimelineItemLogModifier and TypeMethodDescriptionabstract void
AbstractTimelineApi.getItemLog
(T ctx, GetItemLogRequest request, Observer<TimelineItemLog> observer) Get an item logfinal void
TimelineApiClient.getItemLog
(Void ctx, GetItemLogRequest request, Observer<TimelineItemLog> observer) Get an item log -
Uses of TimelineItemLog in org.yamcs.timeline
Methods in org.yamcs.timeline that return TimelineItemLogModifier and TypeMethodDescriptiondefault TimelineItemLog
ItemProvider.getItemLog
(String id) Returns the item log or null if the item does not existTimelineItemDb.getItemLog
(String id)