Uses of Class
org.yamcs.protobuf.TimelineView
Packages that use TimelineView
-
Uses of TimelineView in org.yamcs.http.api
Method parameters in org.yamcs.http.api with type arguments of type TimelineViewModifier and TypeMethodDescriptionvoidTimelineApi.addView(Context ctx, AddViewRequest request, Observer<TimelineView> observer) voidTimelineApi.deleteView(Context ctx, DeleteViewRequest request, Observer<TimelineView> observer) voidTimelineApi.getView(Context ctx, GetViewRequest request, Observer<TimelineView> observer) voidTimelineApi.updateView(Context ctx, UpdateViewRequest request, Observer<TimelineView> observer) -
Uses of TimelineView in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type TimelineViewModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<TimelineView>TimelineView.PARSERDeprecated.Methods in org.yamcs.protobuf that return TimelineViewModifier and TypeMethodDescriptionTimelineView.Builder.build()TimelineView.Builder.buildPartial()static TimelineViewTimelineView.getDefaultInstance()TimelineView.Builder.getDefaultInstanceForType()TimelineView.getDefaultInstanceForType()ListViewsResponse.Builder.getViews(int index) repeated .yamcs.protobuf.timeline.TimelineView views = 1;ListViewsResponse.getViews(int index) repeated .yamcs.protobuf.timeline.TimelineView views = 1;ListViewsResponseOrBuilder.getViews(int index) repeated .yamcs.protobuf.timeline.TimelineView views = 1;static TimelineViewTimelineView.parseDelimitedFrom(InputStream input) static TimelineViewTimelineView.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimelineViewTimelineView.parseFrom(byte[] data) static TimelineViewTimelineView.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimelineViewTimelineView.parseFrom(com.google.protobuf.ByteString data) static TimelineViewTimelineView.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimelineViewTimelineView.parseFrom(com.google.protobuf.CodedInputStream input) static TimelineViewTimelineView.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimelineViewTimelineView.parseFrom(InputStream input) static TimelineViewTimelineView.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TimelineViewTimelineView.parseFrom(ByteBuffer data) static TimelineViewTimelineView.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.yamcs.protobuf that return types with arguments of type TimelineViewModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TimelineView>TimelineView.getParserForType()ListViewsResponse.Builder.getViewsList()repeated .yamcs.protobuf.timeline.TimelineView views = 1;ListViewsResponse.getViewsList()repeated .yamcs.protobuf.timeline.TimelineView views = 1;ListViewsResponseOrBuilder.getViewsList()repeated .yamcs.protobuf.timeline.TimelineView views = 1;static com.google.protobuf.Parser<TimelineView>TimelineView.parser()Methods in org.yamcs.protobuf with parameters of type TimelineViewModifier and TypeMethodDescriptionListViewsResponse.Builder.addViews(int index, TimelineView value) repeated .yamcs.protobuf.timeline.TimelineView views = 1;ListViewsResponse.Builder.addViews(TimelineView value) repeated .yamcs.protobuf.timeline.TimelineView views = 1;TimelineView.Builder.mergeFrom(TimelineView other) static TimelineView.BuilderTimelineView.newBuilder(TimelineView prototype) ListViewsResponse.Builder.setViews(int index, TimelineView value) repeated .yamcs.protobuf.timeline.TimelineView views = 1;Method parameters in org.yamcs.protobuf with type arguments of type TimelineViewModifier and TypeMethodDescriptionListViewsResponse.Builder.addAllViews(Iterable<? extends TimelineView> values) repeated .yamcs.protobuf.timeline.TimelineView views = 1;abstract voidAbstractTimelineApi.addView(T ctx, AddViewRequest request, Observer<TimelineView> observer) Add a viewfinal voidTimelineApiClient.addView(Void ctx, AddViewRequest request, Observer<TimelineView> observer) Add a viewabstract voidAbstractTimelineApi.deleteView(T ctx, DeleteViewRequest request, Observer<TimelineView> observer) Delete a viewfinal voidTimelineApiClient.deleteView(Void ctx, DeleteViewRequest request, Observer<TimelineView> observer) Delete a viewabstract voidAbstractTimelineApi.getView(T ctx, GetViewRequest request, Observer<TimelineView> observer) Get a viewfinal voidTimelineApiClient.getView(Void ctx, GetViewRequest request, Observer<TimelineView> observer) Get a viewabstract voidAbstractTimelineApi.updateView(T ctx, UpdateViewRequest request, Observer<TimelineView> observer) Update a viewfinal voidTimelineApiClient.updateView(Void ctx, UpdateViewRequest request, Observer<TimelineView> observer) Update a view -
Uses of TimelineView in org.yamcs.timeline
Methods in org.yamcs.timeline that return TimelineView