@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/discoveryengine/v1beta/control_service.proto") public final class ControlServiceGrpc extends Object
Service for performing CRUD operations on Controls. Controls allow for custom logic to be implemented in the serving path. Controls need to be attached to a Serving Config to be considered during a request.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ControlServiceGrpc.AsyncService
Service for performing CRUD operations on Controls.
|
static class |
ControlServiceGrpc.ControlServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service ControlService.
|
static class |
ControlServiceGrpc.ControlServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ControlService.
|
static class |
ControlServiceGrpc.ControlServiceImplBase
Base class for the server implementation of the service ControlService.
|
static class |
ControlServiceGrpc.ControlServiceStub
A stub to allow clients to do asynchronous rpc calls to service ControlService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(ControlServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateControlRequest,Control> |
getCreateControlMethod() |
static io.grpc.MethodDescriptor<DeleteControlRequest,com.google.protobuf.Empty> |
getDeleteControlMethod() |
static io.grpc.MethodDescriptor<GetControlRequest,Control> |
getGetControlMethod() |
static io.grpc.MethodDescriptor<ListControlsRequest,ListControlsResponse> |
getListControlsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateControlRequest,Control> |
getUpdateControlMethod() |
static ControlServiceGrpc.ControlServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ControlServiceGrpc.ControlServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ControlServiceGrpc.ControlServiceStub |
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<CreateControlRequest,Control> getCreateControlMethod()
public static io.grpc.MethodDescriptor<DeleteControlRequest,com.google.protobuf.Empty> getDeleteControlMethod()
public static io.grpc.MethodDescriptor<UpdateControlRequest,Control> getUpdateControlMethod()
public static io.grpc.MethodDescriptor<GetControlRequest,Control> getGetControlMethod()
public static io.grpc.MethodDescriptor<ListControlsRequest,ListControlsResponse> getListControlsMethod()
public static ControlServiceGrpc.ControlServiceStub newStub(io.grpc.Channel channel)
public static ControlServiceGrpc.ControlServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static ControlServiceGrpc.ControlServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(ControlServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2025 Google LLC. All rights reserved.