Class SchemaServiceGrpc
- java.lang.Object
-
- com.google.cloud.discoveryengine.v1.SchemaServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/discoveryengine/v1/schema_service.proto") public final class SchemaServiceGrpc extends Object
Service for managing [Schema][google.cloud.discoveryengine.v1.Schema]s.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
SchemaServiceGrpc.AsyncService
Service for managing [Schema][google.cloud.discoveryengine.v1.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.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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 servicestatic SchemaServiceGrpc.SchemaServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic SchemaServiceGrpc.SchemaServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGetSchemaMethod
public static io.grpc.MethodDescriptor<GetSchemaRequest,Schema> getGetSchemaMethod()
-
getListSchemasMethod
public static io.grpc.MethodDescriptor<ListSchemasRequest,ListSchemasResponse> getListSchemasMethod()
-
getCreateSchemaMethod
public static io.grpc.MethodDescriptor<CreateSchemaRequest,com.google.longrunning.Operation> getCreateSchemaMethod()
-
getUpdateSchemaMethod
public static io.grpc.MethodDescriptor<UpdateSchemaRequest,com.google.longrunning.Operation> getUpdateSchemaMethod()
-
getDeleteSchemaMethod
public static io.grpc.MethodDescriptor<DeleteSchemaRequest,com.google.longrunning.Operation> getDeleteSchemaMethod()
-
newStub
public static SchemaServiceGrpc.SchemaServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static SchemaServiceGrpc.SchemaServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static SchemaServiceGrpc.SchemaServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(SchemaServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-