Uses of Class
com.google.cloud.discoveryengine.v1beta.RecommendResponse
-
Packages that use RecommendResponse Package Description com.google.cloud.discoveryengine.v1beta A client to Discovery Engine APIcom.google.cloud.discoveryengine.v1beta.stub -
-
Uses of RecommendResponse in com.google.cloud.discoveryengine.v1beta
Methods in com.google.cloud.discoveryengine.v1beta that return RecommendResponse Modifier and Type Method Description RecommendResponseRecommendResponse.Builder. build()RecommendResponseRecommendResponse.Builder. buildPartial()static RecommendResponseRecommendResponse. getDefaultInstance()RecommendResponseRecommendResponse.Builder. getDefaultInstanceForType()RecommendResponseRecommendResponse. getDefaultInstanceForType()static RecommendResponseRecommendResponse. parseDelimitedFrom(InputStream input)static RecommendResponseRecommendResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecommendResponseRecommendResponse. parseFrom(byte[] data)static RecommendResponseRecommendResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecommendResponseRecommendResponse. parseFrom(com.google.protobuf.ByteString data)static RecommendResponseRecommendResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecommendResponseRecommendResponse. parseFrom(com.google.protobuf.CodedInputStream input)static RecommendResponseRecommendResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecommendResponseRecommendResponse. parseFrom(InputStream input)static RecommendResponseRecommendResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RecommendResponseRecommendResponse. parseFrom(ByteBuffer data)static RecommendResponseRecommendResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)RecommendResponseRecommendationServiceClient. recommend(RecommendRequest request)Makes a recommendation, which requires a contextual user event.RecommendResponseRecommendationServiceGrpc.RecommendationServiceBlockingStub. recommend(RecommendRequest request)Makes a recommendation, which requires a contextual user event.Methods in com.google.cloud.discoveryengine.v1beta that return types with arguments of type RecommendResponse Modifier and Type Method Description com.google.protobuf.Parser<RecommendResponse>RecommendResponse. getParserForType()static io.grpc.MethodDescriptor<RecommendRequest,RecommendResponse>RecommendationServiceGrpc. getRecommendMethod()static com.google.protobuf.Parser<RecommendResponse>RecommendResponse. parser()com.google.common.util.concurrent.ListenableFuture<RecommendResponse>RecommendationServiceGrpc.RecommendationServiceFutureStub. recommend(RecommendRequest request)Makes a recommendation, which requires a contextual user event.com.google.api.gax.rpc.UnaryCallable<RecommendRequest,RecommendResponse>RecommendationServiceClient. recommendCallable()Makes a recommendation, which requires a contextual user event.com.google.api.gax.rpc.UnaryCallSettings.Builder<RecommendRequest,RecommendResponse>RecommendationServiceSettings.Builder. recommendSettings()Returns the builder for the settings used for calls to recommend.com.google.api.gax.rpc.UnaryCallSettings<RecommendRequest,RecommendResponse>RecommendationServiceSettings. recommendSettings()Returns the object with the settings used for calls to recommend.Methods in com.google.cloud.discoveryengine.v1beta with parameters of type RecommendResponse Modifier and Type Method Description RecommendResponse.BuilderRecommendResponse.Builder. mergeFrom(RecommendResponse other)static RecommendResponse.BuilderRecommendResponse. newBuilder(RecommendResponse prototype)Method parameters in com.google.cloud.discoveryengine.v1beta with type arguments of type RecommendResponse Modifier and Type Method Description default voidRecommendationServiceGrpc.AsyncService. recommend(RecommendRequest request, io.grpc.stub.StreamObserver<RecommendResponse> responseObserver)Makes a recommendation, which requires a contextual user event.voidRecommendationServiceGrpc.RecommendationServiceStub. recommend(RecommendRequest request, io.grpc.stub.StreamObserver<RecommendResponse> responseObserver)Makes a recommendation, which requires a contextual user event. -
Uses of RecommendResponse in com.google.cloud.discoveryengine.v1beta.stub
Methods in com.google.cloud.discoveryengine.v1beta.stub that return types with arguments of type RecommendResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RecommendRequest,RecommendResponse>GrpcRecommendationServiceStub. recommendCallable()com.google.api.gax.rpc.UnaryCallable<RecommendRequest,RecommendResponse>HttpJsonRecommendationServiceStub. recommendCallable()com.google.api.gax.rpc.UnaryCallable<RecommendRequest,RecommendResponse>RecommendationServiceStub. recommendCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<RecommendRequest,RecommendResponse>RecommendationServiceStubSettings.Builder. recommendSettings()Returns the builder for the settings used for calls to recommend.com.google.api.gax.rpc.UnaryCallSettings<RecommendRequest,RecommendResponse>RecommendationServiceStubSettings. recommendSettings()Returns the object with the settings used for calls to recommend.
-