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