public final class CatalogServiceGrpc
Service for managing catalog configuration.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value
Static Methods
getAddCatalogAttributeMethod()
public static MethodDescriptor<AddCatalogAttributeRequest,AttributesConfig> getAddCatalogAttributeMethod()
Returns
getGetAttributesConfigMethod()
public static MethodDescriptor<GetAttributesConfigRequest,AttributesConfig> getGetAttributesConfigMethod()
Returns
getGetCompletionConfigMethod()
public static MethodDescriptor<GetCompletionConfigRequest,CompletionConfig> getGetCompletionConfigMethod()
Returns
getGetDefaultBranchMethod()
public static MethodDescriptor<GetDefaultBranchRequest,GetDefaultBranchResponse> getGetDefaultBranchMethod()
Returns
getListCatalogsMethod()
public static MethodDescriptor<ListCatalogsRequest,ListCatalogsResponse> getListCatalogsMethod()
Returns
getRemoveCatalogAttributeMethod()
public static MethodDescriptor<RemoveCatalogAttributeRequest,AttributesConfig> getRemoveCatalogAttributeMethod()
Returns
getReplaceCatalogAttributeMethod()
public static MethodDescriptor<ReplaceCatalogAttributeRequest,AttributesConfig> getReplaceCatalogAttributeMethod()
Returns
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns
Type | Description |
io.grpc.ServiceDescriptor | |
getSetDefaultBranchMethod()
public static MethodDescriptor<SetDefaultBranchRequest,Empty> getSetDefaultBranchMethod()
Returns
getUpdateAttributesConfigMethod()
public static MethodDescriptor<UpdateAttributesConfigRequest,AttributesConfig> getUpdateAttributesConfigMethod()
Returns
getUpdateCatalogMethod()
public static MethodDescriptor<UpdateCatalogRequest,Catalog> getUpdateCatalogMethod()
Returns
getUpdateCompletionConfigMethod()
public static MethodDescriptor<UpdateCompletionConfigRequest,CompletionConfig> getUpdateCompletionConfigMethod()
Returns
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
|
Returns
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
|
Returns
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
|
Returns