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