public static final class EngineServiceGrpc.EngineServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<EngineServiceGrpc.EngineServiceBlockingStub>
Service for managing [Engine][google.cloud.discoveryengine.v1.Engine] configuration.
| Modifier and Type | Method and Description |
|---|---|
protected EngineServiceGrpc.EngineServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.longrunning.Operation |
createEngine(CreateEngineRequest request)
Creates a [Engine][google.cloud.discoveryengine.v1.Engine].
|
com.google.longrunning.Operation |
deleteEngine(DeleteEngineRequest request)
Deletes a [Engine][google.cloud.discoveryengine.v1.Engine].
|
Engine |
getEngine(GetEngineRequest request)
Gets a [Engine][google.cloud.discoveryengine.v1.Engine].
|
ListEnginesResponse |
listEngines(ListEnginesRequest request)
Lists all the [Engine][google.cloud.discoveryengine.v1.Engine]s associated
with the project.
|
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.EngineServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<EngineServiceGrpc.EngineServiceBlockingStub>public com.google.longrunning.Operation createEngine(CreateEngineRequest request)
Creates a [Engine][google.cloud.discoveryengine.v1.Engine].
public com.google.longrunning.Operation deleteEngine(DeleteEngineRequest request)
Deletes a [Engine][google.cloud.discoveryengine.v1.Engine].
public Engine updateEngine(UpdateEngineRequest request)
Updates an [Engine][google.cloud.discoveryengine.v1.Engine]
public Engine getEngine(GetEngineRequest request)
Gets a [Engine][google.cloud.discoveryengine.v1.Engine].
public 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.