public final class EntityTypesGrpc
Service for managing EntityTypes.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value
Static Methods
getBatchCreateEntitiesMethod()
public static MethodDescriptor<BatchCreateEntitiesRequest,Operation> getBatchCreateEntitiesMethod()
Returns
getBatchDeleteEntitiesMethod()
public static MethodDescriptor<BatchDeleteEntitiesRequest,Operation> getBatchDeleteEntitiesMethod()
Returns
getBatchDeleteEntityTypesMethod()
public static MethodDescriptor<BatchDeleteEntityTypesRequest,Operation> getBatchDeleteEntityTypesMethod()
Returns
getBatchUpdateEntitiesMethod()
public static MethodDescriptor<BatchUpdateEntitiesRequest,Operation> getBatchUpdateEntitiesMethod()
Returns
getBatchUpdateEntityTypesMethod()
public static MethodDescriptor<BatchUpdateEntityTypesRequest,Operation> getBatchUpdateEntityTypesMethod()
Returns
getCreateEntityTypeMethod()
public static MethodDescriptor<CreateEntityTypeRequest,EntityType> getCreateEntityTypeMethod()
Returns
getDeleteEntityTypeMethod()
public static MethodDescriptor<DeleteEntityTypeRequest,Empty> getDeleteEntityTypeMethod()
Returns
getGetEntityTypeMethod()
public static MethodDescriptor<GetEntityTypeRequest,EntityType> getGetEntityTypeMethod()
Returns
getListEntityTypesMethod()
public static MethodDescriptor<ListEntityTypesRequest,ListEntityTypesResponse> getListEntityTypesMethod()
Returns
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns
Type | Description |
io.grpc.ServiceDescriptor | |
getUpdateEntityTypeMethod()
public static MethodDescriptor<UpdateEntityTypeRequest,EntityType> getUpdateEntityTypeMethod()
Returns
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
|
Returns
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
|
Returns
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
|
Returns