Class CatalogServiceGrpc (2.43.0)

public final class CatalogServiceGrpc

Service for managing catalog configuration.

Inheritance

java.lang.Object > CatalogServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(CatalogServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(CatalogServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceCatalogServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getAddCatalogAttributeMethod()

public static MethodDescriptor<AddCatalogAttributeRequest,AttributesConfig> getAddCatalogAttributeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<AddCatalogAttributeRequest,AttributesConfig>

getGetAttributesConfigMethod()

public static MethodDescriptor<GetAttributesConfigRequest,AttributesConfig> getGetAttributesConfigMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetAttributesConfigRequest,AttributesConfig>

getGetCompletionConfigMethod()

public static MethodDescriptor<GetCompletionConfigRequest,CompletionConfig> getGetCompletionConfigMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetCompletionConfigRequest,CompletionConfig>

getGetDefaultBranchMethod()

public static MethodDescriptor<GetDefaultBranchRequest,GetDefaultBranchResponse> getGetDefaultBranchMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetDefaultBranchRequest,GetDefaultBranchResponse>

getListCatalogsMethod()

public static MethodDescriptor<ListCatalogsRequest,ListCatalogsResponse> getListCatalogsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListCatalogsRequest,ListCatalogsResponse>

getRemoveCatalogAttributeMethod()

public static MethodDescriptor<RemoveCatalogAttributeRequest,AttributesConfig> getRemoveCatalogAttributeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<RemoveCatalogAttributeRequest,AttributesConfig>

getReplaceCatalogAttributeMethod()

public static MethodDescriptor<ReplaceCatalogAttributeRequest,AttributesConfig> getReplaceCatalogAttributeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ReplaceCatalogAttributeRequest,AttributesConfig>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getSetDefaultBranchMethod()

public static MethodDescriptor<SetDefaultBranchRequest,Empty> getSetDefaultBranchMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SetDefaultBranchRequest,Empty>

getUpdateAttributesConfigMethod()

public static MethodDescriptor<UpdateAttributesConfigRequest,AttributesConfig> getUpdateAttributesConfigMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateAttributesConfigRequest,AttributesConfig>

getUpdateCatalogMethod()

public static MethodDescriptor<UpdateCatalogRequest,Catalog> getUpdateCatalogMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateCatalogRequest,Catalog>

getUpdateCompletionConfigMethod()

public static MethodDescriptor<UpdateCompletionConfigRequest,CompletionConfig> getUpdateCompletionConfigMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateCompletionConfigRequest,CompletionConfig>

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
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CatalogServiceGrpc.CatalogServiceBlockingStub

newFutureStub(Channel channel)

public static CatalogServiceGrpc.CatalogServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CatalogServiceGrpc.CatalogServiceFutureStub

newStub(Channel channel)

public static CatalogServiceGrpc.CatalogServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CatalogServiceGrpc.CatalogServiceStub