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