Class BusinessGlossaryServiceGrpc (1.72.0)

public final class BusinessGlossaryServiceGrpc

BusinessGlossaryService provides APIs for managing business glossary resources for enterprise customers. The resources currently supported in Business Glossary are:

  1. Glossary
  2. GlossaryCategory
  3. GlossaryTerm

Inheritance

java.lang.Object > BusinessGlossaryServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(BusinessGlossaryServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(BusinessGlossaryServiceGrpc.AsyncService service)
Parameter
Name Description
service BusinessGlossaryServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCreateGlossaryCategoryMethod()

public static MethodDescriptor<CreateGlossaryCategoryRequest,GlossaryCategory> getCreateGlossaryCategoryMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateGlossaryCategoryRequest,GlossaryCategory>

getCreateGlossaryMethod()

public static MethodDescriptor<CreateGlossaryRequest,Operation> getCreateGlossaryMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateGlossaryRequest,Operation>

getCreateGlossaryTermMethod()

public static MethodDescriptor<CreateGlossaryTermRequest,GlossaryTerm> getCreateGlossaryTermMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateGlossaryTermRequest,GlossaryTerm>

getDeleteGlossaryCategoryMethod()

public static MethodDescriptor<DeleteGlossaryCategoryRequest,Empty> getDeleteGlossaryCategoryMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteGlossaryCategoryRequest,Empty>

getDeleteGlossaryMethod()

public static MethodDescriptor<DeleteGlossaryRequest,Operation> getDeleteGlossaryMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteGlossaryRequest,Operation>

getDeleteGlossaryTermMethod()

public static MethodDescriptor<DeleteGlossaryTermRequest,Empty> getDeleteGlossaryTermMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteGlossaryTermRequest,Empty>

getGetGlossaryCategoryMethod()

public static MethodDescriptor<GetGlossaryCategoryRequest,GlossaryCategory> getGetGlossaryCategoryMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetGlossaryCategoryRequest,GlossaryCategory>

getGetGlossaryMethod()

public static MethodDescriptor<GetGlossaryRequest,Glossary> getGetGlossaryMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetGlossaryRequest,Glossary>

getGetGlossaryTermMethod()

public static MethodDescriptor<GetGlossaryTermRequest,GlossaryTerm> getGetGlossaryTermMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetGlossaryTermRequest,GlossaryTerm>

getListGlossariesMethod()

public static MethodDescriptor<ListGlossariesRequest,ListGlossariesResponse> getListGlossariesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListGlossariesRequest,ListGlossariesResponse>

getListGlossaryCategoriesMethod()

public static MethodDescriptor<ListGlossaryCategoriesRequest,ListGlossaryCategoriesResponse> getListGlossaryCategoriesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListGlossaryCategoriesRequest,ListGlossaryCategoriesResponse>

getListGlossaryTermsMethod()

public static MethodDescriptor<ListGlossaryTermsRequest,ListGlossaryTermsResponse> getListGlossaryTermsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListGlossaryTermsRequest,ListGlossaryTermsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateGlossaryCategoryMethod()

public static MethodDescriptor<UpdateGlossaryCategoryRequest,GlossaryCategory> getUpdateGlossaryCategoryMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateGlossaryCategoryRequest,GlossaryCategory>

getUpdateGlossaryMethod()

public static MethodDescriptor<UpdateGlossaryRequest,Operation> getUpdateGlossaryMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateGlossaryRequest,Operation>

getUpdateGlossaryTermMethod()

public static MethodDescriptor<UpdateGlossaryTermRequest,GlossaryTerm> getUpdateGlossaryTermMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateGlossaryTermRequest,GlossaryTerm>

newBlockingStub(Channel channel)

public static BusinessGlossaryServiceGrpc.BusinessGlossaryServiceBlockingStub 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
Type Description
BusinessGlossaryServiceGrpc.BusinessGlossaryServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static BusinessGlossaryServiceGrpc.BusinessGlossaryServiceBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
BusinessGlossaryServiceGrpc.BusinessGlossaryServiceBlockingV2Stub

newFutureStub(Channel channel)

public static BusinessGlossaryServiceGrpc.BusinessGlossaryServiceFutureStub newFutureStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
BusinessGlossaryServiceGrpc.BusinessGlossaryServiceFutureStub

newStub(Channel channel)

public static BusinessGlossaryServiceGrpc.BusinessGlossaryServiceStub newStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
BusinessGlossaryServiceGrpc.BusinessGlossaryServiceStub