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