@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/discoveryengine/v1beta/schema_service.proto") public final class SchemaServiceGrpc extends Object
Service for managing [Schema][google.cloud.discoveryengine.v1beta.Schema]s.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SchemaServiceGrpc.AsyncService
Service for managing [Schema][google.cloud.discoveryengine.v1beta.Schema]s.
|
static class |
SchemaServiceGrpc.SchemaServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service SchemaService.
|
static class |
SchemaServiceGrpc.SchemaServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service SchemaService.
|
static class |
SchemaServiceGrpc.SchemaServiceImplBase
Base class for the server implementation of the service SchemaService.
|
static class |
SchemaServiceGrpc.SchemaServiceStub
A stub to allow clients to do asynchronous rpc calls to service SchemaService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(SchemaServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateSchemaRequest,com.google.longrunning.Operation> |
getCreateSchemaMethod() |
static io.grpc.MethodDescriptor<DeleteSchemaRequest,com.google.longrunning.Operation> |
getDeleteSchemaMethod() |
static io.grpc.MethodDescriptor<GetSchemaRequest,Schema> |
getGetSchemaMethod() |
static io.grpc.MethodDescriptor<ListSchemasRequest,ListSchemasResponse> |
getListSchemasMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateSchemaRequest,com.google.longrunning.Operation> |
getUpdateSchemaMethod() |
static SchemaServiceGrpc.SchemaServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static SchemaServiceGrpc.SchemaServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static SchemaServiceGrpc.SchemaServiceStub |
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<GetSchemaRequest,Schema> getGetSchemaMethod()
public static io.grpc.MethodDescriptor<ListSchemasRequest,ListSchemasResponse> getListSchemasMethod()
public static io.grpc.MethodDescriptor<CreateSchemaRequest,com.google.longrunning.Operation> getCreateSchemaMethod()
public static io.grpc.MethodDescriptor<UpdateSchemaRequest,com.google.longrunning.Operation> getUpdateSchemaMethod()
public static io.grpc.MethodDescriptor<DeleteSchemaRequest,com.google.longrunning.Operation> getDeleteSchemaMethod()
public static SchemaServiceGrpc.SchemaServiceStub newStub(io.grpc.Channel channel)
public static SchemaServiceGrpc.SchemaServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static SchemaServiceGrpc.SchemaServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(SchemaServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2023 Google LLC. All rights reserved.