public final class EntityTypesGrpc
Service for managing
EntityTypes.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
Type |
Description |
String |
|
Static Methods
bindService(EntityTypesGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(EntityTypesGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getBatchCreateEntitiesMethod()
public static MethodDescriptor<BatchCreateEntitiesRequest,Operation> getBatchCreateEntitiesMethod()
getBatchDeleteEntitiesMethod()
public static MethodDescriptor<BatchDeleteEntitiesRequest,Operation> getBatchDeleteEntitiesMethod()
getBatchDeleteEntityTypesMethod()
public static MethodDescriptor<BatchDeleteEntityTypesRequest,Operation> getBatchDeleteEntityTypesMethod()
getBatchUpdateEntitiesMethod()
public static MethodDescriptor<BatchUpdateEntitiesRequest,Operation> getBatchUpdateEntitiesMethod()
getBatchUpdateEntityTypesMethod()
public static MethodDescriptor<BatchUpdateEntityTypesRequest,Operation> getBatchUpdateEntityTypesMethod()
getCreateEntityTypeMethod()
public static MethodDescriptor<CreateEntityTypeRequest,EntityType> getCreateEntityTypeMethod()
getDeleteEntityTypeMethod()
public static MethodDescriptor<DeleteEntityTypeRequest,Empty> getDeleteEntityTypeMethod()
getGetEntityTypeMethod()
public static MethodDescriptor<GetEntityTypeRequest,EntityType> getGetEntityTypeMethod()
getListEntityTypesMethod()
public static MethodDescriptor<ListEntityTypesRequest,ListEntityTypesResponse> getListEntityTypesMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
getUpdateEntityTypeMethod()
public static MethodDescriptor<UpdateEntityTypeRequest,EntityType> getUpdateEntityTypeMethod()
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 |
Name |
Description |
channel |
io.grpc.Channel
|
newFutureStub(Channel channel)
public static EntityTypesGrpc.EntityTypesFutureStub 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 EntityTypesGrpc.EntityTypesStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|