Uses of Class
org.yamcs.protobuf.EditTagRequest
-
Packages that use EditTagRequest Package Description org.yamcs.protobuf -
-
Uses of EditTagRequest in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type EditTagRequest Modifier and Type Field Description static com.google.protobuf.Parser<EditTagRequest>EditTagRequest. PARSERDeprecated.Methods in org.yamcs.protobuf that return EditTagRequest Modifier and Type Method Description EditTagRequestEditTagRequest.Builder. build()EditTagRequestEditTagRequest.Builder. buildPartial()static EditTagRequestEditTagRequest. getDefaultInstance()EditTagRequestEditTagRequest.Builder. getDefaultInstanceForType()EditTagRequestEditTagRequest. getDefaultInstanceForType()static EditTagRequestEditTagRequest. parseDelimitedFrom(InputStream input)static EditTagRequestEditTagRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EditTagRequestEditTagRequest. parseFrom(byte[] data)static EditTagRequestEditTagRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EditTagRequestEditTagRequest. parseFrom(com.google.protobuf.ByteString data)static EditTagRequestEditTagRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EditTagRequestEditTagRequest. parseFrom(com.google.protobuf.CodedInputStream input)static EditTagRequestEditTagRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EditTagRequestEditTagRequest. parseFrom(InputStream input)static EditTagRequestEditTagRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EditTagRequestEditTagRequest. parseFrom(ByteBuffer data)static EditTagRequestEditTagRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type EditTagRequest Modifier and Type Method Description com.google.protobuf.Parser<EditTagRequest>EditTagRequest. getParserForType()static com.google.protobuf.Parser<EditTagRequest>EditTagRequest. parser()Methods in org.yamcs.protobuf with parameters of type EditTagRequest Modifier and Type Method Description EditTagRequest.BuilderEditTagRequest.Builder. mergeFrom(EditTagRequest other)static EditTagRequest.BuilderEditTagRequest. newBuilder(EditTagRequest prototype)abstract voidAbstractTagApi. updateTag(T ctx, EditTagRequest request, Observer<Yamcs.ArchiveTag> observer)Update a tagvoidTagApiClient. updateTag(Void ctx, EditTagRequest request, Observer<Yamcs.ArchiveTag> observer)Update a tag
-