public final class CatalogServiceGrpc
Service for managing catalog configuration.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
---|
Type | Description |
String | |
Static Methods
bindService(CatalogServiceGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(CatalogServiceGrpc.AsyncService service)
Returns |
---|
Type | Description |
io.grpc.ServerServiceDefinition | |
getAddCatalogAttributeMethod()
public static MethodDescriptor<AddCatalogAttributeRequest,AttributesConfig> getAddCatalogAttributeMethod()
getBatchRemoveCatalogAttributesMethod()
public static MethodDescriptor<BatchRemoveCatalogAttributesRequest,BatchRemoveCatalogAttributesResponse> getBatchRemoveCatalogAttributesMethod()
getGetAttributesConfigMethod()
public static MethodDescriptor<GetAttributesConfigRequest,AttributesConfig> getGetAttributesConfigMethod()
getGetCompletionConfigMethod()
public static MethodDescriptor<GetCompletionConfigRequest,CompletionConfig> getGetCompletionConfigMethod()
getGetDefaultBranchMethod()
public static MethodDescriptor<GetDefaultBranchRequest,GetDefaultBranchResponse> getGetDefaultBranchMethod()
getListCatalogsMethod()
public static MethodDescriptor<ListCatalogsRequest,ListCatalogsResponse> getListCatalogsMethod()
getRemoveCatalogAttributeMethod()
public static MethodDescriptor<RemoveCatalogAttributeRequest,AttributesConfig> getRemoveCatalogAttributeMethod()
getReplaceCatalogAttributeMethod()
public static MethodDescriptor<ReplaceCatalogAttributeRequest,AttributesConfig> getReplaceCatalogAttributeMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
---|
Type | Description |
io.grpc.ServiceDescriptor | |
getSetDefaultBranchMethod()
public static MethodDescriptor<SetDefaultBranchRequest,Empty> getSetDefaultBranchMethod()
getUpdateAttributesConfigMethod()
public static MethodDescriptor<UpdateAttributesConfigRequest,AttributesConfig> getUpdateAttributesConfigMethod()
getUpdateCatalogMethod()
public static MethodDescriptor<UpdateCatalogRequest,Catalog> getUpdateCatalogMethod()
getUpdateCompletionConfigMethod()
public static MethodDescriptor<UpdateCompletionConfigRequest,CompletionConfig> getUpdateCompletionConfigMethod()
newBlockingStub(Channel channel)
public static CatalogServiceGrpc.CatalogServiceBlockingStub 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
|
newFutureStub(Channel channel)
public static CatalogServiceGrpc.CatalogServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|
newStub(Channel channel)
public static CatalogServiceGrpc.CatalogServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
---|
Name | Description |
channel | io.grpc.Channel
|