public final class FeatureRegistryServiceGrpc
The service that handles CRUD and List for resources for
FeatureRegistry.
Static Fields
public static final String SERVICE_NAME
Field Value |
---|
Type | Description |
String | |
Static Methods
public static final ServerServiceDefinition bindService(FeatureRegistryServiceGrpc.AsyncService service)
Returns |
---|
Type | Description |
io.grpc.ServerServiceDefinition | |
public static MethodDescriptor<CreateFeatureGroupRequest,Operation> getCreateFeatureGroupMethod()
public static MethodDescriptor<CreateFeatureRequest,Operation> getCreateFeatureMethod()
public static MethodDescriptor<DeleteFeatureGroupRequest,Operation> getDeleteFeatureGroupMethod()
public static MethodDescriptor<DeleteFeatureRequest,Operation> getDeleteFeatureMethod()
public static MethodDescriptor<GetFeatureGroupRequest,FeatureGroup> getGetFeatureGroupMethod()
public static MethodDescriptor<GetFeatureRequest,Feature> getGetFeatureMethod()
public static MethodDescriptor<ListFeatureGroupsRequest,ListFeatureGroupsResponse> getListFeatureGroupsMethod()
public static MethodDescriptor<ListFeaturesRequest,ListFeaturesResponse> getListFeaturesMethod()
public static ServiceDescriptor getServiceDescriptor()
Returns |
---|
Type | Description |
io.grpc.ServiceDescriptor | |
public static MethodDescriptor<UpdateFeatureGroupRequest,Operation> getUpdateFeatureGroupMethod()
public static MethodDescriptor<UpdateFeatureRequest,Operation> getUpdateFeatureMethod()
public static FeatureRegistryServiceGrpc.FeatureRegistryServiceBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
public static FeatureRegistryServiceGrpc.FeatureRegistryServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
public static FeatureRegistryServiceGrpc.FeatureRegistryServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|