Uses of Class
com.google.cloud.retail.v2alpha.PredictResponse
-
Packages that use PredictResponse Package Description com.google.cloud.retail.v2alpha A client to Retail APIcom.google.cloud.retail.v2alpha.stub -
-
Uses of PredictResponse in com.google.cloud.retail.v2alpha
Methods in com.google.cloud.retail.v2alpha that return PredictResponse Modifier and Type Method Description PredictResponse
PredictResponse.Builder. build()
PredictResponse
PredictResponse.Builder. buildPartial()
static PredictResponse
PredictResponse. getDefaultInstance()
PredictResponse
PredictResponse.Builder. getDefaultInstanceForType()
PredictResponse
PredictResponse. getDefaultInstanceForType()
static PredictResponse
PredictResponse. parseDelimitedFrom(InputStream input)
static PredictResponse
PredictResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PredictResponse
PredictResponse. parseFrom(byte[] data)
static PredictResponse
PredictResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PredictResponse
PredictResponse. parseFrom(com.google.protobuf.ByteString data)
static PredictResponse
PredictResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PredictResponse
PredictResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static PredictResponse
PredictResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PredictResponse
PredictResponse. parseFrom(InputStream input)
static PredictResponse
PredictResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PredictResponse
PredictResponse. parseFrom(ByteBuffer data)
static PredictResponse
PredictResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
PredictResponse
PredictionServiceClient. predict(PredictRequest request)
Makes a recommendation prediction.PredictResponse
PredictionServiceGrpc.PredictionServiceBlockingStub. predict(PredictRequest request)
Makes a recommendation prediction.Methods in com.google.cloud.retail.v2alpha that return types with arguments of type PredictResponse Modifier and Type Method Description com.google.protobuf.Parser<PredictResponse>
PredictResponse. getParserForType()
static io.grpc.MethodDescriptor<PredictRequest,PredictResponse>
PredictionServiceGrpc. getPredictMethod()
static com.google.protobuf.Parser<PredictResponse>
PredictResponse. parser()
com.google.common.util.concurrent.ListenableFuture<PredictResponse>
PredictionServiceGrpc.PredictionServiceFutureStub. predict(PredictRequest request)
Makes a recommendation prediction.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 PredictResponse Modifier and Type Method Description PredictResponse.Builder
PredictResponse.Builder. mergeFrom(PredictResponse other)
static PredictResponse.Builder
PredictResponse. newBuilder(PredictResponse prototype)
Method parameters in com.google.cloud.retail.v2alpha with type arguments of type PredictResponse Modifier and Type Method Description default void
PredictionServiceGrpc.AsyncService. predict(PredictRequest request, io.grpc.stub.StreamObserver<PredictResponse> responseObserver)
Makes a recommendation prediction.void
PredictionServiceGrpc.PredictionServiceStub. predict(PredictRequest request, io.grpc.stub.StreamObserver<PredictResponse> responseObserver)
Makes a recommendation prediction. -
Uses of PredictResponse in com.google.cloud.retail.v2alpha.stub
Methods in com.google.cloud.retail.v2alpha.stub that return types with arguments of type PredictResponse 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.
-