Uses of Class
com.google.cloud.retail.v2alpha.PredictRequest
-
Packages that use PredictRequest Package Description com.google.cloud.retail.v2alpha A client to Retail APIcom.google.cloud.retail.v2alpha.stub -
-
Uses of PredictRequest in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return PredictRequest Modifier and Type Method Description PredictRequestPredictRequest.Builder. build()PredictRequestPredictRequest.Builder. buildPartial()static PredictRequestPredictRequest. getDefaultInstance()PredictRequestPredictRequest.Builder. getDefaultInstanceForType()PredictRequestPredictRequest. getDefaultInstanceForType()static PredictRequestPredictRequest. parseDelimitedFrom(InputStream input)static PredictRequestPredictRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PredictRequestPredictRequest. parseFrom(byte[] data)static PredictRequestPredictRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PredictRequestPredictRequest. parseFrom(com.google.protobuf.ByteString data)static PredictRequestPredictRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PredictRequestPredictRequest. parseFrom(com.google.protobuf.CodedInputStream input)static PredictRequestPredictRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PredictRequestPredictRequest. parseFrom(InputStream input)static PredictRequestPredictRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static PredictRequestPredictRequest. parseFrom(ByteBuffer data)static PredictRequestPredictRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.retail.v2alpha that return types with arguments of type PredictRequest Modifier and Type Method Description com.google.protobuf.Parser<PredictRequest>PredictRequest. getParserForType()static io.grpc.MethodDescriptor<PredictRequest,PredictResponse>PredictionServiceGrpc. getPredictMethod()static com.google.protobuf.Parser<PredictRequest>PredictRequest. parser()com.google.api.gax.rpc.UnaryCallable<PredictRequest,PredictResponse>PredictionServiceClient. predictCallable()Makes a recommendation prediction.com.google.api.gax.rpc.UnaryCallSettings.Builder<PredictRequest,PredictResponse>PredictionServiceSettings.Builder. predictSettings()Returns the builder for the settings used for calls to predict.com.google.api.gax.rpc.UnaryCallSettings<PredictRequest,PredictResponse>PredictionServiceSettings. predictSettings()Returns the object with the settings used for calls to predict.Methods in com.google.cloud.retail.v2alpha with parameters of type PredictRequest Modifier and Type Method Description PredictRequest.BuilderPredictRequest.Builder. mergeFrom(PredictRequest other)static PredictRequest.BuilderPredictRequest. newBuilder(PredictRequest prototype)PredictResponsePredictionServiceClient. predict(PredictRequest request)Makes a recommendation prediction.default voidPredictionServiceGrpc.AsyncService. predict(PredictRequest request, io.grpc.stub.StreamObserver<PredictResponse> responseObserver)Makes a recommendation prediction.PredictResponsePredictionServiceGrpc.PredictionServiceBlockingStub. predict(PredictRequest request)Makes a recommendation prediction.com.google.common.util.concurrent.ListenableFuture<PredictResponse>PredictionServiceGrpc.PredictionServiceFutureStub. predict(PredictRequest request)Makes a recommendation prediction.voidPredictionServiceGrpc.PredictionServiceStub. predict(PredictRequest request, io.grpc.stub.StreamObserver<PredictResponse> responseObserver)Makes a recommendation prediction. -
Uses of PredictRequest in com.google.cloud.retail.v2alpha.stub
Methods in com.google.cloud.retail.v2alpha.stub that return types with arguments of type PredictRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<PredictRequest,PredictResponse>GrpcPredictionServiceStub. predictCallable()com.google.api.gax.rpc.UnaryCallable<PredictRequest,PredictResponse>HttpJsonPredictionServiceStub. predictCallable()com.google.api.gax.rpc.UnaryCallable<PredictRequest,PredictResponse>PredictionServiceStub. predictCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<PredictRequest,PredictResponse>PredictionServiceStubSettings.Builder. predictSettings()Returns the builder for the settings used for calls to predict.com.google.api.gax.rpc.UnaryCallSettings<PredictRequest,PredictResponse>PredictionServiceStubSettings. predictSettings()Returns the object with the settings used for calls to predict.
-