public static final class EntityTypesGrpc.EntityTypesBlockingV2Stub extends AbstractBlockingStub<EntityTypesGrpc.EntityTypesBlockingV2Stub>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.EntityTypesBlockingV2StubMethods
build(Channel channel, CallOptions callOptions)
protected EntityTypesGrpc.EntityTypesBlockingV2Stub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
EntityTypesGrpc.EntityTypesBlockingV2Stub |
|
createEntityType(CreateEntityTypeRequest request)
public EntityType createEntityType(CreateEntityTypeRequest request)Creates an entity type in the specified agent.
| Parameter | |
|---|---|
| Name | Description |
request |
CreateEntityTypeRequest |
| Returns | |
|---|---|
| Type | Description |
EntityType |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
exportEntityTypes(ExportEntityTypesRequest request)
public Operation exportEntityTypes(ExportEntityTypesRequest request)Exports the selected entity types.
| Parameter | |
|---|---|
| Name | Description |
request |
ExportEntityTypesRequest |
| Returns | |
|---|---|
| Type | Description |
Operation |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
getEntityType(GetEntityTypeRequest request)
public EntityType getEntityType(GetEntityTypeRequest request)Retrieves the specified entity type.
| Parameter | |
|---|---|
| Name | Description |
request |
GetEntityTypeRequest |
| Returns | |
|---|---|
| Type | Description |
EntityType |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
importEntityTypes(ImportEntityTypesRequest request)
public Operation importEntityTypes(ImportEntityTypesRequest request)Imports the specified entitytypes into the agent.
| Parameter | |
|---|---|
| Name | Description |
request |
ImportEntityTypesRequest |
| Returns | |
|---|---|
| Type | Description |
Operation |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
io.grpc.StatusException |
|