public static final class EngineServiceGrpc.EngineServiceFutureStub extends io.grpc.stub.AbstractFutureStub<EngineServiceGrpc.EngineServiceFutureStub>
Service for managing [Engine][google.cloud.discoveryengine.v1.Engine] configuration.
| Modifier and Type | Method and Description |
|---|---|
protected EngineServiceGrpc.EngineServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
createEngine(CreateEngineRequest request)
Creates a [Engine][google.cloud.discoveryengine.v1.Engine].
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
deleteEngine(DeleteEngineRequest request)
Deletes a [Engine][google.cloud.discoveryengine.v1.Engine].
|
com.google.common.util.concurrent.ListenableFuture<Engine> |
getEngine(GetEngineRequest request)
Gets a [Engine][google.cloud.discoveryengine.v1.Engine].
|
com.google.common.util.concurrent.ListenableFuture<ListEnginesResponse> |
listEngines(ListEnginesRequest request)
Lists all the [Engine][google.cloud.discoveryengine.v1.Engine]s associated
with the project.
|
com.google.common.util.concurrent.ListenableFuture<Engine> |
updateEngine(UpdateEngineRequest request)
Updates an [Engine][google.cloud.discoveryengine.v1.Engine]
|
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReadyprotected EngineServiceGrpc.EngineServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<EngineServiceGrpc.EngineServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> createEngine(CreateEngineRequest request)
Creates a [Engine][google.cloud.discoveryengine.v1.Engine].
public com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> deleteEngine(DeleteEngineRequest request)
Deletes a [Engine][google.cloud.discoveryengine.v1.Engine].
public com.google.common.util.concurrent.ListenableFuture<Engine> updateEngine(UpdateEngineRequest request)
Updates an [Engine][google.cloud.discoveryengine.v1.Engine]
public com.google.common.util.concurrent.ListenableFuture<Engine> getEngine(GetEngineRequest request)
Gets a [Engine][google.cloud.discoveryengine.v1.Engine].
public com.google.common.util.concurrent.ListenableFuture<ListEnginesResponse> listEngines(ListEnginesRequest request)
Lists all the [Engine][google.cloud.discoveryengine.v1.Engine]s associated with the project.
Copyright © 2025 Google LLC. All rights reserved.