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