Uses of Class
org.yamcs.protobuf.Archive.ListParameterHistoryResponse
Packages that use Archive.ListParameterHistoryResponse
-
Uses of Archive.ListParameterHistoryResponse in org.yamcs.http.api
Method parameters in org.yamcs.http.api with type arguments of type Archive.ListParameterHistoryResponseModifier and TypeMethodDescriptionvoid
ParameterArchiveApi.listParameterHistory
(Context ctx, Archive.ListParameterHistoryRequest request, Observer<Archive.ListParameterHistoryResponse> observer) void
StreamArchiveApi.listParameterHistory
(Context ctx, Archive.ListParameterHistoryRequest request, Observer<Archive.ListParameterHistoryResponse> observer) -
Uses of Archive.ListParameterHistoryResponse in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type Archive.ListParameterHistoryResponseModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Archive.ListParameterHistoryResponse>
Archive.ListParameterHistoryResponse.PARSER
Deprecated.Methods in org.yamcs.protobuf that return Archive.ListParameterHistoryResponseModifier and TypeMethodDescriptionArchive.ListParameterHistoryResponse.Builder.build()
Archive.ListParameterHistoryResponse.Builder.buildPartial()
Archive.ListParameterHistoryResponse.getDefaultInstance()
Archive.ListParameterHistoryResponse.Builder.getDefaultInstanceForType()
Archive.ListParameterHistoryResponse.getDefaultInstanceForType()
Archive.ListParameterHistoryResponse.parseDelimitedFrom
(InputStream input) Archive.ListParameterHistoryResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Archive.ListParameterHistoryResponse.parseFrom
(byte[] data) Archive.ListParameterHistoryResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Archive.ListParameterHistoryResponse.parseFrom
(com.google.protobuf.ByteString data) Archive.ListParameterHistoryResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Archive.ListParameterHistoryResponse.parseFrom
(com.google.protobuf.CodedInputStream input) Archive.ListParameterHistoryResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Archive.ListParameterHistoryResponse.parseFrom
(InputStream input) Archive.ListParameterHistoryResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Archive.ListParameterHistoryResponse.parseFrom
(ByteBuffer data) Archive.ListParameterHistoryResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.yamcs.protobuf that return types with arguments of type Archive.ListParameterHistoryResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Archive.ListParameterHistoryResponse>
Archive.ListParameterHistoryResponse.getParserForType()
static com.google.protobuf.Parser<Archive.ListParameterHistoryResponse>
Archive.ListParameterHistoryResponse.parser()
Methods in org.yamcs.protobuf with parameters of type Archive.ListParameterHistoryResponseModifier and TypeMethodDescriptionArchive.ListParameterHistoryResponse.Builder.mergeFrom
(Archive.ListParameterHistoryResponse other) Archive.ListParameterHistoryResponse.newBuilder
(Archive.ListParameterHistoryResponse prototype) Method parameters in org.yamcs.protobuf with type arguments of type Archive.ListParameterHistoryResponseModifier and TypeMethodDescriptionabstract void
AbstractParameterArchiveApi.listParameterHistory
(T ctx, Archive.ListParameterHistoryRequest request, Observer<Archive.ListParameterHistoryResponse> observer) List parameter historyabstract void
AbstractStreamArchiveApi.listParameterHistory
(T ctx, Archive.ListParameterHistoryRequest request, Observer<Archive.ListParameterHistoryResponse> observer) List parameter historyfinal void
ParameterArchiveApiClient.listParameterHistory
(Void ctx, Archive.ListParameterHistoryRequest request, Observer<Archive.ListParameterHistoryResponse> observer) List parameter historyfinal void
StreamArchiveApiClient.listParameterHistory
(Void ctx, Archive.ListParameterHistoryRequest request, Observer<Archive.ListParameterHistoryResponse> observer) List parameter history