@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/discoveryengine/v1beta/engine_service.proto") public final class EngineServiceGrpc extends Object
Service for managing [Engine][google.cloud.discoveryengine.v1beta.Engine] configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EngineServiceGrpc.AsyncService
Service for managing [Engine][google.cloud.discoveryengine.v1beta.Engine]
configuration.
|
static class |
EngineServiceGrpc.EngineServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service EngineService.
|
static class |
EngineServiceGrpc.EngineServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service EngineService.
|
static class |
EngineServiceGrpc.EngineServiceImplBase
Base class for the server implementation of the service EngineService.
|
static class |
EngineServiceGrpc.EngineServiceStub
A stub to allow clients to do asynchronous rpc calls to service EngineService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(EngineServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateEngineRequest,com.google.longrunning.Operation> |
getCreateEngineMethod() |
static io.grpc.MethodDescriptor<DeleteEngineRequest,com.google.longrunning.Operation> |
getDeleteEngineMethod() |
static io.grpc.MethodDescriptor<GetEngineRequest,Engine> |
getGetEngineMethod() |
static io.grpc.MethodDescriptor<ListEnginesRequest,ListEnginesResponse> |
getListEnginesMethod() |
static io.grpc.MethodDescriptor<PauseEngineRequest,Engine> |
getPauseEngineMethod() |
static io.grpc.MethodDescriptor<ResumeEngineRequest,Engine> |
getResumeEngineMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<TuneEngineRequest,com.google.longrunning.Operation> |
getTuneEngineMethod() |
static io.grpc.MethodDescriptor<UpdateEngineRequest,Engine> |
getUpdateEngineMethod() |
static EngineServiceGrpc.EngineServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static EngineServiceGrpc.EngineServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static EngineServiceGrpc.EngineServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateEngineRequest,com.google.longrunning.Operation> getCreateEngineMethod()
public static io.grpc.MethodDescriptor<DeleteEngineRequest,com.google.longrunning.Operation> getDeleteEngineMethod()
public static io.grpc.MethodDescriptor<UpdateEngineRequest,Engine> getUpdateEngineMethod()
public static io.grpc.MethodDescriptor<GetEngineRequest,Engine> getGetEngineMethod()
public static io.grpc.MethodDescriptor<ListEnginesRequest,ListEnginesResponse> getListEnginesMethod()
public static io.grpc.MethodDescriptor<PauseEngineRequest,Engine> getPauseEngineMethod()
public static io.grpc.MethodDescriptor<ResumeEngineRequest,Engine> getResumeEngineMethod()
public static io.grpc.MethodDescriptor<TuneEngineRequest,com.google.longrunning.Operation> getTuneEngineMethod()
public static EngineServiceGrpc.EngineServiceStub newStub(io.grpc.Channel channel)
public static EngineServiceGrpc.EngineServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static EngineServiceGrpc.EngineServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(EngineServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2025 Google LLC. All rights reserved.