Class EntityTypesGrpc.EntityTypesBlockingStub (0.52.0)

public static final class EntityTypesGrpc.EntityTypesBlockingStub extends AbstractBlockingStub<EntityTypesGrpc.EntityTypesBlockingStub>

A stub to allow clients to do synchronous rpc calls to service EntityTypes.

Service for managing EntityTypes.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > EntityTypesGrpc.EntityTypesBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected EntityTypesGrpc.EntityTypesBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
EntityTypesGrpc.EntityTypesBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createEntityType(CreateEntityTypeRequest request)

public EntityType createEntityType(CreateEntityTypeRequest request)

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

Parameter
NameDescription
requestCreateEntityTypeRequest
Returns
TypeDescription
EntityType

deleteEntityType(DeleteEntityTypeRequest request)

public Empty deleteEntityType(DeleteEntityTypeRequest request)

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

Parameter
NameDescription
requestDeleteEntityTypeRequest
Returns
TypeDescription
Empty

exportEntityTypes(ExportEntityTypesRequest request)

public Operation exportEntityTypes(ExportEntityTypesRequest request)

Exports the selected entity types.

Parameter
NameDescription
requestExportEntityTypesRequest
Returns
TypeDescription
Operation

getEntityType(GetEntityTypeRequest request)

public EntityType getEntityType(GetEntityTypeRequest request)

Retrieves the specified entity type.

Parameter
NameDescription
requestGetEntityTypeRequest
Returns
TypeDescription
EntityType

importEntityTypes(ImportEntityTypesRequest request)

public Operation importEntityTypes(ImportEntityTypesRequest request)

Imports the specified entitytypes into the agent.

Parameter
NameDescription
requestImportEntityTypesRequest
Returns
TypeDescription
Operation

listEntityTypes(ListEntityTypesRequest request)

public ListEntityTypesResponse listEntityTypes(ListEntityTypesRequest request)

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

Parameter
NameDescription
requestListEntityTypesRequest
Returns
TypeDescription
ListEntityTypesResponse

updateEntityType(UpdateEntityTypeRequest request)

public EntityType updateEntityType(UpdateEntityTypeRequest request)

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

Parameter
NameDescription
requestUpdateEntityTypeRequest
Returns
TypeDescription
EntityType