Class EntityTypesGrpc (0.52.0)

public final class EntityTypesGrpc

Service for managing EntityTypes.

Inheritance

java.lang.Object > EntityTypesGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(EntityTypesGrpc.AsyncService service)

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

getCreateEntityTypeMethod()

public static MethodDescriptor<CreateEntityTypeRequest,EntityType> getCreateEntityTypeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateEntityTypeRequest,EntityType>

getDeleteEntityTypeMethod()

public static MethodDescriptor<DeleteEntityTypeRequest,Empty> getDeleteEntityTypeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteEntityTypeRequest,Empty>

getExportEntityTypesMethod()

public static MethodDescriptor<ExportEntityTypesRequest,Operation> getExportEntityTypesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ExportEntityTypesRequest,Operation>

getGetEntityTypeMethod()

public static MethodDescriptor<GetEntityTypeRequest,EntityType> getGetEntityTypeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetEntityTypeRequest,EntityType>

getImportEntityTypesMethod()

public static MethodDescriptor<ImportEntityTypesRequest,Operation> getImportEntityTypesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ImportEntityTypesRequest,Operation>

getListEntityTypesMethod()

public static MethodDescriptor<ListEntityTypesRequest,ListEntityTypesResponse> getListEntityTypesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListEntityTypesRequest,ListEntityTypesResponse>

getServiceDescriptor()

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

getUpdateEntityTypeMethod()

public static MethodDescriptor<UpdateEntityTypeRequest,EntityType> getUpdateEntityTypeMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateEntityTypeRequest,EntityType>

newBlockingStub(Channel channel)

public static EntityTypesGrpc.EntityTypesBlockingStub 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
EntityTypesGrpc.EntityTypesBlockingStub

newFutureStub(Channel channel)

public static EntityTypesGrpc.EntityTypesFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
EntityTypesGrpc.EntityTypesFutureStub

newStub(Channel channel)

public static EntityTypesGrpc.EntityTypesStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
EntityTypesGrpc.EntityTypesStub