Class SchemaServiceGrpc.SchemaServiceImplBase
- java.lang.Object
-
- com.google.cloud.discoveryengine.v1.SchemaServiceGrpc.SchemaServiceImplBase
-
- All Implemented Interfaces:
SchemaServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- SchemaServiceGrpc
public abstract static class SchemaServiceGrpc.SchemaServiceImplBase extends Object implements io.grpc.BindableService, SchemaServiceGrpc.AsyncService
Base class for the server implementation of the service SchemaService.Service for managing [Schema][google.cloud.discoveryengine.v1.Schema]s.
-
-
Constructor Summary
Constructors Constructor Description SchemaServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.discoveryengine.v1.SchemaServiceGrpc.AsyncService
createSchema, deleteSchema, getSchema, listSchemas, updateSchema
-
-