@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/discoveryengine/v1beta/evaluation_service.proto") public final class EvaluationServiceGrpc extends Object
Service for managing [Evaluation][google.cloud.discoveryengine.v1beta.Evaluation]s,
| Modifier and Type | Class and Description |
|---|---|
static interface |
EvaluationServiceGrpc.AsyncService
Service for managing
[Evaluation][google.cloud.discoveryengine.v1beta.Evaluation]s,
|
static class |
EvaluationServiceGrpc.EvaluationServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service EvaluationService.
|
static class |
EvaluationServiceGrpc.EvaluationServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service EvaluationService.
|
static class |
EvaluationServiceGrpc.EvaluationServiceImplBase
Base class for the server implementation of the service EvaluationService.
|
static class |
EvaluationServiceGrpc.EvaluationServiceStub
A stub to allow clients to do asynchronous rpc calls to service EvaluationService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(EvaluationServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateEvaluationRequest,com.google.longrunning.Operation> |
getCreateEvaluationMethod() |
static io.grpc.MethodDescriptor<GetEvaluationRequest,Evaluation> |
getGetEvaluationMethod() |
static io.grpc.MethodDescriptor<ListEvaluationResultsRequest,ListEvaluationResultsResponse> |
getListEvaluationResultsMethod() |
static io.grpc.MethodDescriptor<ListEvaluationsRequest,ListEvaluationsResponse> |
getListEvaluationsMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static EvaluationServiceGrpc.EvaluationServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static EvaluationServiceGrpc.EvaluationServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static EvaluationServiceGrpc.EvaluationServiceStub |
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<GetEvaluationRequest,Evaluation> getGetEvaluationMethod()
public static io.grpc.MethodDescriptor<ListEvaluationsRequest,ListEvaluationsResponse> getListEvaluationsMethod()
public static io.grpc.MethodDescriptor<CreateEvaluationRequest,com.google.longrunning.Operation> getCreateEvaluationMethod()
public static io.grpc.MethodDescriptor<ListEvaluationResultsRequest,ListEvaluationResultsResponse> getListEvaluationResultsMethod()
public static EvaluationServiceGrpc.EvaluationServiceStub newStub(io.grpc.Channel channel)
public static EvaluationServiceGrpc.EvaluationServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static EvaluationServiceGrpc.EvaluationServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(EvaluationServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2025 Google LLC. All rights reserved.