public static final class EntityTypesGrpc.EntityTypesBlockingStub extends AbstractBlockingStub<EntityTypesGrpc.EntityTypesBlockingStub>A stub to allow clients to do limited synchronous rpc calls to service EntityTypes.
Service for managing EntityTypes.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > EntityTypesGrpc.EntityTypesBlockingStubMethods
build(Channel channel, CallOptions callOptions)
protected EntityTypesGrpc.EntityTypesBlockingStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
EntityTypesGrpc.EntityTypesBlockingStub |
|
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 | |
|---|---|
| Name | Description |
request |
CreateEntityTypeRequest |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
request |
DeleteEntityTypeRequest |
| Returns | |
|---|---|
| Type | Description |
Empty |
|
exportEntityTypes(ExportEntityTypesRequest request)
public Operation exportEntityTypes(ExportEntityTypesRequest request)Exports the selected entity types.
| Parameter | |
|---|---|
| Name | Description |
request |
ExportEntityTypesRequest |
| Returns | |
|---|---|
| Type | Description |
Operation |
|
getEntityType(GetEntityTypeRequest request)
public EntityType getEntityType(GetEntityTypeRequest request)Retrieves the specified entity type.
| Parameter | |
|---|---|
| Name | Description |
request |
GetEntityTypeRequest |
| Returns | |
|---|---|
| Type | Description |
EntityType |
|
importEntityTypes(ImportEntityTypesRequest request)
public Operation importEntityTypes(ImportEntityTypesRequest request)Imports the specified entitytypes into the agent.
| Parameter | |
|---|---|
| Name | Description |
request |
ImportEntityTypesRequest |
| Returns | |
|---|---|
| Type | Description |
Operation |
|
listEntityTypes(ListEntityTypesRequest request)
public ListEntityTypesResponse listEntityTypes(ListEntityTypesRequest request)Returns the list of all entity types in the specified agent.
| Parameter | |
|---|---|
| Name | Description |
request |
ListEntityTypesRequest |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
request |
UpdateEntityTypeRequest |
| Returns | |
|---|---|
| Type | Description |
EntityType |
|