getEntityType method

ResponseFuture<EntityType> getEntityType(
  1. GetEntityTypeRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$6.EntityType> getEntityType(
    $6.GetEntityTypeRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getEntityType, request, options: options);
}