Uses of Class
tech.skworks.tachyon.service.contracts.player.DeleteComponentRequest
Packages that use DeleteComponentRequest
Package
Description
-
Uses of DeleteComponentRequest in tech.skworks.tachyon.service.contracts.player
Methods in tech.skworks.tachyon.service.contracts.player that return DeleteComponentRequestModifier and TypeMethodDescriptionDeleteComponentRequest.Builder.build()DeleteComponentRequest.Builder.buildPartial()static DeleteComponentRequestDeleteComponentRequest.getDefaultInstance()DeleteComponentRequest.Builder.getDefaultInstanceForType()DeleteComponentRequest.getDefaultInstanceForType()static DeleteComponentRequestDeleteComponentRequest.parseDelimitedFrom(InputStream input) static DeleteComponentRequestDeleteComponentRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DeleteComponentRequestDeleteComponentRequest.parseFrom(byte[] data) static DeleteComponentRequestDeleteComponentRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DeleteComponentRequestDeleteComponentRequest.parseFrom(com.google.protobuf.ByteString data) static DeleteComponentRequestDeleteComponentRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DeleteComponentRequestDeleteComponentRequest.parseFrom(com.google.protobuf.CodedInputStream input) static DeleteComponentRequestDeleteComponentRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DeleteComponentRequestDeleteComponentRequest.parseFrom(InputStream input) static DeleteComponentRequestDeleteComponentRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DeleteComponentRequestDeleteComponentRequest.parseFrom(ByteBuffer data) static DeleteComponentRequestDeleteComponentRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in tech.skworks.tachyon.service.contracts.player that return types with arguments of type DeleteComponentRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<DeleteComponentRequest, com.google.protobuf.Empty> PlayerDataServiceGrpc.getDeleteComponentMethod()com.google.protobuf.Parser<DeleteComponentRequest> DeleteComponentRequest.getParserForType()static com.google.protobuf.Parser<DeleteComponentRequest> DeleteComponentRequest.parser()Methods in tech.skworks.tachyon.service.contracts.player with parameters of type DeleteComponentRequestModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<com.google.protobuf.Empty> MutinyPlayerDataServiceGrpc.MutinyPlayerDataServiceStub.deleteComponent(DeleteComponentRequest request) io.smallrye.mutiny.Uni<com.google.protobuf.Empty> MutinyPlayerDataServiceGrpc.PlayerDataServiceImplBase.deleteComponent(DeleteComponentRequest request) io.smallrye.mutiny.Uni<com.google.protobuf.Empty> PlayerDataService.deleteComponent(DeleteComponentRequest request) io.smallrye.mutiny.Uni<com.google.protobuf.Empty> PlayerDataServiceBean.deleteComponent(DeleteComponentRequest request) io.smallrye.mutiny.Uni<com.google.protobuf.Empty> PlayerDataServiceClient.deleteComponent(DeleteComponentRequest request) default voidPlayerDataServiceGrpc.AsyncService.deleteComponent(DeleteComponentRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) com.google.protobuf.EmptyPlayerDataServiceGrpc.PlayerDataServiceBlockingStub.deleteComponent(DeleteComponentRequest request) com.google.protobuf.EmptyPlayerDataServiceGrpc.PlayerDataServiceBlockingV2Stub.deleteComponent(DeleteComponentRequest request) com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty> PlayerDataServiceGrpc.PlayerDataServiceFutureStub.deleteComponent(DeleteComponentRequest request) voidPlayerDataServiceGrpc.PlayerDataServiceStub.deleteComponent(DeleteComponentRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) DeleteComponentRequest.Builder.mergeFrom(DeleteComponentRequest other) DeleteComponentRequest.newBuilder(DeleteComponentRequest prototype) -
Uses of DeleteComponentRequest in tech.skworks.tachyon.service.player
Methods in tech.skworks.tachyon.service.player with parameters of type DeleteComponentRequestModifier and TypeMethodDescriptionio.smallrye.mutiny.Uni<com.google.protobuf.Empty> PlayerGrpcService.deleteComponent(DeleteComponentRequest req)