Uses of Class
org.yamcs.protobuf.ContainerData
Packages that use ContainerData
-
Uses of ContainerData in org.yamcs.http.api
Method parameters in org.yamcs.http.api with type arguments of type ContainerDataModifier and TypeMethodDescriptionvoid
PacketsApi.subscribeContainers
(Context ctx, SubscribeContainersRequest request, Observer<ContainerData> observer) -
Uses of ContainerData in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type ContainerDataModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<ContainerData>
ContainerData.PARSER
Deprecated.Methods in org.yamcs.protobuf that return ContainerDataModifier and TypeMethodDescriptionContainerData.Builder.build()
ContainerData.Builder.buildPartial()
static ContainerData
ContainerData.getDefaultInstance()
ContainerData.Builder.getDefaultInstanceForType()
ContainerData.getDefaultInstanceForType()
static ContainerData
ContainerData.parseDelimitedFrom
(InputStream input) static ContainerData
ContainerData.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContainerData
ContainerData.parseFrom
(byte[] data) static ContainerData
ContainerData.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContainerData
ContainerData.parseFrom
(com.google.protobuf.ByteString data) static ContainerData
ContainerData.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContainerData
ContainerData.parseFrom
(com.google.protobuf.CodedInputStream input) static ContainerData
ContainerData.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContainerData
ContainerData.parseFrom
(InputStream input) static ContainerData
ContainerData.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ContainerData
ContainerData.parseFrom
(ByteBuffer data) static ContainerData
ContainerData.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.yamcs.protobuf that return types with arguments of type ContainerDataModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ContainerData>
ContainerData.getParserForType()
static com.google.protobuf.Parser<ContainerData>
ContainerData.parser()
Methods in org.yamcs.protobuf with parameters of type ContainerDataModifier and TypeMethodDescriptionContainerData.Builder.mergeFrom
(ContainerData other) static ContainerData.Builder
ContainerData.newBuilder
(ContainerData prototype) Method parameters in org.yamcs.protobuf with type arguments of type ContainerDataModifier and TypeMethodDescriptionabstract void
AbstractPacketsApi.subscribeContainers
(T ctx, SubscribeContainersRequest request, Observer<ContainerData> observer) Subscribe to containersfinal void
PacketsApiClient.subscribeContainers
(Void ctx, SubscribeContainersRequest request, Observer<ContainerData> observer) Subscribe to containers