Class EntityTypesGrpc.EntityTypesImplBase (0.11.5)

public abstract static class EntityTypesGrpc.EntityTypesImplBase implements BindableService

Service for managing EntityTypes.

Inheritance

java.lang.Object > EntityTypesGrpc.EntityTypesImplBase

Implements

io.grpc.BindableService

Constructors

EntityTypesImplBase()

public EntityTypesImplBase()

Methods

bindService()

public final ServerServiceDefinition bindService()
Returns
Type Description
io.grpc.ServerServiceDefinition

createEntityType(CreateEntityTypeRequest request, StreamObserver<EntityType> responseObserver)

public void createEntityType(CreateEntityTypeRequest request, StreamObserver<EntityType> responseObserver)

Creates an entity type in the specified agent.

Parameters
Name Description
request CreateEntityTypeRequest
responseObserver io.grpc.stub.StreamObserver<EntityType>

deleteEntityType(DeleteEntityTypeRequest request, StreamObserver<Empty> responseObserver)

public void deleteEntityType(DeleteEntityTypeRequest request, StreamObserver<Empty> responseObserver)

Deletes the specified entity type. Note: You should always train a flow prior to sending it queries. See the training documentation.

Parameters
Name Description
request DeleteEntityTypeRequest
responseObserver io.grpc.stub.StreamObserver<Empty>

getEntityType(GetEntityTypeRequest request, StreamObserver<EntityType> responseObserver)

public void getEntityType(GetEntityTypeRequest request, StreamObserver<EntityType> responseObserver)

Retrieves the specified entity type.

Parameters
Name Description
request GetEntityTypeRequest
responseObserver io.grpc.stub.StreamObserver<EntityType>

listEntityTypes(ListEntityTypesRequest request, StreamObserver<ListEntityTypesResponse> responseObserver)

public void listEntityTypes(ListEntityTypesRequest request, StreamObserver<ListEntityTypesResponse> responseObserver)

Returns the list of all entity types in the specified agent.

Parameters
Name Description
request ListEntityTypesRequest
responseObserver io.grpc.stub.StreamObserver<ListEntityTypesResponse>

updateEntityType(UpdateEntityTypeRequest request, StreamObserver<EntityType> responseObserver)

public void updateEntityType(UpdateEntityTypeRequest request, StreamObserver<EntityType> responseObserver)

Updates the specified entity type. Note: You should always train a flow prior to sending it queries. See the training documentation.

Parameters
Name Description
request UpdateEntityTypeRequest
responseObserver io.grpc.stub.StreamObserver<EntityType>