Uses of Class
org.yamcs.protobuf.actions.ActionInfo
Packages that use ActionInfo
Package
Description
-
Uses of ActionInfo in org.yamcs.actions
Methods in org.yamcs.actions that return ActionInfoModifier and TypeMethodDescriptionstatic ActionInfoActionHelper.toActionInfo(Action<?> action) static ActionInfoActionHelper.toActionInfo(Action<?> action, boolean addSpec) -
Uses of ActionInfo in org.yamcs.protobuf
Methods in org.yamcs.protobuf that return ActionInfoModifier and TypeMethodDescriptionFileTransferCapabilities.Builder.getFileActions(int index) Additional actions that may be executed on remote filesFileTransferCapabilities.getFileActions(int index) Additional actions that may be executed on remote filesFileTransferCapabilitiesOrBuilder.getFileActions(int index) Additional actions that may be executed on remote filesMethods in org.yamcs.protobuf that return types with arguments of type ActionInfoModifier and TypeMethodDescriptionFileTransferCapabilities.Builder.getFileActionsList()Additional actions that may be executed on remote filesFileTransferCapabilities.getFileActionsList()Additional actions that may be executed on remote filesFileTransferCapabilitiesOrBuilder.getFileActionsList()Additional actions that may be executed on remote filesMethods in org.yamcs.protobuf with parameters of type ActionInfoModifier and TypeMethodDescriptionFileTransferCapabilities.Builder.addFileActions(int index, ActionInfo value) Additional actions that may be executed on remote filesFileTransferCapabilities.Builder.addFileActions(ActionInfo value) Additional actions that may be executed on remote filesFileTransferCapabilities.Builder.setFileActions(int index, ActionInfo value) Additional actions that may be executed on remote filesMethod parameters in org.yamcs.protobuf with type arguments of type ActionInfoModifier and TypeMethodDescriptionFileTransferCapabilities.Builder.addAllFileActions(Iterable<? extends ActionInfo> values) Additional actions that may be executed on remote files -
Uses of ActionInfo in org.yamcs.protobuf.actions
Fields in org.yamcs.protobuf.actions with type parameters of type ActionInfoModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<ActionInfo>ActionInfo.PARSERDeprecated.Methods in org.yamcs.protobuf.actions that return ActionInfoModifier and TypeMethodDescriptionActionInfo.Builder.build()ActionInfo.Builder.buildPartial()static ActionInfoActionInfo.getDefaultInstance()ActionInfo.Builder.getDefaultInstanceForType()ActionInfo.getDefaultInstanceForType()static ActionInfoActionInfo.parseDelimitedFrom(InputStream input) static ActionInfoActionInfo.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ActionInfoActionInfo.parseFrom(byte[] data) static ActionInfoActionInfo.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ActionInfoActionInfo.parseFrom(com.google.protobuf.ByteString data) static ActionInfoActionInfo.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ActionInfoActionInfo.parseFrom(com.google.protobuf.CodedInputStream input) static ActionInfoActionInfo.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ActionInfoActionInfo.parseFrom(InputStream input) static ActionInfoActionInfo.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ActionInfoActionInfo.parseFrom(ByteBuffer data) static ActionInfoActionInfo.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.yamcs.protobuf.actions that return types with arguments of type ActionInfoModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ActionInfo>ActionInfo.getParserForType()static com.google.protobuf.Parser<ActionInfo>ActionInfo.parser()Methods in org.yamcs.protobuf.actions with parameters of type ActionInfoModifier and TypeMethodDescriptionActionInfo.Builder.mergeFrom(ActionInfo other) static ActionInfo.BuilderActionInfo.newBuilder(ActionInfo prototype) -
Uses of ActionInfo in org.yamcs.protobuf.links
Methods in org.yamcs.protobuf.links that return ActionInfoModifier and TypeMethodDescriptionLinkInfo.Builder.getActions(int index) Custom actionsLinkInfo.getActions(int index) Custom actionsLinkInfoOrBuilder.getActions(int index) Custom actionsMethods in org.yamcs.protobuf.links that return types with arguments of type ActionInfoModifier and TypeMethodDescriptionLinkInfo.Builder.getActionsList()Custom actionsLinkInfo.getActionsList()Custom actionsLinkInfoOrBuilder.getActionsList()Custom actionsMethods in org.yamcs.protobuf.links with parameters of type ActionInfoModifier and TypeMethodDescriptionLinkInfo.Builder.addActions(int index, ActionInfo value) Custom actionsLinkInfo.Builder.addActions(ActionInfo value) Custom actionsLinkInfo.Builder.setActions(int index, ActionInfo value) Custom actionsMethod parameters in org.yamcs.protobuf.links with type arguments of type ActionInfoModifier and TypeMethodDescriptionLinkInfo.Builder.addAllActions(Iterable<? extends ActionInfo> values) Custom actions